[Home] [By Thread] [By Date] [Recent Entries]
Daniel Brockman wrote:
Can't you just include a.xsl in b.xsl? Call a on it's own and b includes a so it does what want?Can you break out the common templates/variables/params into separate XSL documents? This way you can directly target your unique circumstance. For example, what i do is have a global_defintions.xsl that includes all the common XSLT documents (variables, params) that have common usage. Then in the unique XSLTs, I just include global_defintions.xsl. When you need the unique view you call the unique XSLT doc which includes the common stuff. -Rob XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



