Parse XML
Hi,
I'd like to parse XML inside XSD. I need to get dynamicly data from XML a build this dynamicly:
<xs:simpleType name="categories">
<xs:restriction base="xs:normalizedString">
<xs:enumeration value="from XML"/>
</xs:restriction>
</xs:simpleType>
Does anyone if I can do that? Otherwise any idea to do it different way...
Thanks in advance
|