OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [docbook] How to build html from multiple files?


Quoting Lyre <4179e1@gmail.com>:

> Hi all:
>
>     I'm learning to use the docbook. I've read some tutorials, most of them
> just tell me how to write the docbook xml files, but did not mention how to
> generate the final documents (html, pdf...etc).

XSLT lets you open additional documents during processing using the  
document("///file/...") function, so you could write a driver file (in  
trivial XML) listing the files you need, in order, and then get XSLT  
to open and process them one by one.

> I've tried the 'docbook2htm' & 'xsltproc' it mentioned, but they seems to
> work on only one file.

I have to admit to not using them (I roll my own XSLT), but you should  
be able to add this step to the XSLT files AFAIK; but it does mean  
learning some XSLT...

///Peter





[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]