File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1032,14 +1032,14 @@ The following example creates a new element and adds it to the document.
1032
1032
The example produces the following output:
1033
1033
1034
1034
```output
1035
- ' The example displays the following output:
1036
- '
1037
- ' Display the modified XML...
1038
- ' <?xml version="1.0" encoding="utf-8"?>
1039
- ' <book genre="novel" ISBN="1-861001-57-5">
1040
- ' <title>Pride And Prejudice</title>
1041
- ' <price>19.95</price>
1042
- ' </book>
1035
+ The example displays the following output:
1036
+
1037
+ Display the modified XML...
1038
+ <?xml version="1.0" encoding="utf-8"?>
1039
+ <book genre="novel" ISBN="1-861001-57-5">
1040
+ <title>Pride And Prejudice</title>
1041
+ <price>19.95</price>
1042
+ </book>
1043
1043
```
1044
1044
1045
1045
]]> </format >
You can’t perform that action at this time.
0 commit comments