xsl-list
[Top] [All Lists]

Re: [xsl] An unintended incompatibility with xsl:number

2010-06-17 08:14:46
Note: I did not get the XSLT 2.0 expected output ... ?!?

xsltproc -V
Using libxml 20706, libxslt 10126 and libexslt 815
xsltproc was compiled against libxml 20703, libxslt 10126 and libexslt 815
libxslt 10126 was compiled against libxml 20703
libexslt 815 was compiled against libxml 20703

xsltproc ./program.xsl ./input.xml
<?xml version="1.0"?>
<out></out>

java net.sf.saxon.Transform
Saxon 9.1.0.1J from Saxonica
Usage: see http://www.saxonica.com/documentation/using-xsl/commandline.html

java net.sf.saxon.Transform -s:input.xml -xsl:program.xsl
Warning: at xsl:stylesheet on line 2 column 80 of program.xsl:
  Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor
<?xml version="1.0" encoding="UTF-8"?><out/>

Even if I change it to a 2.0 stylesheet, I still do not get the "1" text node.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--