]> git.sesse.net Git - xml-template/blob - tests/reference/include.xml
Add a proper wrapper for php5-swig, which also makes attribute[23] pass. All tests...
[xml-template] / tests / reference / include.xml
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
3   <head>
4     <title>Main HTML title</title>
5   </head>
6   <body>
7      <h1>Nice heading here</h1>
8      
9      <p>This document is simply being included into another document by
10        means of attaching DOM nodes together. My favourite color is now
11        red.</p>
12
13      <p>Here is a second paragraph.</p>
14
15      <hr />
16
17      <p>Copyright information goes here.</p>
18   </body>
19 </html>