xml version="1.0" encoding="UTF-8"?>
DOCTYPE language SYSTEM "language.dtd"
[
]>
<element attr1="a1" attr2="2.03" attr3="&entity;">
<sub-element/>
>
This is a pseudo XML file to test Kate's XML syntax highlighting.
Doctype:
DOCTYPE HTML PUBLIC "-//SOME_DOCTYPE 0.01//EN" SYSTEM "foobar.dtd">
DOCTYPE
HTML PUBLIC "-//SOME_DOCTYPE 0.01//EN" SYSTEM "foobar.dtd">
Processing instruction:
php processing instruction ?>
Comments:
Comment inside element:
<element attr="foobar">content>
Markup inside comment:
Empty element:
<empty/>
<empty />
Simple element plus content:
<element>some content>
<element attr="foobar">some
content>
Namespace for elements and attributes:
<ns:element>content>
<element ns:attr="content content">content>
Elements containing allowed characters:
<element-dash foo="test"/>
<element.dot foo="test"/>
Elements containing allowed start characters:
<:element foo="test"/>
<_element foo="test"/>
Single quotes (the same as double quotes):
<element attr='content content'>content>
Allowed Whitespace:
<element attr = "test" >
content>
Entities:
å
å
å
И
水
<element attr="foo å & bar"/>
Illegal XML, should not be highlighted:
<0foobar> -- no digit as first character
<-foo> -- no dash as first character
<wrong>