XML validation: Difference between revisions

→‎{{header|Visual Basic .NET}}: Add comment explaining split-up code
(→‎{{header|Visual Basic .NET}}: Add comment explaining split-up code)
Line 607:
 
Sub Main()
' These functions are declared in another module found below.
Dim schema = GetSchema()
Dim document = GetDocument()
Anonymous user