这里包含若干个表的内容,我该怎么解析,请各位大虾赐教。
具体格式如下:
<?xml version= "1.0 " standalone= "yes "?>
<Task_33>
<xs:schema id= "Task_33 " xmlns= " " xmlns:xs= "http://www.w3.org/2001/XMLSchema " xmlns:msdata= "urn:schemas-microsoft-com:xml-msdata ">
<xs:element name= "Task_33 " msdata:IsDataSet= "true " msdata:Locale= "zh-CN ">
<xs:complexType>
<xs:choice maxOccurs= "unbounded ">
<xs:element name= "Table ">
<xs:complexType>
<xs:sequence>
<xs:element name= "fjsdjh " type= "xs:string " minOccurs= "0 " />
<xs:element name= "fwtsh " type= "xs:string " minOccurs= "0 " />
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name= "Table1 ">
<xs:complexType>
<xs:sequence>
<xs:element name= "fid " type= "xs:int " minOccurs= "0 " />
<xs:element name= "fjsdjh " type= "xs:string " minOccurs= "0 " />
<xs:element name= "fdjh " type= "xs:string " minOccurs= "0 " />
</xs:sequence>
</xs:element>
</xs:choice>
</xs:complexType>
</xs:element>
</xs:schema>
<Table>
<fid> 104059 </fid>
<fjsdjh> 200505#0623 </fjsdjh>
<fdjh> 200505-0500 </fdjh>