]> git.sesse.net Git - xml-template/blobdiff - xml/namespace.xml
Add a test for repeated t:id replacing.
[xml-template] / xml / namespace.xml
index e81948b7537e5f92891e3dc9ce56fe11bed8a982..623eec0b2a52e994289daffd5d927d6a72a895a8 100644 (file)
@@ -11,5 +11,6 @@
     <p id="hello">This will not.</p>
     <p id="test" t:id="test">This will also be replaced, but the id will stay.</p>
     <t:tagname id="moretest">This will say "foo", not "bar".</t:tagname>
+    <p t:id="test">Two elements can have the same ID, so this should be replaced again.</p>
   </body>
 </html>