X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=xml%2Fnamespace.xml;fp=xml%2Fnamespace.xml;h=e81948b7537e5f92891e3dc9ce56fe11bed8a982;hb=7d86bc42d79ffdf9a9bd601716c2f832a123a1ce;hp=0000000000000000000000000000000000000000;hpb=0b5e750eae0d8d58ae293beeaf29368431d5b618;p=xml-template diff --git a/xml/namespace.xml b/xml/namespace.xml new file mode 100644 index 0000000..e81948b --- /dev/null +++ b/xml/namespace.xml @@ -0,0 +1,15 @@ + + + + + + </head> + <body> + <p t:id="hello">This will be replaced.</p> + <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> + </body> +</html>