|
List Info
Thread: chunking at book level
|
|
| chunking at book level |

|
2007-08-09 07:28:54 |
|
Hi all !
For my documentation, I have a set of many books, is it possible to
make the chunk output splitting at book level to have only one page per
book, instead of splitting at chapter level ?
I've tried to decrease the chunk.section.depth to 1 or 0 but it has no
effect.
Maybe can I do this by customizing a template in the xsl stylesheet but
I don't find which one, could you help me on that point ?
thanks in advance !
Marie.
|
| Re: chunking at book level |

|
2007-08-09 20:29:24 |
If you want to build the entire set at once, I'm not sure
how to chunk
at the book level, maybe one of the wise heads here knows.
But the usual
way to get one document per book is to build each book
separately, using
docbook.xsl instead of chunk.xsl.
hth,
Denis
Marie Sauvage - EBM WebSourcing wrote:
> Hi all !
>
> For my documentation, I have a set of many books, is it
possible to make the
> chunk output splitting at book level to have only one
page per book, instead of
> splitting at chapter level ?
> I've tried to decrease the chunk.section.depth to 1 or
0 but it has no effect.
> Maybe can I do this by customizing a template in the
xsl stylesheet but I don't
> find which one, could you help me on that point ?
>
> thanks in advance !
> Marie.
>
------------------------------------------------------------
--------- To
> unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org For
> additional commands, e-mail: docbook-apps-help lists.oasis-open.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
| Re: chunking at book level |

|
2007-08-10 02:12:41 |
|
I could be a solution but I'd
have to do the toc and all navigation headers and footer manually... I
have something like 15 books in a set, so chunking at chapter level
makes a complicated navigation and a very long toc. So as our chapters
aren't very long (some are just 10 lines or contain just a small
table), we think it would be better to have one page per book.
Regards,
Marie.
Denis Bradford a écrit :
verizon.net" type="cite">If you
want to build the entire set at once, I'm not sure how to chunk at the
book level, maybe one of the wise heads here knows. But the usual way
to get one document per book is to build each book separately, using
docbook.xsl instead of chunk.xsl.
hth,
Denis
Marie Sauvage - EBM WebSourcing wrote:
Hi all !
For my documentation, I have a set of many books, is it possible to
make the chunk output splitting at book level to have only one page per
book, instead of splitting at chapter level ?
I've tried to decrease the chunk.section.depth to 1 or 0 but it has no
effect.
Maybe can I do this by customizing a template in the xsl stylesheet but
I don't find which one, could you help me on that point ?
thanks in advance !
Marie.
---------------------------------------------------------------------
To unsubscribe, e-mail: lists.oasis-open.org">docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: lists.oasis-open.org">docbook-apps-help lists.oasis-open.org
|
| Re: chunking at book level |

|
2007-08-10 02:20:32 |
Marie Sauvage - EBM WebSourcing wrote:
> I could be a solution but I'd have to do the toc and
all navigation
> headers and footer manually... I have something like 15
books in a set,
> so chunking at chapter level makes a complicated
navigation and a very
> long toc. So as our chapters aren't very long (some are
just 10 lines or
> contain just a small table), we think it would be
better to have one
> page per book.
I don't know your specific constraints, but maybe then your
structure is
not appropriate, a chapter of just 10 lines looks odd to
me.
Maybe lowering all your structure by one level:
set -> book
book -> chapter
chapter-> section
would solve all your problems.
But as I stated, I don't know your other specific
constraints...
Camille.
> Regards,
> Marie.
>
> Denis Bradford a écrit :
>> If you want to build the entire set at once, I'm
not sure how to chunk
>> at the book level, maybe one of the wise heads here
knows. But the
>> usual way to get one document per book is to build
each book
>> separately, using docbook.xsl instead of
chunk.xsl.
>>
>> hth,
>> Denis
>>
>> Marie Sauvage - EBM WebSourcing wrote:
>>> Hi all !
>>>
>>> For my documentation, I have a set of many
books, is it possible to
>>> make the chunk output splitting at book level
to have only one page
>>> per book, instead of splitting at chapter level
?
>>> I've tried to decrease the chunk.section.depth
to 1 or 0 but it has
>>> no effect.
>>> Maybe can I do this by customizing a template
in the xsl stylesheet
>>> but I don't find which one, could you help me
on that point ?
>>>
>>> thanks in advance !
>>> Marie.
>>>
------------------------------------------------------------
---------
>>> To unsubscribe, e-mail:
docbook-apps-unsubscribe lists.oasis-open.org
>>> For additional commands, e-mail:
docbook-apps-help lists.oasis-open.org
>>
>>
>>
>
------------------------------------------------------------
--------- To
> unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org For
> additional commands, e-mail: docbook-apps-help lists.oasis-open.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
|
| Re: chunking at book level |

