Re: [Xsltforms-support] Error with newer versions of XSLTForms in eXist 3.0.RC1
Brought to you by:
alain-couthures
|
From: Alain C. <ala...@ag...> - 2015-07-09 17:02:02
|
Hello Tim, I have integrated SaxonHE9-4-0-7J in PHP-based dev environment for XSLTForms. A Windows command file is used to perform the transformation: java -cp /Saxon/saxon9he.jar net.sf.saxon.Transform -t -s:%1 -xsl:%2 -o:%3 1> \Saxon\saxon.log 2>&1 It works as expected (it is just slower than with native XSLT engine...) and the corresponding log file is not mentioning any error: Saxon-HE 9.4.0.7J from Saxonica Java version 1.8.0_45 Warning: at xsl:stylesheet on line 29 column 675 of txsA520.tmp: Running an XSLT 1 stylesheet with an XSLT 2 processor Stylesheet compilation time: 1579 milliseconds Processing file:/C:/Windows/Temp/txsA51F.tmp Using parser com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser Building tree for file:/C:/Windows/Temp/txsA51F.tmp using class net.sf.saxon.tree.tiny.TinyBuilder Tree built in 4 milliseconds Tree size: 64 nodes, 591 characters, 22 attributes URIResolver.resolve href="config.xsl" base="file:/C:/Windows/Temp/txsA520.tmp" Building tree for file:/C:/Windows/Temp/config.xsl using class net.sf.saxon.tree.tiny.TinyBuilder Tree built in 27 milliseconds Tree size: 111 nodes, 289 characters, 2 attributes Execution time: 252ms Memory used: 8513136 NamePool contents: 294 entries in 216 chains. 14 URIs Do you know a way to obtain the Saxon log when used within eXist? Could please you send me this log? Thanks! --Alain Le 08/07/2015 21:44, Tim Thompson a écrit : > Hello, > > In eXist 3.0.RC1, versions of XSLTForms greater than Rev. 594 (the one > that ships with eXist) do not seem to work. Versions beginning with > Rev. 595[1] cause a transformation error: "Error during XSLT > transformation: XSLT Stylesheet (possibly) contains a recursion." > XSLTForms up to Rev. 617 have been running successfully in eXist 2.2. > > Best, > Tim > > [1] > https://github.com/AlainCouthures/xsltforms/commit/97657f909fedb79981dca82d69d62068392ebeef > > -- > Tim A. Thompson > Metadata Librarian (Spanish/Portuguese Specialty) > Princeton University Library > > > > ------------------------------------------------------------------------------ > Don't Limit Your Business. Reach for the Cloud. > GigeNET's Cloud Solutions provide you with the tools and support that > you need to offload your IT needs and focus on growing your business. > Configured For All Businesses. Start Your Cloud Today. > https://www.gigenetcloud.com/ > > > _______________________________________________ > Xsltforms-support mailing list > Xsl...@li... > https://lists.sourceforge.net/lists/listinfo/xsltforms-support |