How to convert a String to Element, and add to an existing Document obj?
liang gu
Ranch Hand
Joined: Nov 05, 2001
Posts: 89
posted
0
I already have a Document object, and a String representation of a XML element, then what is the easist way to convert the String into an Element object and add to the Document object?