This is part of a legal validated XML document by a legal schema(also
accepted by the sourcegenerator):
<Proto name="D01" >
<Component name="innocent"\>
</Proto>
<Component proto="D01"/>
But the trouble is that the first and the second element 'Component', is
NOT the same. But the SourceGenerator makes only one 'Component.java',
which represents the last one. When run, it complains that Component in
line 2 should have attribute 'proto' - this is wrong. When I try to
remedy the error by making the last 'Component' element all lowercase -
it still produces only one 'Component.java'.
Am I doing something wrong?
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev