Hi
I have been reading so many tutorials but can't seem to get anywhere, with what I thought would be a simple task.
I have an xml file outputted from some software in the vague format:
<root>
<one>data</one>
<two>more data</two>
<three> even more data</three>
</root>
Fairly straight forward data, nothing really nested.
All I am trying to do is use an xslt file to transform this xml into a new XML file, but with only a few selected fields, e.g. the same structure as before, but only one of the tags
I have tried so many different methods, and I either get nothing at all, or all my data in the new xml file just without tags.
Any clues where to start? To me this looked simple, all the tutorials looked fairly simple, I tried copying them and adjusted for my data, but no avail.
Thanks