summaryrefslogtreecommitdiffstats
path: root/test/xml/single-quote/input.xml
blob: 1cd65db0ada4b97b57b4a0045fac54fca424a887 (plain)
1
2
3
4
5
6
7
8
9
<?xml version='1.0' encoding='utf-8'?>
<!-- this is a comment -->
<root>
    <child attr2='value2' attr1='value1'/>
    <child attr3='"quoted"' attr4='before"after'/>
    <child attr5=''/> <!-- empty attribute value -->
    <child attr6="double-quoted"/>
</root>