summaryrefslogtreecommitdiff
path: root/doc/editor_configs/xmlmind/addon/config/scons/scons_templates/book.xml
blob: 671ad45fb5210f2f65f84590e963aff51a4e5839 (plain)
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" ?>
<book xmlns="http://www.scons.org/dbxsd/v1.0"
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
      xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">
  <bookinfo>
    <title></title>
    <author>
      <firstname></firstname>
      <surname></surname>
      <affiliation>
        <orgname></orgname>
      </affiliation>
    </author>
    <pubdate></pubdate>
  </bookinfo>
  <chapter>
    <title></title>
    <section>
      <title></title>
      <para></para>
    </section>
  </chapter>
</book>