Hello,
Thanks everyone for your hard work on XMLbeans. We through some complex schemas against it and it churned out all the beans without a problem.
How does XMLbeans store run-time created XML documents using setters? I wanted to generate XMLbeans classes using a large superset schema and then during run-time only load a small subset of that schema using the bean's setters. When I ask XMLbeans to generate the XML, will it return XML representing the whole superset or just the subset that I explicited created and loaded? I was hoping it will return only the small subsets that were loaded.
Thank you,
Vic