Skip to content

Commit 431ca62

Browse files
authored
Remove commented XML output
Removed commented output example from the code.
1 parent 8839ebd commit 431ca62

File tree

1 file changed

+0
-9
lines changed
  • snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CreateElement Example/VB

1 file changed

+0
-9
lines changed

snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CreateElement Example/VB/source.vb

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,6 @@ Public Class Sample
2424
Console.WriteLine("Display the modified XML...")
2525
doc.Save(Console.Out)
2626

27-
' The example displays the following output:
28-
'
29-
' Display the modified XML...
30-
' \<?xml version="1.0" encoding="utf-8"?>
31-
' \<book genre="novel" ISBN="1-861001-57-5">
32-
' \<title>Pride And Prejudice\</title>
33-
' \<price>19.95\</price>
34-
' \</book>
35-
3627
' </Snippet1>
3728
End Sub
3829
End Class

0 commit comments

Comments
 (0)