Modifying documentation structure

This commit is contained in:
Mark Fisher
2008-10-17 18:09:43 +00:00
parent e7a1140003
commit 796b07ac83
4 changed files with 49 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<chapter>
<title>Message Routing</title>
<section>
<title>Introduction</title>
<para>
</para>
</section>
</chapter>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<chapter>
<title>Message Splitting</title>
<section>
<title>Introduction</title>
<para>
</para>
</section>
</chapter>

View File

@@ -38,10 +38,13 @@
<xi:include href="./overview.xml"/>
<xi:include href="./core-api.xml"/>
<xi:include href="./transformation.xml"/>
<xi:include href="./routing.xml"/>
<xi:include href="./splitting.xml"/>
<xi:include href="./aggregator-resequencer.xml"/>
<xi:include href="./adapters.xml"/>
<xi:include href="./file.xml"/>
<xi:include href="./rmi.xml"/>
<xi:include href="./aggregator-resequencer.xml"/>
<xi:include href="./configuration.xml"/>
<xi:include href="./samples.xml"/>
<xi:include href="./resources.xml"/>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd">
<chapter>
<title>Message Transformation</title>
<section>
<title>Introduction</title>
<para>
</para>
</section>
</chapter>