Skip to content
Snippets Groups Projects
Commit 533de145 authored by Goik Martin's avatar Goik Martin
Browse files

Start Docbook assembly example

parent 4c858a5b
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<topic version="5.1" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<info>
<title>Parsers in computer science</title>
</info>
<section xml:id="definition">
<title>Definition</title>
<para>The process of analysing a string of symbols, either in natural
language or in computer languages, conforming to the rules of a formal
grammar.</para>
</section>
</topic>
<?xml version="1.0" encoding="UTF-8"?>
<topic version="5.1" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<info>
<title>The singleton pattern</title>
</info>
<section xml:id="definition">
<title>Definition</title>
<para>Restrict the instantiation of a class to one object.</para>
</section>
</topic>
<?xml version="1.0" encoding="UTF-8"?>
<assembly version="5.1" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:m="http://www.w3.org/1998/Math/MathML"
xmlns:html="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<info>
<title>Testing assemblies</title>
</info>
<resources>
<resource href="Topics/singleton.xml" xml:id="topic_Singleton"/>
<resource href="Topics/parser.xml" xml:id="topic_Parser"/>
</resources>
<structure>
<module renderas="chapter" resourceref="topic_Parser">
<module resourceref="topic_Singleton"/>
</module>
</structure>
</assembly>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment