XML debugging and error messages fixes
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