XSLT Validation on included XSL stylesheets

Oxygen general issues.
md283aa
Posts: 6
Joined: Tue Nov 29, 2005 4:39 pm

XSLT Validation on included XSL stylesheets

Post by md283aa »

I use Oxygenxml 7.1.0 Eclipse plugin with new XSLT validation feature. Currently I am working on several XSL stylesheets included in a master XSL stylesheet with <xsl:include> tag. Validation on these files often fails because of variables, attribute-sets or templates declared in the master stylesheet or in another included file.

Is it possible to configure Oxygenxml in order to handle this problem? e.g. by telling the included stylesheet: You are included and this is your parent.

If not, is it possible to disable the XSLT validation feature?

Regards, Kai
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Dear Kai,

Please look at the following topic, it discusses exactly the same problem:
http://www.oxygenxml.com/forum/ftopic1670.html

Best Regards,
George
md283aa
Posts: 6
Joined: Tue Nov 29, 2005 4:39 pm

XSLT Validation on included XSL stylesheets

Post by md283aa »

As long as the "allow specifying a main document for a module stylesheet" feature is not implemented, is there any possibility to disable the validation or switch to a "on demand" validation? Currently I am working on 2 main documents and about 30 module stylesheets. Thus it is a bit stressfull to clear validation markers manually.

Regards,
Kai
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post by george »

Sure, disable the Validate as you type option, see
http://www.oxygenxml.com/doc/ug-oxygen/ ... t-checking

Best Regards,
George
Post Reply