How to fix that overlapping XML?

XiMeNSiOnS

New Member
I have a problem. I am making some changes in XML code but sometimes it gets overlapped like:\[code\]<xref><mytag></xref></mytag>\[/code\]I am thinking about a script that will parse XML file and fix that problem like:\[code\]<xref><mytag></mytag></xref><mytag></mytag>\[/code\]Can anyone help my with that? Maybe some regular expression? Or some tool ready for use, python script etc. I got many files to fix and I will appreciate every advice!s
 
Back
Top