Page 1 of 1
Diagram an xsl structure
Posted: Mon Jun 07, 2010 3:47 pm
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
Re: Diagram an xsl structure
Posted: Tue Jun 08, 2010 11:33 am
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