Page 1 of 1

XSLT files content assist

Posted: Fri Mar 17, 2006 12:35 pm
by DavidPérez
When will be possible to specify the schema of the output document used for content assist in XSLT files?

Currently this setting is global for all stylesheets.

I propose to add a processing instruction, like it is already done with XML files.

Posted: Mon Mar 20, 2006 5:48 pm
by sorin_ristache
Hello,

I think there is no standard processing instruction for that but it makes sense for different stylesheets used to transform the same XML document to different formats, for example XHTML, FO, WordML, etc. <oXygen/> could define a custom processing instruction to allow the specification of the file path of the schema for the output.

Regards,
Sorin

Posted: Thu Mar 23, 2006 11:21 am
by DavidPérez
sorin wrote:Hello,

I think there is no standard processing instruction for that but it makes sense for different stylesheets used to transform the same XML document to different formats, for example XHTML, FO, WordML, etc. <oXygen/> could define a custom processing instruction to allow the specification of the file path of the schema for the output.

Regards,
Sorin
It would be a big improvement.
Because no all XSLT files I edit produce the same kind of output files. Sometimes they are XHTML, other propiertary formats or something else.

We already have the <?oxygen ?> processing instruction for regular XML files.