File: can_use_xmllint.xml

package info (click to toggle)
libsigc%2B%2B-2.0 2.12.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,432 kB
  • sloc: cpp: 4,132; xml: 339; python: 196; makefile: 192; sh: 5
file content (15 lines) | stat: -rw-r--r-- 435 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="utf-8"?>
<book xmlns="http://docbook.org/ns/docbook"
      version="5.0" xml:id="index" xml:lang="en">

<title>xmllint test</title>

<chapter xml:id="chapter-introduction">
<title>Introduction</title>
  <para>
  This is a short DocBook V5.0 document. It can be used for testing if the installed
  version of xmllint or a similar program can validate a DocBook V5.0 document.
  </para>
</chapter>

</book>