I\'m having difficulty getting XQuery to work. I downloaded Saxon-HE 9.2. It seems to only want to work with XSLT.
I do some XSLT-Transformation using Saxon HE 9.2 with the output later being unmarshalled by Castor 1.3.1. The whole thing runs with Java at the JDK 6.
I\'m parsing the the following... <?xml version=\"1.0\" encoding=\"UTF-8\"?> <!DOCTYPE tox:message SYSTEM \"http://tox.sf.net/tox/dtd/tox.dtd\">
I mean without in开发者_运维知识库put XML file. I\'m using Saxon-EE 9.2.if you mean to validate the Xquery source file then, the only route I know of is to first convert it to XqueryX using xq2xqx.xsl
I found only one attempt to create such compiler - http://sourceforge.net/projects/xsltc/. But this project is dead for decade already. Are there any other examples? Opensource or commercial?
I have a bit of XSLT which is performing some magic on integer database identifiers.The relevant code snippit is