<test xmlns='http://example.com/def'>
asdf
</test>
<sub>
<xyz:bar>
test
</xyz:bar>
</sub>
<selfclosed/>
<selfclosedwith='attributes'/>
<attributebothquotes=""'"/>
<bar:selfclosed xmlns:bar='http://example.com'/>
<?processing instruction?>
L
&
<
<styletype='text/css'>
body {
font-family: monospace;
}
div.comment {
color: #555;
white-space: pre;
}
div.xmlpi {
color: red;
}
div.mixedcontent {
margin-left: 10px;
}
span.tag {
color: #11a;
}
span.attribute.name {
color: #080;
}
span.attribute.value {
color: black;
}
span.namespace {
color: #88f;
}
/*
span.text {
white-space: pre;
}
*/
</style>
<foo xmlns:xlink='xlink-url'xlink:foo='baz'>
<xyz:what>
<a xmlns:xlink='xlink-url'xlink:foo='bar'>
</a>
</xyz:what>
</foo>