You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<?xml version="1.0" encoding="UTF-8"?> <!--This is a comment and it contains superfluous information--><Root>Root element node value<Child>Root element child element</Child><MyCData><![CDATA[<div>This div won't confuse XML Parsers! <br></div>]]></MyCData></Root>
70
+
<?xml version="1.0" encoding="UTF-8"?>
71
+
<!--This is a comment and it contains superfluous information--><Root>Root element node value<Child>Root element child element</Child><AttributedChildattr="value!"ns:attr="other value!">some data</AttributedChild><MyCData><![CDATA[<div>This div won't confuse XML Parsers! <br></div>]]></MyCData></Root>
66
72
```
67
73
68
74
Or, more legibly,
@@ -71,10 +77,9 @@ Or, more legibly,
71
77
<?xml version="1.0" encoding="UTF-8"?>
72
78
<!--This is a comment and it contains superfluous information-->
73
79
<Root>Root element node value
74
-
<Child>Root element child element</Child>
75
-
<MyCData>
76
-
<![CDATA[<div>This div won't confuse XML Parsers! <br></div>]]>
0 commit comments