saxon
Difficulty getting Saxon into XQuery mode instead of XSLT
I\'m having difficulty getting XQuery to work. I downloaded Saxon-HE 9.2. It seems to only want to work with XSLT.[详细]
2022-12-24 05:01 分类:问答Saxon XSLT-Transformation: How to change serialization of an empty tag from <x/> to <x></x>?
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.[详细]
2022-12-23 01:56 分类:问答org.xml.sax.SAXParseException: The entity "ndash" was referenced, but not declared
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\">[详细]
2022-12-22 16:13 分类:问答How to validate XQuery source file for XSD schema
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[详细]
2022-12-21 02:52 分类:问答Are there any XSLT to C++ compilers available?
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?[详细]
2022-12-20 19:57 分类:问答How do I get XSLT to stop using scientific notation when outputting the results of numeric operations?
I have a bit of XSLT which is performing some magic on integer database identifiers.The relevant code snippit is[详细]
2022-12-16 03:09 分类:问答