saxon
(saxon dtd)java.net.SocketException: Unexpected end of file fromserver
I use Saxon(Java) to convert *.xhtml to *.xml. Here is my java code: System.setProperty(\"javax.xml.transform.TransformerFactory\",\"net.sf.saxon.TransformerFactoryImpl\");[详细]
2023-04-13 05:21 分类:问答Generic way to apply an XSL to all files in a directory?
I ha开发者_如何学运维ve an XSL that transforms an XML file into a HTML file. Works great. But I would like to apply to a directory of files. Ideally a new HTML file for each XML file would be plunked[详细]
2023-04-12 18:11 分类:问答How can I prevent saxon from escaping systemId in Results produced by xsl:result-document
I am prod开发者_开发问答ucing a document using <xsl:result-document href=\"{$uri}\"> ... where $uri contains some non-ASCII characters.I\'ve registered an OutputURIResolver, and when it receives[详细]
2023-04-11 09:15 分类:问答How to suppress indentation for XML output in XQuery
Is there a way from within an XQuery to remove indentation of the XML output? Eg. say I had an XQuery of;[详细]
2023-04-10 21:17 分类:问答Howto speed up the Saxon doc() function?
I have a 12mb XML file w开发者_JAVA百科hich I am accessing from within an xquery. The file is loaded something like this;[详细]
2023-04-10 03:50 分类:问答org.xml.sax.SAXException: Parser configuration problem:
I am stuck with this error org.xml.sax.SAXException: Parser confi开发者_StackOverflow社区guration problem: namespace reporting is not enabled[详细]
2023-04-09 02:31 分类:问答How to call Java API from Ruby 1.8 or 1.9
I\'ve this JRuby working code (stolen from Keith\'s Blog), which wraps the SAXON xslt processor API.[详细]
2023-04-02 14:54 分类:问答Saxon error with XSLT import statement
The Saxon processor gives me an error whenever I have an XSLT import statement. Here is the error: XTSE0165: I/O error reported by XML parser processing file: shared/test.xslt (The system cannot find[详细]
2023-04-01 03:05 分类:问答Saxon descending order
To get elements in ascending order with saxon we write this... saxon:sort(sale, saxon:expression(\'@price * @qty\'))[详细]
2023-03-31 18:37 分类:问答Can a function defined by xsl:function substitute for an xpath 3.0 inline function?
I was playing with this example in the xpath 3.0 spec: fn:fold-left(function($a, $b) { $a + $b }, 0, 1 to 5)[详细]
2023-03-29 13:47 分类:问答