asifkoroth has asked for the wisdom of the Perl Monks concerning the following question:

Hi monks, I have a problem while parsing an xml file using the XML::Parser module.The problem is this. The characterData handler is returning the data after splitting by "&", if this symbol is present in the data string.I don't want the data to be split due to the occurance of any special character in the data. How could i achieve this? Please help me out?

Replies are listed 'Best First'.
Re: xml :: parser module in perl
by mirod (Canon) on Jul 30, 2003 at 12:01 UTC

    How about typing XML::Parser in the Search Box above? The answer to your problem is described in basically every article/tutorial/review of XML::Parser, including the XML::Parser Tutorial on this site.