[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: HTML HELP INDEX
Hi, I was trying to create a different style css file to get full border around my note. This was not related to anything in htmlhelp. After that I found indexes were not getting generated for htmlhelp. I could create index files in javahelp and pdf. I was using the same output folder for different help files. So, later while, in trying to figure out what causes this not generation of indexes in htmlhelp, I extracted all the contents from previously created chm file. I found it had got everything - javahelp files, pdf files, everything there in the output folder. So I created different folders for different output files. Then I found, in my output htmlhelp folder, index.hhk was always for 298 bytes. There was not a single index. Finally, I put param "generate.index 1" and changed in htmlhelp- common.xsl, in line "<xsl:if test="($htmlhelp.use.hhk != 0) and $htmlhelp.generate.index">", "and" to "or". Now I could generate index. But this is not the right way to do it. I am sure, I am missing something. Thanks. On Fri, 30 Jan 2015 19:49:25 -0800, Bob Stayton wrote: > Hi, > Since it there until yesterday, that indicates that the system was > working then. Something must have changed in how you process the file > to cause the index to not be generated now. Have you investigated what > might have changed? > > Bob Stayton Sagehill Enterprises bobs@sagehill.net > > On 1/27/2015 2:19 AM, Joydeep Chakrabarty wrote: >> Hello All, >> >> I have been using htmlhelp xsl to produce my htmlhelp files. Until >> yesterday, the index was there. But from today, I don't see any entry >> there in the index.hhk file. I am using xsltproc to produce my html >> help files. Here is my test xml script. >> >> <?xml version='1.0'?> >> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" >> "http://www.oasis-open.org/docbook/xml/4.5/ >> docbookx.dtd"> >> <book lang="en"> >> <bookinfo><title>My first DocBook document</title></bookinfo> >> >> <chapter> >> <title>TEST DOCBOOK</title> >> <note> >> <title>This is Note<indexterm><primary>Note</primary></ >> indexterm></title> >> <para>This is test.</para> >> </note> >> </chapter> >> <index/> >> </book> >> >> I used >> >> xsltproc /usr/share/xml/docbook/stylesheet/docbook-xsl/htmlhelp/ >> htmlhelp.xsl test.xml >> >> My index.hhk file always looks like this. >> >> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http:// >> www.w3.org/TR/html4/loose.dtd"> >> <HTML> >> <HEAD> >> <meta name="GENERATOR" content="Microsoft® HTML Help Workshop 4.1"> >> <!-- Sitemap 1.0 --> >> </HEAD><BODY> >> <OBJECT type="text/site properties"> >> </OBJECT> >> <UL> >> </UL> >> </BODY></HTML> >> >> I don't know what's going wrong. Please help. >> >> Thanks. >> >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: docbook-apps-unsubscribe@lists.oasis-open.org >> For additional commands, e-mail: docbook-apps-help@lists.oasis-open.org >> >> >>
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]