I have some xml files that I'm doing some charactor conversion work with (UTF8 -> US7ASCII) in Java. I open up a string buffer and do the conversion but it pukes if it hits a newline charactor in the xml values. I want to write a PERL script to clean up the xml files.
<tag> Cant have any new lines here</tag>
<tag> but many files look like this
</tag>
s/helpfillinthis//g
thanks!
<tag> Cant have any new lines here</tag>
<tag> but many files look like this
</tag>
s/helpfillinthis//g
thanks!