removing unwanted characters in xml tags php



I have a XML String, i need to replace all special characters with in the tags except /,<,> with ''. <.T>apple i have to replace occurrence of . with '', so that i'll get correct tag.


How can we do it in php ?


Please help.


No comments:

Post a Comment