Re: xsltproc and saxon versions

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Bad News:
That did not help, neither did Saxon 8.6.1 as per Jonathan

Good News:
The following patch fixed the problem :) Basically get rid of the xmlns:xml instead of munging it with zzz

- --- rollup.pl   2006-03-07 21:07:00.000000000 -0500
+++ i:\suite\report\rollup.pl   2006-03-16 14:19:43.906250000 -0500
@@ -72,7 +72,7 @@
            }

            # munge logs
- -           `sed -e 's/<?xml-stylesheet.*?>//'  -e 's/xmlns:xml=/xmlns:zzzxml=/g' -e 's/Application
Server\\/7.0/WSAddressing Implementation/' -e 's/WebSphere/IBM/g' < $tmp > $file`;
+           `sed -e 's/<?xml-stylesheet.*?>//'  -e 's/xmlns:xml=.http.www.w3.org.XML.1998.namespace.//g' -e
's/Application Server\\/7.0/WSAddressing Implementation/' -e 's/WebSphere/IBM/g' < $tmp > $file`;

             print  "  processing $file to $results..\n";
            `../observer/processor.sh $file > "$results"`;

Could u please try the change and commit it?

thanks,
dims

paul.downey@bt.com wrote:
> Er, OK:
> 
> $ xsltproc -V 
> Using libxml 20617, libxslt 10112 and libexslt 810
> xsltproc was compiled against libxml 20617, libxslt 10112 and libexslt 810
> libxslt 10112 was compiled against libxml 20617
> libexslt 810 was compiled against libxml 20617
> 
> 
> 
> 
> -----Original Message-----
> From: Davanum Srinivas [mailto:dims@wso2.com]
> Sent: Thu 3/16/2006 6:45 PM
> To: Downey,P,Paul,CXMA C; WS-Addressing Tests
> Subject: xsltproc and saxon versions
>  
> Paul,
> 
> I tried the following 2 versions of xsltproc and i am using "Saxon 8.7J from Saxonica" (from
> http://saxon.sourceforge.net/#F8.7SA).
> 
> Still no luck :( Can you please post details of your environment?
> 
> #1) xsltproc -V  - In Cygwin
> ==================================================
> Using libxml 20622, libxslt 10115-CVS1027 and libexslt 812-CVS1027
> xsltproc was compiled against libxml 20622, libxslt 10115 and libexslt 812
> libxslt 10115 was compiled against libxml 20622
> libexslt 812 was compiled against libxml 20622
> 
> #2) xsltproc -V  - from ftp://xmlsoft.org/win32/
> ==================================================
> Using libxml 20623CVS2717, libxslt 10115CVS1037 and libexslt 812CVS1037
> xsltproc was compiled against libxml 20622, libxslt 10115 and libexslt 812
> libxslt 10115 was compiled against libxml 20622
> libexslt 812 was compiled against libxml 20622
> 
> -- dims
> 

- --
Davanum Srinivas (dims@wso2.com)
VP/Engg, WSO2 (http://wso2.com)
Yahoo IM: dims Cell/Mobile: +1 (508) 415 7509
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Cygwin)

iD8DBQFEGbu+gNg6eWEDv1kRAhvKAKCCJYs2Rj1OJnoMMM3lcVcfXF5xoQCfQzeY
L9DeVySjNSGTWey2Q1umXyI=
=+sXr
-----END PGP SIGNATURE-----

Received on Thursday, 16 March 2006 19:28:50 UTC