当前位置: 代码迷 >> VFP >> 怎么把xml格式的内容转换为dbf?请帮忙…
  详细解决方案

怎么把xml格式的内容转换为dbf?请帮忙…

热度:4405   发布时间:2013-02-26 00:00:00.0
如何把xml格式的内容转换为dbf?请帮忙……
这里包含若干个表的内容,我该怎么解析,请各位大虾赐教。
具体格式如下:

<?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>
  相关解决方案