Problems with Automatic editing of endtags
Posted: Mon Mar 22, 2010 7:52 pm
Hello,
I am trying to convert an xml document element tags.
My original XML consists of the following:
<element name='File' >CrimeReport_010609-011209.txt</element>
<element name='CrimeNumber' >10032009.201720.309.CFC</element>
...
I would like to change it to the following:
<File>CrimeReport_010609-011209.txt</File>
<CrimeNumber>10032009.201720.309.CFC</CrimeNumber>
I am able to change the <element name = ' '> tag using the Find/Replace however the endtag is not automatcally changing.
IS there some way to automatically change the endtags throughout the document?
Or use Find/Replace in a different manner?
Thanks,
Mike
I am trying to convert an xml document element tags.
My original XML consists of the following:
<element name='File' >CrimeReport_010609-011209.txt</element>
<element name='CrimeNumber' >10032009.201720.309.CFC</element>
...
I would like to change it to the following:
<File>CrimeReport_010609-011209.txt</File>
<CrimeNumber>10032009.201720.309.CFC</CrimeNumber>
I am able to change the <element name = ' '> tag using the Find/Replace however the endtag is not automatcally changing.
IS there some way to automatically change the endtags throughout the document?
Or use Find/Replace in a different manner?
Thanks,
Mike