Mega Code Archive
XNamespace Xmlns Property gets the XNamespace object that corresponds to the xmlns URI (http
Imports System
Imports System.Xml
Imports System.Xml.Schema
Class MainClass
Shared Sub Main()
Dim root =
content
Console.WriteLine(root)
End Sub
End Class