Is daisy chaining xslt an accepted practice?
Posted
by
Stephen
on Stack Overflow
See other posts from Stack Overflow
or by Stephen
Published on 2010-12-31T19:32:39Z
Indexed on
2010/12/31
19:54 UTC
Read the original article
Hit count: 385
xslt
I have a situation where I think I need to daisy chain my xslt transformation (i.e. that output of one xslt transform being input into another). The first transform is rather complex with lots of xsl:choice and ancestor xpaths. My thought is to transform the xml into xml that can then be easily transformed to html.
My question is 'Is this standard practice or am I missing something?'
Thanks in advance.
Stephen
© Stack Overflow or respective owner