Diagram an xsl structure

Here should go questions about transforming XML with XSLT and FOP.
kevin2010
Posts: 3
Joined: Mon Jun 07, 2010 3:36 pm

Diagram an xsl structure

Post by kevin2010 »

We have a number of xsl files that import xsl files.... which import xsl files....

Is there an option to generate an image of the hierarchical srtucture showing these file dependencies?

Thanks in advance

Kevin
adrian
Posts: 2879
Joined: Tue May 17, 2005 4:01 pm

Re: Diagram an xsl structure

Post by adrian »

Hello,

I believe what you are looking for is called Resource Hierarchy(F4). Open the main stylesheet and you will find this action in the contextual menu of the XSL editor or in the main menu under Document -> References.

You may also find useful the actions:
- Resource Dependencies(Shift+F4) which looks for other stylesheets that depend on the current one.
- Component Dependencies(Ctrl+Shift+F4) which shows all the dependencies for the component at caret(e.g a template). You will also find this action in the Outline view contextual menu.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Post Reply