mirror of
https://github.com/swc-project/swc.git
synced 2024-12-24 22:22:34 +03:00
28 lines
605 B
XML
28 lines
605 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- My Comment -->
|
|
<root>
|
|
<!--comment-->
|
|
<!--<head>-->
|
|
<!--<!-x-->
|
|
<!--<!x-->
|
|
<!--<<!x-->
|
|
<!--<<!-x-->
|
|
<!--<x-->
|
|
<!--<>-->
|
|
<!--<-->
|
|
<!--<!-->
|
|
<!---->
|
|
<!---a->-a-->
|
|
<!---<!-test->-->
|
|
<DocumentElement myAttribute="myAttributeValue">
|
|
<!-- My Comment -->
|
|
<ChildElement>Element Value</ChildElement>
|
|
</DocumentElement>
|
|
<DocumentElement myAttribute="my Attribute Value">
|
|
<ChildElement>
|
|
Element <!-- My Comment --> Value
|
|
</ChildElement>
|
|
</DocumentElement>
|
|
</root>
|
|
|