xml解析 - PHP / 基础编程
为什么在xml解析时用big5编码会出现乱码
你 写xml文件头部时设定什么格式了,两方统一应该是不会出现乱码的
都设置成big5的,结果是解析不了,头都大了
End_rbody_65353733//-->
该回复于2010-05-12 09:32:05被管理员删除
对我有用[0]
丢个板砖[0]
引用
举报
管理
TOP
相关问答:
DataSet导出xml 批处理(循环)得怎么处理
XML文件
<A>
<B>
<C>
</C>
&nb ......
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 ......
mssql_select_db("f1",mssql_connect("localhost","sa","sa"));
mssql_select_db("f2",mssql_connect("192.168.0.1","sa","sa") ......