»¹ÊÇÓйØC#¶ÁÈ¡XMLµÄÎÊÌâ
ÎÒÏÖÔÚÏëµÃµ½ÏÂÃæXMLÖÐ <span style="color:#FF0000">Óм¸¸öorganization½Úµã£¬¼¸¸öorganizations½Úµã£¬ÒÔ¼°Ã¿¸ö½Úµãϸ÷ÓжàÉÙ¸öITEM½Úµã</span>£¿
ѧϰÁ½ÌìÁË£¬ÎÒ²ÅÖ»ÄܶÁÈ¡ËùÓнڵãµÄtitleÊôÐÔ£¬Ã»Óа취·Ö±ðµÃµ½¸÷¸ö½ÚµãµÄ¸öÊý¡£Çë´ó¼Ò°ïÎÒ¿´¿´£¬Ð»Ð»ÁË£¡
XMLÎļþÈçÏ£º
XML code:
<?xml version="1.0" encoding="UTF-8"?>
<manifest >
<organizations>
<organization>
<title>CDMA Planning1</title>
<item isvisible="true">
<title>Description1</title>
</item>
<item isvisible="true">
<title>Propagation</title>
</item>
</organization>
<organization>
<title>CDMA Planning</title>
<item isvisible="true">
<title>Description</title>
</item>
</organization>
</organizations>
<resources>
<resource>
<file href="01_description1/01_description.html" />
<file href="01_description1/player/flashcommand.js" />
</resource>
</resources>
</manifest>
ÎÒÓõÄÊÇVS 2005 ,ʹÓÃC# 2.0
¶¥Ï£¬Ï£Íû¸ßÈËÖ¸ÌõÃ÷·£¡
ls µÄÃ²ËÆ¿ÉÒÔ »Ø¸´ÄÚÈ
Ïà¹ØÎÊ´ð£º
Êý¾Ý¿â±íÖÐÓÐÒ»ÁУ¨TranXml£©ÀàÐÍÊÇxml£¬´æ´¢µÄÊÇÀàËÆ
<fathernode>
<a>aaa
</a>
<b>bbb
</b>
</fathernode>
µÄÐÅÏ¢£¬²¢ÇÒͨ¹ý²éѯ·½· ......
ÎÒÃÇC#×öÒ»¸ö´°Ìå ÍùÊý¾Ý¿âÀï²åÈëÊý¾Ý
SqlConnection cn = new SqlConnection("Data Source=20090713-1752\\SQLEXPRESS;Initial Catalog=goods;Integrated Security=True");
......
Private Sub Command1_Click()
Dim MyString() As String
Open "a.xml" For Binary As #1 ' ´ò¿ª¸Õ´´½¨µÄÎļþ¡£
ReDim MyString(LOF(1) - 1)
Put #1, , MyRecord ' ¶ÁÈëËùÓÐ×Ö·ûµ½±äÁ¿ÖÐ ......
ÎÒÓÐÒ»¸öÀàËÆµÄxmlµÄ string£¬Ïëͨ¹ý±éÀúÔõô¸öxml Êä³öÎÒÏëÒªµÄelementµÄÖµ
xml Ϊ£º
<Discover xmlns="urn:schemas-microsoft-com:xml-analysis">
<RequestType>DISCOVER_XML_ME ......
ΪʲôÎҵijÌÐòµ÷ÓÃXMLÅäÖÃÎļþÖеİ¢À²®ÎÄÏÔʾ²»³öÀ´£¿ÆäËûµÄÓïÖÖ¶¼¿ÉÒÔ£¬ÈçÖÐÎÄ£¬Ó¢ÎÄ£¬µÂÎͼ¿É¡£
ÎÒ½«XMLµÄ±àÂë¸ÄΪutf-8ºÍunicodeµÄµ½µÃ½á¹û¶¼Ò»Ñù.
°¢À²®ÎĵÄ×Ö¿âÄãÓÐô£¿
ÓÐ,ÎÒµÄEXEÊÇ·ÅÔÚpc»úÉÏÖ´Ðе ......