mricaud / xml-utilities

A set of xml utilities, like xslt common tools etc.
Apache License 2.0
6 stars 2 forks source link

New feature : get-xslt-modes-achitecture #17

Open mricaud opened 5 years ago

mricaud commented 5 years ago

Getting XML dependencies for an XSLT is often usefull but it does't always allow to understand how XSLT modules are binded together.

Assuming a good practice is to use different modes for each modules, one can use get-xml-file-static-dependency-tree.xsl to show how modes are called from one XSLT to another.

mricaud commented 5 years ago

Add Xspec before closing this issue