|
2007-08-10 02:27:42 |
|
it would be long to explain our
constraints but we can't change this structure.
Actually the set is a document grouping all our technical
documentations. Their chapters are short because they have a global
structure and some of them haven't many thing to complete some points...
We first thought
of transforming books in chapters but we want to be able to edit and
generate them separately, and the structure is more logic that a module
= a doc = a book.
thanks for you suggestion,
Marie.
Camille Bégnis a écrit :
neodoc.biz" type="cite">
Marie Sauvage - EBM WebSourcing wrote:
I could be a solution but I'd have to do the toc and all navigation
headers and footer manually... I have something like 15 books in a set,
so chunking at chapter level makes a complicated navigation and a very
long toc. So as our chapters aren't very long (some are just 10 lines or
contain just a small table), we think it would be better to have one
page per book.
I don't know your specific constraints, but maybe then your structure is
not appropriate, a chapter of just 10 lines looks odd to me.
Maybe lowering all your structure by one level:
set -> book
book -> chapter
chapter-> section
would solve all your problems.
But as I stated, I don't know your other specific constraints...
Camille.
Regards,
Marie.
Denis Bradford a écrit :
If you want to build the entire set at once, I'm not sure how to chunk
at the book level, maybe one of the wise heads here knows. But the
usual way to get one document per book is to build each book
separately, using docbook.xsl instead of chunk.xsl.
hth,
Denis
Marie Sauvage - EBM WebSourcing wrote:
Hi all !
For my documentation, I have a set of many books, is it possible to
make the chunk output splitting at book level to have only one page
per book, instead of splitting at chapter level ?
I've tried to decrease the chunk.section.depth to 1 or 0 but it has
no effect.
Maybe can I do this by customizing a template in the xsl stylesheet
but I don't find which one, could you help me on that point ?
thanks in advance !
Marie.
---------------------------------------------------------------------
To unsubscribe, e-mail: lists.oasis-open.org">docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: lists.oasis-open.org">docbook-apps-help lists.oasis-open.org
--------------------------------------------------------------------- To
unsubscribe, e-mail: lists.oasis-open.org">docbook-apps-unsubscribe lists.oasis-open.org For
additional commands, e-mail: lists.oasis-open.org">docbook-apps-help lists.oasis-open.org
|
| Re: chunking at book level |

|
2007-08-10 02:31:09 |
|
it seems interesting, can you
tell me more or give me a link to have more information about this ?
thanks,
Marie.
doug a écrit :
gmail.com"
type="cite">
A shot in the dark, but could you convert the books to webpages and
use DocBook website and its associated layouts to organise the toc?
Doug
On Friday 10 August 2007 17:12, Marie Sauvage - EBM WebSourcing wrote:
I could be a solution but I'd have to do the toc and all navigation headers
and footer manually... I have something like 15 books in a set, so chunking
at chapter level makes a complicated navigation and a very long toc. So as
our chapters aren't very long (some are just 10 lines or contain just a
small table), we think it would be better to have one page per book.
Regards,
Marie.
Denis Bradford a écrit :
If you want to build the entire set at once, I'm not sure how to chunk at
the book level, maybe one of the wise heads here knows. But the usual way
to get one document per book is to build each book separately, using
docbook.xsl instead of chunk.xsl.
hth,
Denis
Marie Sauvage - EBM WebSourcing wrote:
Hi all !
For my documentation, I have a set of many books, is it possible to make
the chunk output splitting at book level to have only one page per book,
instead of splitting at chapter level ? I've tried to decrease the
chunk.section.depth to 1 or 0 but it has no effect. Maybe can I do this by
customizing a template in the xsl stylesheet but I don't find which one,
could you help me on that point ?
thanks in advance !
Marie.
--------------------------------------------------------------------- To
unsubscribe, e-mail: lists.oasis-open.org">docbook-apps-unsubscribe lists.oasis-open.org For
additional commands, e-mail: lists.oasis-open.org">docbook-apps-help lists.oasis-open.org
--------------------------------------------------------------------- To
unsubscribe, e-mail: lists.oasis-open.org">docbook-apps-unsubscribe lists.oasis-open.org For
additional commands, e-mail: lists.oasis-open.org">docbook-apps-help lists.oasis-open.org
|
| Re: chunking at book level |

