File: example.xml

package info (click to toggle)
libxml%2B%2B2.6 2.42.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,384 kB
  • sloc: cpp: 7,958; xml: 443; makefile: 231; python: 178; perl: 53; sh: 5
file content (19 lines) | stat: -rw-r--r-- 647 bytes parent folder | download | duplicates (4)
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>