Re: XmlBeans.compileXmlBeans() fails on *some* w3c Elements

2009-03-09 Thread Jacob Danner
I think the error message is pretty clear on this one. The 0th supplied input is not a schema document: its type is N= The XmlBeans.compileXmlBeans method only takes schema elements and whatever you have passed in does not meet that criteria. You can read more about the method parameters at the

XmlBeans.compileXmlBeans() fails on *some* w3c Elements

2009-03-08 Thread ali...@gmx.net
Hi, I get the following error when trying to compile a XML Schema by passing a org.w3c.dom.Element to the XmlBeans.compileXmlBeans() function: reson: Thread main: The 0th supplied input is not a schema document: its type is N= The error is caused not by all Element (s) i pass to the function,