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
