Dim sgml As New Sgml.SgmlReader() sgml.Href = アドレス Dim xml As System.Xml.Linq.XElement = System.Xml.Linq.XElement.Load(sgml) 'VB2008以降 sgml.Close() Dim title As String = xml...<title>.Value()