XSLT files content assist

Are you missing a feature? Request its implementation here.
DavidPérez
Posts: 44
Joined: Fri Aug 05, 2005 2:18 pm

XSLT files content assist

Post 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.
sorin_ristache
Posts: 4141
Joined: Fri Mar 28, 2003 2:12 pm

Post 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
DavidPérez
Posts: 44
Joined: Fri Aug 05, 2005 2:18 pm

Post 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.
Post Reply