I can\'t get the XQuery function fn:idref() to return anything. I have this XML document doc.xml; <doc>
XSLT parsers should produce an empty file even if there is no explicit text output. However, I have a situation where Saxon-HE 9.3 does not produce any file output at all.
I have found feature comparisons but not speed comparis开发者_运维技巧ons. Saxon is written in Java and I believe Zorba is written in C so one would expect Zorba to be quicker, but is it?You can run
What I want to do is: setParameter(String name, String value) But the API is: void setParameter(QName na开发者_如何学Pythonme, XdmValue value)
i am testing my xslt stylesheets sometimes in Kernow with a saxon processor. I always use xslt 1.0 because simplexml or even simpledom can only execute xslt 1.0. the following stylesheet does not work
I have a big (1.9 GB) XML file which has data I want to insert into a MySQL database every month. I have made an Ant script for this.
I\'ve been dealing with XSLT 2.0 in the past day, trying to parse a plain text file. apparently I couldn\'t even get to the part where I actually get it working, at the moment, the xsl doesn\'t have t
Using Saxon-B, I\'m trying to follow the javadoc and serially reuse an XsltTransformer object. I\'m thwarted by:
To get tracing output from S开发者_JAVA技巧axon-B, you call something like: processor.getUnderlyingConfiguration().setTraceListener(new XSLTTraceListener());
So, I have a stylesheet that spends most of its time transforming elements from \'namespace a\' to the xhtml namespace.