• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Can you see this error????

 
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Everyone:
I am working through a error I have within my XSLT stylesheet. First of all, I have design/implemented/tested the XSLT from outside the program and it works. However, when I roll it into my program and accomplish the transformation on the fly, I get an error. I have attempted to depict the error, the XML, and XSLT files correctly. Can you point me in the right direction??? What would cause this???
SystemID: file:///Catalog_to_Inventory.xsl; Line#: 39; Column#: 124
javax.xml.transform.TransformerException: Unknown error in XPath
This is the Style Sheet:

This is a portion of the XML File:

Thanks in advance for reading and review my effort!!!
 
author and iconoclast
Posts: 24207
46
Mac OS X Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The error message basically says that this is a bug in the XSLT processor, not in your stylesheet so much. When you test this from the command line, are you using the same XSLT implementation as when it's embedded? I'm betting the answer is "no". Upgrade your XSLT library, if you can, and see if that helps.
 
Russ Ray
Ranch Hand
Posts: 52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Administrator: You can close this topic.
For the benefit of the group: The problem deals with version 2.3.10 of Zalan. When I upgraded to version 2.5.1, the problem went away.
Thanks for a place to air the issue!!!
 
I found some pretty shells, some sea glass and this lovely tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic