File: xhtml_omit_tag.html

package info (click to toggle)
libpetal-perl 2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,148 kB
  • sloc: perl: 4,712; xml: 726; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 525 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html xmlns="http://www.w3.org/1999/xhtml"
      xmlns:petal="http://purl.org/petal/1.0/"
      petal:omit-tag="string:1"
      xml:lang="en"
      lang="en">
<head petal:replace="string:">
  <title>Petal XHTML Output Bug Report</title>
  <meta name="Author"
        content="Kurt Stephens &lt;kstep@pepsdesign.com&gt;" />
  <meta name="Description"
        content="This template generates bad output in XHTML mode" />
</head>

<body petal:omit-tag="string:1">
  <p petal:content="content">Replace This!</p>
</body>
</html>