]> git.sesse.net Git - xml-template/blob - xml/structure.xml
Add namespace2 test for C++0x. Passes.
[xml-template] / xml / structure.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
2 <!DOCTYPE
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">
6   <head>
7     <title />
8   </head>
9   <body>
10     <div t:id="outer">
11       <div>
12         <div t:id="inner">
13           This is a test of how well cloning and substitution deals with multiple elements with the
14           same tag inside each other. It shouldn't get confused, as the names don't
15           really matter, but then again, it might.
16         </div>
17       </div>
18     </div>
19   </body>
20 </html>