Hi all Is it possible (through a setting) that the source generator does not create the Java objects for a particular element in the schema.
if i have
<a>
<b>
Some Text
</b>
</a>
I want the source generator to ignore the <b> element (dont create 'B' class
or 'BType' class), i want the class generated for <a> 'A' to have a member
of type org.w3c.xml.Element to hold the <b> element.
Any help is appreciated.
Thanks
Abdul

