Oxygen 14.0 Failed to compile stylesheet

Having trouble installing Oxygen? Got a bug to report? Post it all here.
mlcook
Posts: 67
Joined: Thu Jan 24, 2008 4:52 pm

Oxygen 14.0 Failed to compile stylesheet

Post 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
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: Oxygen 14.0 Failed to compile stylesheet

Post 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
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
mlcook
Posts: 67
Joined: Thu Jan 24, 2008 4:52 pm

Re: Oxygen 14.0 Failed to compile stylesheet

Post by mlcook »

There are no other errors listed.

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

Thanks, Mike
Post Reply