File: can_use_xmllint.xml

package info (click to toggle)
gtkmm-documentation 4.12.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 25,772 kB
  • sloc: cpp: 15,541; javascript: 1,208; makefile: 1,080; python: 401; xml: 106; perl: 67; sh: 8
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>