11 月 27, 2008 at 10:08 PM | VBA - Posted by noein | Add Your Comments
' ノードが文字列かどうかを確認する If dom.documentElement.FirstChild.nodeTypeString = "text" Then Debug.Print dom.documentElement.FirstChild.nodeValue End If