Next in thread → Next in month →

RE: [docbook] Another HTML Help Question

From
Gisbert Amm <>
Date
2003-07-09T07:46:15+00:00
ID
Thread
RE: [docbook] Another HTML Help Question
You can process a certain part of your document to HTML using the rootid
parameter (see
http://docbook.sourceforge.net/release/xsl/current/doc/html/rootid.html) on
the commandline, like this:

java  org.apache.xalan.xslt.Process  -in myfile.xml -xsl htmlhelp.xsl \
  -Drootid=<myfile-section-id or myfile-chapter-id>

After that, you need to recompile your CHM.

Regards,
Gisbert Amm

> -----Original Message-----
> From:  [mailto:]
> Sent: Tuesday, July 08, 2003 11:53 PM
> To: 
> Subject: [docbook] Another HTML Help Question
> 
> 
> 
> 
> 
> 
> Hi again.
> 
> I am creating my first html help using xml (with Xalan), and 
> I'm now not so
> sure I did this in the best way. I have individual xml files 
> for each topic
> with the top level being sect1. Then I have one "book" xml 
> file where I
> sort each one of the individual topics into chapters. I am 
> then using the
> htmlhelp.xsl in the conversion process.
> 
> My concern now is that if I want to convert my xml files into 
> html, I have
> to convert all of them. But lets say I have only one topic 
> that I want to
> change? I don't really want to create a new .hhp, .hhc, or 
> .hhk file. But I
> think the way I have it set up, there is no way for me to 
> create a single
> html file straight from that one xml file.
> 
> If anyone out there with more experience with this has any 
> suggestions, I
> warmly welcome them.
> 
> Thanks.
> 
> JB
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: 
> For additional commands, e-mail: 
>
Next in thread → Next in month →