File: example.xml

package info (click to toggle)
libxml%2B%2B2.6 2.40.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 8,056 kB
  • sloc: sh: 11,363; cpp: 7,695; xml: 996; perl: 289; makefile: 221
file content (19 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<article>
  <title>An Article</title>
  <section id="section1">
    <title>A section</title>
    <para>This is a paragraph.</para>
  </section>
  <section id="section2">
    <title>Another section</title>
    <section id="section3">
      <title>A sub-section</title>
      <para>This paragraph refers to <literal>3</literal> sections:
        <xref linkend="section1"/>, <xref linkend="section2"/>, and
        <xref linkend="section4"/>.</para>
    </section>
  </section>
</article>