Hi, not sure how to do this.
I have a large xml file with lots of extra spaces within the xml tags as shown below. example:
<xmltag>foo bar </xmltag>
i want it to look like this:
<xmltag>foo bar</xmltag>
Thanks for the help!
thanks pshute, that works! I didnt even think of that. I was trying to make an easier fix more complicated.
:\
Can't you just find/replace " </" with "</" over and over till they're all gone?
Hi, not sure how to do this.
I have a large xml file with lots of extra spaces within the xml tags as shown below.
example:
<xmltag>foo bar </xmltag>
i want it to look like this:
<xmltag>foo bar</xmltag>
Thanks for the help!
thanks pshute, that works! I didnt even think of that. I was trying to make an easier fix more complicated.
:\
Can't you just find/replace " </" with "</" over and over till they're all gone?