added files as generated by the archetype docbkx-quickstart-archetype v2.0.15

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet30/modules/dnet-api-http-doc/src@25801 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Alessia Bardi 2014-03-10 13:50:02 +00:00
commit 227ea0977c
4 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,16 @@
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
<!-- imports the original docbook stylesheet -->
<xsl:import href="urn:docbkx:stylesheet"/>
<!-- set bellow all your custom xsl configuration -->
<!--
Important links:
- http://www.sagehill.net/docbookxsl/
- http://docbkx-tools.sourceforge.net/
-->
</xsl:stylesheet>

21
docbkx/book.xml Normal file
View File

@ -0,0 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?>
<book version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:db="http://docbook.org/ns/docbook">
<info>
<title>This is a book</title>
</info>
<chapter>
<title>This is a chapter</title>
<section>
<title>This is a section</title>
<para>This is a paragraph.</para>
</section>
<xi:include href="included_section.xml" />
</chapter>
</book>

View File

@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<section version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
xmlns:ns5="http://www.w3.org/2000/svg"
xmlns:ns4="http://www.w3.org/1998/Math/MathML"
xmlns:ns3="http://www.w3.org/1999/xhtml"
xmlns:db="http://docbook.org/ns/docbook">
<title>This is an included section</title>
<para>This is an included paragraph.</para>
<mediaobject>
<imageobject>
<imagedata fileref="media/martin-luther-king.jpg"></imagedata>
</imageobject>
</mediaobject>
</section>

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB