On Aug 23, 9:17 am, ipra...@gmail.com wrote:
> I have an predefined XML format, lets say:
>
[quoted text clipped - 10 lines]
>
> Is there any standard way like XSLT or any other way to convert them?
Yes, XSLT is basically the standard way of doing this.
> I dont want to manually change the XML tags. Do I have to parse each
> node and check whether it is present in the new format or modify it
> accordingly.
"Just" write an XSLT template and apply it to the old files.
I say "just" because I personally can't standard XSLT. However, it's
probably the most appropriate technology in this case. See
http://w3schools.com/xsl/default.asp
Jon