xsl-list
[Top] [All Lists]

Re: Change Element Order?

2005-12-09 20:37:39
Thanks, Michael.
I had a feeling it was something obvious that I wasn't getting.

Thanks,
Don

Michael Kay wrote:

Write an identity template

http://www.dpawson.co.uk/xsl/sect2/identity.html

, and supplement with

<xsl:template match="Slide">
 <Slide>
<xsl:copy-of select="Title"/> <xsl:copy-of select="Filename"/>
 </Slide>
</xsl:template>

Michael Kay
http://www.saxonica.com/


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>