Search found 4 matches

by tjeffery
Wed Jan 25, 2017 7:27 pm
Forum: XSLT and FOP
Topic: Transform:result-document error
Replies: 7
Views: 4540

Re: Transform:result-document error

That worked! Thanks so much. The XPR file looks the same, but I guess there is an internal compiled version that looks different?

Thanks for all the help.
by tjeffery
Tue Jan 24, 2017 8:57 pm
Forum: XSLT and FOP
Topic: Transform:result-document error
Replies: 7
Views: 4540

Re: Transform:result-document error

Thanks for the help given to a rank beginner! I'll try and extract the useful snippets. The project file has this project tree: <projectTree name="doxygen2dita.xpr"> <file name="build1.xml"/> <file name="ssp-doc-data.xml"/> </projectTree> We right-click build1.xml and A...
by tjeffery
Tue Jan 24, 2017 1:51 am
Forum: XSLT and FOP
Topic: Transform:result-document error
Replies: 7
Views: 4540

Re: Transform:result-document error

Thanks! I think you are correct. On closer inspection, I see that the next line of the error msg is: at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(Unknown Source) So the system is using Xalan instead of Saxon? Searching my code, I can only find refs to Saxon. They look li...
by tjeffery
Fri Jan 20, 2017 8:38 pm
Forum: XSLT and FOP
Topic: Transform:result-document error
Replies: 7
Views: 4540

Transform:result-document error

When I run a transform scenario, I always get this error: C:\Users\tjeffery01\Desktop\iot-ssp-um_clone\build1.xml:43: javax.xml.transform.TransformerException: java.lang.RuntimeException: Unsupported XSL element 'http://www.w3.org/1999/XSL/Transform:result-document' The odd thing is that my colleagu...