xsl-list
[Top] [All Lists]

Change Element Order?

2005-12-08 18:23:53
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


--~------------------------------------------------------------------
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>