File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -3062,7 +3062,7 @@ Console.WriteLine(root)
3062
3062
3063
3063
This example produces the following output:
3064
3064
3065
- ```txt
3065
+ ```xml
3066
3066
<Root Att1="content1" Att3="content3" />
3067
3067
```
3068
3068
@@ -3149,7 +3149,7 @@ Console.WriteLine(root)
3149
3149
3150
3150
This example produces the following output:
3151
3151
3152
- ```txt
3152
+ ```xml
3153
3153
<Root Att1="content1" Att2="new content" Att3="content3" />
3154
3154
```
3155
3155
Original file line number Diff line number Diff line change @@ -731,7 +731,7 @@ Console.WriteLine(doc.Declaration)
731
731
732
732
This example produces the following output:
733
733
734
- ```txt
734
+ ```xml
735
735
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
736
736
```
737
737
@@ -1163,7 +1163,7 @@ Console.WriteLine(doc)
1163
1163
1164
1164
This example produces the following output:
1165
1165
1166
- ```txt
1166
+ ```xml
1167
1167
<PurchaseOrder PurchaseOrderNumber="99503" OrderDate="1999-10-20">
1168
1168
<Address Type="Shipping">
1169
1169
<Name>Ellen Adams</Name>
@@ -3032,7 +3032,7 @@ Console.WriteLine(File.ReadAllText("Root2.xml"))
3032
3032
3033
3033
This example produces the following output:
3034
3034
3035
- ```txt
3035
+ ```xml
3036
3036
<?xml version="1.0" encoding="utf-8"?><Root><Child>content</Child></Root>
3037
3037
<?xml version="1.0" encoding="utf-8"?>
3038
3038
<Root>
Original file line number Diff line number Diff line change @@ -578,7 +578,7 @@ Console.WriteLine(xse)
578
578
579
579
This example produces the following output:
580
580
581
- ```txt
581
+ ```xml
582
582
<NewRoot>
583
583
<Child2>2</Child2>
584
584
<Child3>3</Child3>
Original file line number Diff line number Diff line change @@ -659,7 +659,7 @@ End Module
659
659
660
660
This example produces the following output:
661
661
662
- ```txt
662
+ ```xml
663
663
<Root xmlns="http://www.adventure-works.com">
664
664
<Child />
665
665
</Root>
@@ -1056,7 +1056,7 @@ Console.WriteLine(root)
1056
1056
1057
1057
This example produces the following output:
1058
1058
1059
- ```txt
1059
+ ```xml
1060
1060
<Root xml:space="preserve">
1061
1061
<Child>content</Child>
1062
1062
</Root>
@@ -1151,7 +1151,7 @@ End Module
1151
1151
1152
1152
This example produces the following output:
1153
1153
1154
- ```txt
1154
+ ```xml
1155
1155
<aw:Root xmlns:aw="http://www.adventure-works.com">
1156
1156
<aw:Child>content</aw:Child>
1157
1157
</aw:Root>
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ Console.WriteLine(pi)
185
185
186
186
This example produces the following output:
187
187
188
- ```txt
188
+ ```xml
189
189
<?xml-stylesheet type='text/xsl' href='hello.xsl'?>
190
190
```
191
191
Original file line number Diff line number Diff line change @@ -593,7 +593,7 @@ Console.WriteLine(dstTree)
593
593
594
594
This example produces the following output:
595
595
596
- ```txt
596
+ ```xml
597
597
<NewRoot>
598
598
<DifferentChild>3</DifferentChild>
599
599
<DifferentChild>4</DifferentChild>
You can’t perform that action at this time.
0 commit comments