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:
Convert it to XSLT 2.0
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!