After much of hardwork and painful testing, I found the answer myself:
- A valid XSLT 1.0 file is also a valid XSLT 1.0 file
- PHP and Qt C++ failed as I had
<html xslmn="...">instead of just<html>(which IE & FF were able to transform successfully). For simplicity, I removed<!DOCTYPEand<attributesof the<html>tag.
Thanks everyone for participating in the discussion.
