Explain the mechanism available for handling xml in php
Answers
Answered by
0
Answer:
PHP 5's new SimpleXML module makes parsing an XML document, well, simple. It turns an XML document into an object that provides structured access to the XML. To create a SimpleXML object from an XML document stored in a string, pass the string to simplexml_load_string( ). It returns a SimpleXML object.
MARK ME PLEASE PLEASE I BEG U
Similar questions