Page 1 of 1

Oxygen 14.0 Failed to compile stylesheet

Posted: Wed Oct 24, 2012 9:49 pm
by mlcook
We've been using Oxygen 11.2 for quite some time, using Saxon-EE 9.2.0.6 for schema aware processing.

Our set of schema and transformation files have been working just great.

But we're having a problem when using 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: error
Description: Failed to compile stylesheet. 2 errors detected.


Along with that, we get warnings such as:
Stylesheet module file:/C:... is included or imported more than once.


1. How can we determine what those stylesheet errors are?

2. How can we find out where all of these files are being included/imported multiple times?


Thanks, Mike

Re: Oxygen 14.0 Failed to compile stylesheet

Posted: Thu Oct 25, 2012 6:07 pm
by adrian
Hi,

I see that the error is "Failed to compile stylesheet. 2 errors detected.".
What are the other two errors?
Or are there no other errors?

Regards,
Adrian

Re: Oxygen 14.0 Failed to compile stylesheet

Posted: Thu Oct 25, 2012 6:54 pm
by mlcook
There are no other errors listed.

There are the warnings about duplicate imports/includes, but no other errors.

Thanks, Mike