xml 변환

2008. 1. 14. 13:53

Private Sub test()

Dim oXML As New Xml.XmlDocument

Dim oNode As Xml.XmlNodeList

Dim sRoot As String

Dim sFile As String

Try

sRoot = System.Windows.Forms.Application.StartupPath

sFile = "Test.xml"

oXML.Load(sRoot & "" & sFile)

oNode = oXML.SelectNodes("Test/SubTest[@value=""AttValue01""]")

For Each oEle As System.Xml.XmlElement In oNode

MsgBox(oEle.OuterXml)

Next

Catch ex As Exception

MsgBox(ex.ToString)

Finally

oXML = Nothing

oNode = Nothing

End Try

End Sub

<
Posted by 나비:D
:
BLOG main image
by 나비:D

공지사항

카테고리

분류 전체보기 (278)
Programming? (0)
---------------------------.. (0)
나비의삽질 (5)
Application (177)
SQL (51)
Web (27)
etc. (14)
Omnia (0)
---------------------------.. (0)

최근에 올라온 글

최근에 달린 댓글

최근에 받은 트랙백

글 보관함

달력

«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Total :
Today : Yesterday :