Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how do i sort an xml table

Status
Not open for further replies.

OhioSteve

MIS
Mar 12, 2002
1,352
US
I am creating an .xsd document in visual studio.Net

current code sample~

<xs:element name="metadataT1">
<xs:complexType>
<xs:sequence>
<xs:element name="table_name" type="xs:string" />
<xs:element name="table_type" type="xs:string" />
</xs:sequence>
</xs:complexType>
</xs:element>

How do I sort metadataT1 by table_name?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top