Transform XML to XML

admin

Administrator
Staff member
Hi,

I would like to execute a sorting on a XML file and then save it to the file i was reading from.

The Input XML:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<publications>
<publication SourceName="Plumtree" SourceUNID="278">
<title>R&K Updates</title>
<category>R & K News</category>
<security users="2416" groups="1,51,200"/>
</publication>
(...)
<publications>


The Output XML should be sorted by

  1. category
    title
    [/list=1]

    Thank you for any suggestions!!!
 
Top