You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Doug Schaible <do...@gmail.com> on 2007/05/25 15:21:29 UTC

StAXOMBuilder getDocument returns incorrect OMElement

Is there a version of StAXOMBuilder that returns a
org.apache.axiom.om.OMElement when you call getDocumentElement()?  Currently
the one that I have is returning a org.apache.axis2.om.OMElement.



I need to convert an XML document that is currently stored as a String to a
OMElement.



Any help is appreciated!



Doug