show/hide this revision's text 2 Escaped code

After much of hardwork and painful testing, I found the answer myself:

  1. A valid XSLT 1.0 file is also a valid XSLT 1.0 file
  2. 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 <!DOCTYPE and <attributes of the <html> tag.

Thanks everyone for participating in the discussion.

show/hide this revision's text 1

After much of hardwork and painful testing, I found the answer myself:

  1. A valid XSLT 1.0 file is also a valid XSLT 1.0 file
  2. PHP and Qt C++ failed as I had instead of just (which IE & FF were able to transform successfully). For simplicity, I removed tag.

Thanks everyone for participating in the discussion.