cdata.html - webdump_tests - Testfiles for webdump
 (HTM) git clone git://git.codemadness.org/webdump_tests
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
       ---
       cdata.html (341B)
       ---
            1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
            2 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
            3 <html xmlns="http://www.w3.org/1999/xhtml">
            4 <head>
            5 <title>Title of document</title>
            6 </head>
            7 <body>
            8 
            9 <p><![CDATA[something some HTML:
           10 test
           11 <b>test</b>]]></p>
           12 
           13 <hr/>
           14 
           15 <pre><![CDATA[something some HTML:
           16 test
           17 <b>test</b>]]></pre>
           18 
           19 </body>
           20 </html>