Including sub-books into the set-tag

View: New views
3 Messages — Rating Filter:   Alert me  

Including sub-books into the set-tag

by Rock Lobster :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello,

I found the "set" tag which can be used to merge separate books into one big book, but in the example, they just wrote three sub-books inside the set-area, which is not what I'm looking for. Instead, I'd need something to reference an external file, so that I have a "set"-file and my separate book files, while the set-file only contains the path and filenames.

Is there any way to achieve this?

Nice greetings
Rock Lobster

RE: Including sub-books into the set-tag

by Poot, Lex :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Have you tried Xinclude?

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="file.xml" parse="xml">

            <xi:fallback>
                <para> The required content cannot be found. </para>
            </xi:fallback>
        </xi:include>

Using Xalan or xmllint you can include the xml file in your parent.

http://www.xml.com/pub/a/2002/07/31/xinclude.html

Lex Poot
Consultant


http://www.FlatironsSolutions.com
Flatirons Solutions Corp
4747 Table Mesa Dr. Suite 200
Boulder, CO 80305
Cell: (703)861-6922
Fax: (303)544-0522

-----Original Message-----
From: Rock Lobster [mailto:email@...]
Sent: Wednesday, May 02, 2007 8:36 AM
To: docbook@...
Subject: [docbook] Including sub-books into the set-tag


Hello,

I found the "set" tag which can be used to merge separate books into one
big
book, but in the example, they just wrote three sub-books inside the
set-area, which is not what I'm looking for. Instead, I'd need something
to
reference an external file, so that I have a "set"-file and my separate
book
files, while the set-file only contains the path and filenames.

Is there any way to achieve this?

Nice greetings
Rock Lobster
--
View this message in context:
http://www.nabble.com/Including-sub-books-into-the-set-tag-tf3680308.htm
l#a10285093
Sent from the docbook General mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@...
For additional commands, e-mail: docbook-help@...


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@...
For additional commands, e-mail: docbook-help@...


RE: Including sub-books into the set-tag

by Rock Lobster :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thanks for your answer!

Well I tried it, but now I get some weird (and not very verbose :) error: "The process 'FOP' endid with code : 2 The error was : [ERROR] null"



Poot, Lex wrote:
Have you tried Xinclude?

   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="file.xml" parse="xml">

            <xi:fallback>
                <para> The required content cannot be found. </para>
            </xi:fallback>
        </xi:include>

Using Xalan or xmllint you can include the xml file in your parent.

http://www.xml.com/pub/a/2002/07/31/xinclude.html

Lex Poot
Consultant


http://www.FlatironsSolutions.com
Flatirons Solutions Corp
4747 Table Mesa Dr. Suite 200
Boulder, CO 80305
Cell: (703)861-6922
Fax: (303)544-0522

-----Original Message-----
From: Rock Lobster [mailto:email@christian-gleinser.de]
Sent: Wednesday, May 02, 2007 8:36 AM
To: docbook@lists.oasis-open.org
Subject: [docbook] Including sub-books into the set-tag


Hello,

I found the "set" tag which can be used to merge separate books into one
big
book, but in the example, they just wrote three sub-books inside the
set-area, which is not what I'm looking for. Instead, I'd need something
to
reference an external file, so that I have a "set"-file and my separate
book
files, while the set-file only contains the path and filenames.

Is there any way to achieve this?

Nice greetings
Rock Lobster
--
View this message in context:
http://www.nabble.com/Including-sub-books-into-the-set-tag-tf3680308.htm
l#a10285093
Sent from the docbook General mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org


---------------------------------------------------------------------
To unsubscribe, e-mail: docbook-unsubscribe@lists.oasis-open.org
For additional commands, e-mail: docbook-help@lists.oasis-open.org