请问XML怎么用?

Eastunfail 2002-04-26 11:04:51
()
...全文
79 5 打赏 收藏 转发到动态 举报
写回复
用AI写文章
5 条回复
切换为时间正序
请发表友善的回复…
发表回复
ywj2002 2002-06-10
  • 打赏
  • 举报
回复
简单地说,用来传递信息和RPC
lionet777 2002-06-07
  • 打赏
  • 举报
回复
Private Sub WriteXmlToFile(ByVal thisDataSet As DataSet)
If thisDataSet Is Nothing Then
Return
End If
' Create a file name to write to.
Dim filename As String = "XMLFile1.xml"
' Create the FileStream to write with.
Dim myFileStream As New System.IO.FileStream _
(filename, System.IO.FileMode.Create)
' Create an XmlTextWriter with the fileStream.
Dim myXmlWriter As New System.Xml.XmlTextWriter _
(myFileStream, System.Text.Encoding.Unicode)
' Write to the file with the WriteXml method.
thisDataSet.WriteXml(myXmlWriter)
myXmlWriter.Close()
End Sub
Eastunfail 2002-05-01
  • 打赏
  • 举报
回复
o,这个我都知道,各位知道怎样写XML吗?读我会,
mwenyuan 2002-04-29
  • 打赏
  • 举报
回复
如果只开发VB6的本地工程,那就只能用来代替INI文件。。。
thenew_ 2002-04-29
  • 打赏
  • 举报
回复

作为文档格式-XHTML

作为文档管理格式-目录,如LDAP

作为数据格式-XML准数据库,典型应用了

作为转换语言-XSL

作为多媒体格式-voicXML,PGML,SVG...

作为编程语言-另个角度想了

作为什么呢?等着你去发掘了


16,554

社区成员

发帖
与我相关
我的任务
社区描述
VB技术相关讨论,主要为经典vb,即VB6.0
社区管理员
  • VB.NET
  • 水哥阿乐
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