I don't suppose this would help - doesn't seem to though:

XmlOptions loadOptions;
loadOptions.setLoadUseXMLReader(XMLReaderFactory.createXMLReader ("org.apache.xerces.parsers.SAXParser"));

I always get back org.apache.xmlbeans.impl.store.Xobj$ElementXobj instead of the xerces equivalent. So it's not possible to use DOM3.

Alistair


On 14 Apr 2006, at 11:00, Alistair Young wrote:

Does XMLBeans support DOM3? I just get:

java.lang.RuntimeException: DOM Level 3 Not implemented

when using DOM3 features such as:

Element e = (Element)someDocument.getDomNode();
e.setIdAttribute("test", true);

thanks,

Alistair


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to