File: shortbook.xml

package info (click to toggle)
xae 1.0beta6-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 28,184 kB
  • ctags: 12,210
  • sloc: java: 27,149; xml: 20,864; lisp: 12,921; perl: 1,054; sh: 237; makefile: 169
file content (23 lines) | stat: -rw-r--r-- 608 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
20
21
22
23
<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE book PUBLIC "-//Arbortext//DTD DocBk XML V2.0//EN" "file:///d:/xae-dev/xae/doctypes/docbook/docbookx.dtd" []>

<?xml-stylesheet href="file:///d:/xae-dev/xae/doctypes/docbook/styles/docbook/html/docbook.xsl" type="text/xsl"?>

<book>
  <title>The Short Book</title>
  <chapter>
    <title>Introduction</title>
    <para>This is a <emphasis>very</emphasis> short book.</para>
  </chapter>
</book>

<!-- 
Local Variables:
mode: xae
sgml-indent-step: 2
sgml-indent-data: t
sgml-set-face: t
sgml-insert-missing-element-comment: nil
End:
-->