|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: Change Element Order?
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/
> -----Original Message-----
> From: Don Rinderknecht [mailto:developer@xxxxxxxxxx]
> Sent: 09 December 2005 01:24
> To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
> Subject: Change Element Order?
>
> Hi,
>
> I am transforming XML to XML... and I'm new at this!
>
> I have:
> <Presentation>
> <Slide>
> <Filename>File1.swf</Filename>
> <Title>XYZ Title</Title>
> </Slide>
> </Presentation>
>
> But I want:
> <Presentation>
> <Slide>
> <Title>XYZ Title</Title>
> <Filename>File1.swf</Filename>
> </Slide>
> </Presentation>
>
> I haven't been able to figure this out. Any ideas?
>
> Thanks,
> Don
|
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
|

Cart








