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?