blob: 96a33a5d3046a20d6b2e458bbd21193d22396ef6 [file] [log] [blame]
<?xml version="1.0"?>
<!-- Clean up attributes
* Normalize space around attributes on a tag
* Sort the attributes by name
* Strip xml:base attribute
-->
<xml>
<tag b="1" c="123" x=' abc' />
<tag c="1" d=" 123 " x="abc" />
<tag>
<innertag a2=" 2 " b1="abc " a1="2">Hello</innertag>
</tag>
</xml>