I’ve got a problem with & when I use XML parsing with webservices which developed in php. I get a bad XML formate error. All problems are connected with &. So my question is how can I ignore or replace & character while I’m reading xml file?
Please help me out this…
You should preprocess the &, changing it to & and then parse the XML data.