I see someone else posted this question last month without getting an
answer.
I would also like to know how to get at the annotation field and
specifically, the appinfo. I need to associate some data in the schema with
an element so that my program can retrieve it. The annotation element seems
to be the only way I can do this. What I want is something like:
<xs:element name=person>
<xs:annotation>
<xs:appinfo>
dll=parser entry=person
</xs:appinfo>
</xs:annotation>
</xs:element>
Then my SAX handler can load the parser dll to handle the person element.
If anyone has any better suggestion please let me know.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]