-
Type:
Bug
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Affects Version/s: 4.8.1
-
Fix Version/s: None
-
Component/s: XML: QtXmlPatterns
-
Labels:None
-
Environment:Ubuntu
I'm trying to get Qt to do an XSLT transformation. The attached XSLT script works fine with any other XSLT engine I tried.
When running it, I get the following error message:
$ xmlpatterns data/xslt/apexresult-simplified.xsl data/tests/libtools/xsltscript-results.apr
Error XTSE0650 in file:///home/tom/data/apex/data/xslt/apexresult-simplified.xsl, at line 63, column 70: No template by name
showstaircase exists.
Could this have something to do with the http://www.w3.org/1999/xhtml namespace?