File: xhtml.xml

package info (click to toggle)
haskell-xmlgen 0.6.2.2-8
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 120 kB
  • sloc: haskell: 578; xml: 38; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 159 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
<?xml version="1.0"?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="de" lang="de">
  <head>
    <title>Test</title>
  </head>
  <body foo="1"/>
</html>