We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a49e98 commit 0324b1eCopy full SHA for 0324b1e
snippets/visualbasic/VS_Snippets_Data/Classic WebData XmlDocument.CreateElement Example/VB/source.vb
@@ -27,12 +27,11 @@ Public Class Sample
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
- '
+ ' \<?xml version="1.0" encoding="utf-8"?>
+ ' \<book genre="novel" ISBN="1-861001-57-5">
+ ' \<title>Pride And Prejudice\</title>
+ ' \<price>19.95\</price>
+ ' \</book>
36
37
' </Snippet1>
38
End Sub
0 commit comments