I have a file that I need to parse using XML::Parser. Only when I get halfway through the file, the parsing stops with an error.
I have looked at the file and I find that there are weird characters embedded in the text.
What can I do to make this file parse properly ? is there any way to remove these characters from the file ? Thanks..
In reply to XML file won't parse properly by brpsss
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |