Blame view

mobile/source/ext/phptal/tests/input/xml.01.xml 519 Bytes
a1684257   Administrator   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
  <?xml version="1.0"?>
  <!DOCTYPE HTML ...>
  <html>
    <head>
      <style type="text/css">
      <![CDATA[
      .foo {
        background-color: #000;
      }
      ]]>
      </style>
    </head>
    <body>
      <?php echo "prout"; ?>
      <h1>my title</h1>
      <a href="foo.html" title="bar">foo</a>
      <pre>
      This is my pre formated content
         This is my pre formated content
            This is my pre formated content
      </pre>
      <!-- this is some comment
        - - another one
        - - yet another
        -->
    </body>
  </html>