]> git.sesse.net Git - xml-template/blob - tests/reference/structure.xml
Add most of the remaining php5-swig tests. Most succeed, but not all.
[xml-template] / tests / reference / structure.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4   <head>
5     <title/>
6   </head>
7   <body>
8     <div>
9       <div>
10         <div>One</div>
11       </div>
12     
13       <div>
14         <div>Two</div>
15       </div>
16     
17       <div>
18         <div>Three</div>
19       </div>
20     </div>
21   </body>
22 </html>