Tagged Questions
0
votes
1answer
526 views
EXSLT: No more DTM IDs are available
I've been searching for an answer to this problem all day long.
I'm creating a stylesheet for a moderate-sized XML document (~1.5MB, ~1000 elements), which is giving me a lot of trouble. It's about ...
1
vote
3answers
598 views
Xalan date extension problem
i'm trying to use the ubuntu cli version of xalan:
Xalan version 1.10.0
Xerces version 2.8.0
My problem is how to kick in with date functions. I tryed like this:
<?xml version="1.0" ...
0
votes
0answers
510 views
Xalan dyn:evaluate problem
I am using XSLT to transform an XML document.
Here is an example of the XML:
<feed xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:esb="http://ice.exploration.nasa.gov/esb/results" ...
1
vote
3answers
2k views
XSLT XALAN Example
I want yo use the EXSLT - DYN:EVALUATE in a style sheet. I have added the names pace but I don't know where the .xsl file I need to import is. I don't believe I have XALAN installed to point the ...