Hi All, After parsing a document I need to acces xs:appinfo information associated with an element and I'v have no idea how to do it - execpt to parse XSD file too.
sample snippet (xsd):
<xs:element name="titel" type="xtest:type.Titel">
<xs:annotation>
<xs:appinfo>KEY=7E</xs:appinfo>
</xs:annotation>
</xs:element>
Thanks for your help,
Michael
