This is a pseudo XML file to test Kate's XML syntax highlighting.
Doctype:
Processing instruction:
Comments:
Comment inside element:
content
Markup inside comment:
Empty element:
Simple element plus content:
some content
some
content
Namespace for elements and attributes:
content
content
Elements containing allowed characters:
Elements containing allowed start characters:
<:element foo="test"/>
<_element foo="test"/>
Single quotes (the same as double quotes):
content
Allowed Whitespace:
content
Entities:
å
å
å
И
水
Illegal XML, should not be highlighted:
<0foobar> -- no digit as first character
<-foo> -- no dash as first character