Hi.
 
I need to obtain an Element from a String in a valid XML format, for example:
 
Element el =xxxFunction("<TAG attr=\"abc\">\n     <CHILD/>\n</TAG>");
 
 I know the inverse function, DOMWriter.nodeToString, what's the right name for xxxFunction?
 
Thank you,
                  Simone.

Reply via email to