show/hide this revision's text 3 removed the [closed] from the title

Converting XSLT 1.0 to XSLT 2.0[closed]

show/hide this revision's text 2 edited title

Converting XSLT 1.0 to XSLT 2.0 [closed]

show/hide this revision's text 1

Converting XSLT 1.0 to XSLT 2.0

I have a XSLT 1.0 file to transform a XML file using XSLT 1.0. It works fine with IE 6.0, Firefox 3.0.11. However, PHP 5.2.6 XSL XSLTProcessor (providing XSLT 1.0) and Qt C++ QXmlQuery (providing only XSLT 2.0) give blank output.

I'm thinking of 2 ways:

  1. Convert it to XSLT 2.0

  2. Extract Firefox part to parse.

I prefer the 1st one. Please kindly advise how can I do it. The W3C specs seem to long for me to digest and the documents to transform are not that large. Thank you in advance!