xml文件是怎么解析的啊
<?xml version="1.0" encoding="utf-8" ?>
- <Maps>
- <Map xmlns="http://www.semi.org" SubstrateId="695823901F1" SubstrateType="Wafer" FormatRevision="SEMI G85-0703">
- <Device Rows="36" LotId="6958239.013" BinType="ASCII" Columns="38" MapType="Array" NullBin="0" ProductId="K25A" WaferSize="200" CreateDate="20091106130620353" DeviceSizeX="5082.95000" DeviceSizeY="5262.95000" Orientation="0" SupplierName="Micron Technology, Inc." OriginLocation="2" MicronLotId="6958239.013">
<ReferenceDevice ReferenceDeviceX="27" ReferenceDeviceY="35" />
<Bin BinCode="G" BinCount="906" BinQuality="Pass" />
<Bin BinCode="X" BinCount="170" BinQuality="Fail" />
- <Data>
- <Row>
- <![CDATA[ 00000000000000XXGXGGGGXX00000000000000
]]>
</Row>
- <Row>
- <![CDATA[ 00000000000XXXGGGGGGXGGGGXX00000000000
]]>
</Row>
- <Row>
- <![CDATA[ 000000000XXGGGGGXGGGGGGGGGGXX000000000
]]>
</Row>
- <Row> <
相关问答:
<?xml version="1.0"?>
<root>
<status>433</status>
<msg>这个是汉字</msg>
<serialno>123</serialno>
</root>
如何用ASP读取 status值 ......
string b = "";
b = System.Guid.NewGuid().ToString();//获得会话ID
//写XML
XmlDocument xml = new XmlDocumen ......
引用的文件包含错误(XXXXX.xsd)。有关更多信息,右键单击消息并选择“显示详细信息...”
请问这是哪出错了???我在elipse里没错 拿到myelipse里xml全是这个错误。。。。
是不是少包啊?
包都在呢呀。。。 ......
我有一个XML.想取
<Portfolio _Name="XXXX" _Id="AUD" >
中的属性_Id的值.但是用下面的语句好象不行.
XmlNode CId = xdoc_Msg.SelectSingleNode("/Portfolio");
&n ......
xml := CreateOleObject('Microsoft.XMLHTTP');
xml.Open('GET','http://www.google.com', False);
xml.Send;
xml.responseText;
使用xml.responseText可以获取网页源码,但是再次 ......