1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
3 html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
4 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
5 <html xmlns="http://www.w3.org/1999/xhtml" xmlns:t="http://template.sesse.net/" xml:lang="en">
10 <p t:id="hello">This will be replaced.</p>
11 <p id="hello">This will not.</p>
12 <p id="test" t:id="test">This will also be replaced, but the id will stay.</p>
13 <t:tagname id="moretest">This will say "foo", not "bar".</t:tagname>
14 <p t:id="test">Two elements can have the same ID, so this should be replaced again.</p>