1.

Can we create an XML document using XPath parser?

Answer»

No! XPath parser is used to to navigate XML Document only. It is better to use DOM parser for creating XML.



Discussion

No Comment Found