|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: use two consecutive transformation in XSL
> Why? If it's to chain multiple transformations, it's not needed. > Your browser would permit you to get the result of a transformation in > the form of a DOM tree (for example) and to pass this tree as the > source tree of the next transformation. > > You can be intrested by Google AJAXSLT: I'll see that > It's a FAQ. Look for "identity transformation" (for example in the > archive of XSL-List or in the FAQ maintained by Dave Pawson). I have added the identity transormation code to my file but it didn't work. <xsl:template match="node()|@*"> <>xsl:copy> <xsl:apply-templates select="node()|@*"/> </xsl:copy> </xsl:template>
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