|
2007-08-10 02:41:34 |
I see.
Then I'd suggest a two-steps chain:
1) Extract all books in separate files by applying a simple
splitting
stylesheet
2) Apply your output format transformation stylesheet to
each of the
resulting files.
The advantage of such method is that you can apply any
stylesheet
(notably PDF) to the resulting XML book files.
Camille.
Marie Sauvage - EBM WebSourcing wrote:
> it would be long to explain our constraints but we
can't change this
> structure.
> Actually the set is a document grouping all our
technical
> documentations. Their chapters are short because they
have a global
> structure and some of them haven't many thing to
complete some points...
> We first thought of transforming books in chapters but
we want to be
> able to edit and generate them separately, and the
structure is more
> logic that a module = a doc = a book.
>
> thanks for you suggestion,
> Marie.
>
> Camille Bégnis a écrit :
>> Marie Sauvage - EBM WebSourcing wrote:
>>
>>> I could be a solution but I'd have to do the
toc and all navigation
>>> headers and footer manually... I have something
like 15 books in a set,
>>> so chunking at chapter level makes a
complicated navigation and a very
>>> long toc. So as our chapters aren't very long
(some are just 10 lines or
>>> contain just a small table), we think it would
be better to have one
>>> page per book.
>>>
>>
>> I don't know your specific constraints, but maybe
then your structure is
>> not appropriate, a chapter of just 10 lines looks
odd to me.
>> Maybe lowering all your structure by one level:
>> set -> book
>> book -> chapter
>> chapter-> section
>>
>> would solve all your problems.
>>
>> But as I stated, I don't know your other specific
constraints...
>>
>> Camille.
>>
>>
>>> Regards,
>>> Marie.
>>>
>>> Denis Bradford a écrit :
>>>
>>>> If you want to build the entire set at
once, I'm not sure how to chunk
>>>> at the book level, maybe one of the wise
heads here knows. But the
>>>> usual way to get one document per book is
to build each book
>>>> separately, using docbook.xsl instead of
chunk.xsl.
>>>>
>>>> hth,
>>>> Denis
>>>>
>>>> Marie Sauvage - EBM WebSourcing wrote:
>>>>
>>>>> Hi all !
>>>>>
>>>>> For my documentation, I have a set of
many books, is it possible to
>>>>> make the chunk output splitting at book
level to have only one page
>>>>> per book, instead of splitting at
chapter level ?
>>>>> I've tried to decrease the
chunk.section.depth to 1 or 0 but it has
>>>>> no effect.
>>>>> Maybe can I do this by customizing a
template in the xsl stylesheet
>>>>> but I don't find which one, could you
help me on that point ?
>>>>>
>>>>> thanks in advance !
>>>>> Marie.
>>>>>
------------------------------------------------------------
---------
>>>>> To unsubscribe, e-mail:
docbook-apps-unsubscribe lists.oasis-open.org
>>>>> For additional commands, e-mail:
docbook-apps-help lists.oasis-open.org
>>>>>
>>>>
>>>>
>>>
------------------------------------------------------------
--------- To
>>> unsubscribe, e-mail:
docbook-apps-unsubscribe lists.oasis-open.org For
>>> additional commands, e-mail:
docbook-apps-help lists.oasis-open.org
>>>
>>
>>
>
------------------------------------------------------------
--------- To
> unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org For
> additional commands, e-mail: docbook-apps-help lists.oasis-open.org
------------------------------------------------------------
---------
To unsubscribe, e-mail: docbook-apps-unsubscribe lists.oasis-open.org
For additional commands, e-mail: docbook-apps-help lists.oasis-open.org
|
|
|
[1-7]
|
|