docbook-apps message
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]
Subject: Filtering out sections?
- From: Lars Vogel <lars.vogel@googlemail.com>
- To: DocBook Apps <docbook-apps@lists.oasis-open.org>
- Date: Sun, 27 Nov 2011 12:51:41 +0100
Hello,
Sorry for the earlier mail, I accidently send it out before it was finished.
I have a DocBook source with I want to re-use in different environments.
For example I have an web tutorial for Java Debugging which is an "Article" and which following the structure:
<section>
<title> Debugging</title>
<section>
<title> Detail1 </title>
</section>
<section>
<title> Detail2 </title>
</section>
</section>
I want to re-use Detail1 and Detail2 in an larger document of type "book". I do this via an x-include.
<chapter>
<title>Developing Java</title>
</chapter>
Unfortunately this brings also in the first section of the article which I would like to filter out. The desired result would be:
<chapter>
<title>Developing Java</title>
<section>
<title> Detail1 </title>
</section>
<section>
<title> Detail2 </title>
</section>
</chapter>
Is that possible via a kind of filtering?
Best regards, Lars
--
Lars
[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
| [List Home]