This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

XSLT to summarise an XSLT


I'm toying with the idea of making an XSLT to summarise a XSLT. My problem is a I have oddles of XSLTs which have the following characteristics:

 - lots of common templates pulled in by xsl:includes
 - lots of 'procedure' type templates with many parameters
 - lots of conditional logic

For purposes of enhancing/checking the XSLTs I think there would be some merit in having an XSLT which could pull all templates into one summarised output. XSLT is unwelding when you have template calls with parameters. Multiple includes make it time-consuming to locate a template.

I'm thinking the output would look something closer to procedural code like VB.

Has anyone done anything along this line? Any ideas or suggestions would be greatly appreciated.

cheers

Malcolm

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]