Altova Mailing List Archives>Archive Index >comp.text.xml Archive Home >Recent entries >Thread Prev - Recursive xslt expansion [Thread Next] Re: Recursive xslt expansionTo: NULL Date: 1/4/2007 2:00:00 PM Hallvard B Furuseth wrote: > Can I have one XSLT style sheet which expands some brief XML to a longer > "normalized" form, which one of several other XSLT style sheets expands > further (or one of several parts of one sheet)? Finally, I'll render it > with a CSS style sheet. Or is there some other way one normally does > that? You can chain XSLT transformations as long as the stylesheets transform to XML respectively don't depend on stuff like disable-output-escaping. The last stylesheet in the chain can then transform to HTML. Using one stylesheet to do several transformation passes is also possible with XSLT 1.0 but only if the XSLT processsor supports an extension function like exsl:node-set to transform a result tree fragment to a node set so that each pass creates a result tree fragment, the extension functions then creates a temporary node set on which the next pass works. -- Martin Honnen http://JavaScript.FAQTs.com/ | ||||||
| Company | Legal | Press | Partners | Careers | Sitemap | Contact Us | Altova Blog | Mobile | Full Site | |||
|
