InterviewSolution
Saved Bookmarks
| 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. No! XPath parser is used to to navigate XML Document only. It is better to use DOM parser for creating XML. |
|