Oxygen 14.0 problem while writing a temporary tree
Posted: Wed Oct 24, 2012 10:00 pm
Another question about transitioning from Oxygen 11.2 using Saxon-EE 9.2.0.6 to Oxygen 14.0 with Saxon-EE 9.4.0.3.
A transformation that used to work with 11.2, now gives this error with 14.0:
XSL file: C:\Users\<omitted>\transformations\test_doc_vital.xsl
Engine name: Saxon-EE 9.4.0.3
Severity: fatal
Description: Cannot execute xsl:result-document while writing a temporary tree
The xsl files are the same as before, but now it appears that there is a problem
creating an output file in the same directory hierarchy as the input .xml file.
The output file path may be 2 or 3 levels up from the input .xml file.
The result document (a Word document in XML format) is specified with
<xsl:result-document href="{$xml-file}">
where xml-file is a variable containing the whole path from C: on down, including the filename with file type extension, such as:
file:/C:/Users/<omitted>/../../mysource.xml
Any suggestions for why the output file was correctly created with Oxygen 11.2, but isn't with Oxygen 14.0?
Thanks, Mike
A transformation that used to work with 11.2, now gives this error with 14.0:
XSL file: C:\Users\<omitted>\transformations\test_doc_vital.xsl
Engine name: Saxon-EE 9.4.0.3
Severity: fatal
Description: Cannot execute xsl:result-document while writing a temporary tree
The xsl files are the same as before, but now it appears that there is a problem
creating an output file in the same directory hierarchy as the input .xml file.
The output file path may be 2 or 3 levels up from the input .xml file.
The result document (a Word document in XML format) is specified with
<xsl:result-document href="{$xml-file}">
where xml-file is a variable containing the whole path from C: on down, including the filename with file type extension, such as:
file:/C:/Users/<omitted>/../../mysource.xml
Any suggestions for why the output file was correctly created with Oxygen 11.2, but isn't with Oxygen 14.0?
Thanks, Mike