How can I use XML::Simple parser to read and parse greater then (>), less then (<) and ampersand (&) symbol. I have a big xml file which I have to read line by line. Then filter the records of specific tag process that generate a report based on some condition. While XML having mentioned symbol come XML::Simple module got stacked and could able to parse the file. Is there any way through which I can mold this module based on my requirement.
In reply to How can I use XML::Simple parser to read and parse greater then (>), less then (<) and ampersand (&) symbol.. by sarf13
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |