[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] reorder child nodes
Hi list I have a question. I have a source xml with nodes which need to be reordered before transformation. <books> <book> <fiction></fiction> <drama></drama> <bio></bio> </book> </books> I want the output to look like <books> <book> <bio></bio> <fiction></fiction> <drama></drama> </book> </books> Can I do that in XSLT? Or should I be looking at Java DOM? Thanks!
|
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
|