[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: Re: [xsl] An unintended incompatibility with xsl:number
From: Michael Dykman <mdykman@xxxxxxxxx>
Date: Thu, 17 Jun 2010 12:23:36 -0400

## Using libxml 20626, libxslt 10117 and libexslt 813
## xsltproc was compiled against libxml 20626, libxslt 10117 and libexslt 813
## libxslt 10117 was compiled against libxml 20626
## libexslt 813 was compiled against libxml 20626

[michael@batman ~]$ xsltproc x.xsl x.xml
<?xml version="1.0"?>
<out></out>


## built-in xalan via JAXP
## java -version
## java version "1.6.0_11"
## Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
## Java HotSpot(TM) 64-Bit Server VM (build 11.0-b16, mixed mode)

[michael@batman ~]$ dexter.sh -xx.xsl x.xml
<?xml version="1.0" encoding="UTF-8"?><out>1</out>





-- 
 - michael dykman
 - mdykman@xxxxxxxxx

 May the Source be with you.


Current Thread