RE: Dynamic compilation of XML-Schema

2006-05-04 Thread vramu_sg
Can u give me example of how to initialize the following objects xsds, bindingConfig, filer, & xml_opts in the below example SchemaTypeSystem displaySts = XMLBeans.compileXMLBeans("name", null, xsds, bindingConfig, builtin, filer, xml_opts); -- View this message in context: http://www.nabble.com

RE: Dynamic compilation of XML-Schema

2006-04-19 Thread Jacob Danner
I know the compilation at runtime is possible, and from there it SHOULD be possible to use the APIs if you load them right. When you compile you can get information about the Schema type system that you may find helpful rather than using reflection. Here is a code snippets you might find useful: