Filling Combo Box with Element Enumerations
2005-02-01 09:56:28 GMT
Hi,
I have searched for any mailing list archive - is there any available???
I want to fill up a combo box with the values of a enumeration list of an element. Ist this possible?
It worked with attributes, couldn't work it out with element enumerations.
Here my Element definition
<xs:element name="zeitschrift">
<xs:simpleType>
<xs:restriction base="xs:NMTOKENS">
<xs:enumeration value="ÖStZ"/>
<xs:enumeration value="ARD"/>
<xs:enumeration value="FJ"/>
<xs:enumeration value="SWK"/>
<xs:enumeration value="SWI"/>
<xs:enumeration value="ecolex"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
And may xml structure
<verweis>
<artikel>
<zeitschrift>ARD</zeitschrift>
<fundstelle>5476/4/2004</fundstelle>
</artikel>
</verweis>
(Continue reading)
RSS Feed