Re: DOCBOOK-APPS: XSL customization : chunking new element at sect1level

2001-11-12 Thread Gershon L Joseph
Bob, Here's my chunk template: xsl:template name=chunk xsl:param name=node select=./ !-- returns 1 if $node is a chunk -- xsl:choose xsl:when test=not($node/parent::*)1/xsl:when xsl:when test=$chunk.sections != 0 and name($node)='sect1' and

Re: DOCBOOK-APPS: XSL customization : chunking new element atsect1level

2001-11-12 Thread Gershon L Joseph
Jirka, I've added code for my elements in everywhere in chunk.xsl that had code for sect1. That's why I'm stumped... FWIW, here's my chunk-all-top-level-sections template: xsl:template name=chunk-all-top-level-sections xsl:variable name=prev select=(preceding::book[1]

DOCBOOK-APPS: XSL stylesheets: adding elements via customization layer

2001-10-30 Thread Gershon L Joseph
I'm trying to extend the XSL stylesheets to cater for our extensions to the DocBook DTD. I have elements at the same level as sect1, which are to be treated the same way as sect1s. I've managed to get the TOC in the HTML Help appearing, but I'm getting this error while processing with Saxon

Re: DOCBOOK-APPS: Error: Output character not available

2001-10-25 Thread Gershon L Joseph
from Michael Kay's book. Gershon On Wed, 24 Oct 2001, Jirka Kosek wrote: Gershon L Joseph wrote: Please ignore my previous plea for further assistance. I saved my source XML as iso-8859-1 encoding and put the 3 parameter settings in my driver file instead of on the command line. One

Re: DOCBOOK-APPS: Error: Output character not available

2001-10-24 Thread Gershon L Joseph
, Jirka Kosek wrote: Gershon L Joseph wrote: I've got Saxon 6.4.3 working with the XSL DocBook stylesheets, and on some XML source files produce nice HTML Help. However, on a large docset I get the following error: Error on line 117 of file:/C:/tools/docbook/docbook-xsl-1.45/html

Re: DOCBOOK-APPS: Error: Output character not available

2001-10-24 Thread Gershon L Joseph
that in the docs, but did not realize it applies to English and UTF-8 under all circumstances. Gershon On Wed, 24 Oct 2001, Gershon L Joseph wrote: Jirka, Thanks for your help. Adding htmlhelp.encoding=windows-1252 helped. But then I get the following error: ... Writing htmlhelp.hhp Error on line

DOCBOOK-APPS: Re: DOCBOOK: Problem: X20AC is not a function name

2001-10-18 Thread Gershon L Joseph
[replying to docbook-apps] This issue is well discussed on the Docbook Apps archive. Actually, the docbook-apps list is better suited to this kind of question. To solve this problem, do the following: Set the SGML_CATALOG_FILES environment variable to point to some file, e.g. catalog.txt

DOCBOOK-APPS: Re: OpenJade vs. OpenSP.

2001-08-30 Thread Gershon L Joseph
Kevin, OpenSP is the SGML/XML parser and associated utilities. OpenJade is the DSSSL engine and back-ends that generates the formatted output. OpenSP can be used stand-alone to validate SGML and XML instances. It is also possible to integrate OpenSP into another application, such as an XML

Re: DOCBOOK-APPS: DSSSL Tutorials

2001-08-29 Thread Gershon L Joseph
Work on OpenJade/OpenSP is progressing, but not as fast as we'd like. The maintainers don't have enough free cycles to work much on Jade. Development has been concentrating on OpenSP. I think once the next version of OpenSP is released, attention will return to OpenJade. In the meantime, I

Re: DOCBOOK-APPS: htmlhelp.xsl and index

2001-08-19 Thread Gershon L Joseph
Did you check the tabs too? I remember when I wrote Omnimark code to generate the toc and index files for input to HTML Help compiler, I had to put in the correct number of tabs too. I suggest you do a diff between the file generated by the stylesheets and the file created by the HTML Help

Re: DOCBOOK-APPS: Openjade cannot be run in DOS mode error

2001-07-30 Thread Gershon L Joseph
The old win32 binaries don't work on Win2k. I rebuilt them myself on win2k and they work... I have Jade 1.2.1 built for win2k (as well as the latest OpenSP, which I use to validate my DocBook customizations - this way I can validate the bleeding-edge version of OpenSP). If Jade 1.2.1 is not what

Re: DOCBOOK-APPS: docbook xml - paper based outputs?

2001-07-26 Thread Gershon L Joseph
On Thu, 26 Jul 2001, Jeffrey Franks wrote: Gershon L Joseph wrote: On Tue, 24 Jul 2001, Sebastian Rahtz wrote: My belief is that there is no reliable, mature, easy-to-use product to make PDF from Docbook. The nearest might be the Framemaker route, perhaps via DSSSL, I suspect

Re: DOCBOOK-APPS: docbook xml - paper based outputs?

2001-07-25 Thread Gershon L Joseph
On Tue, 24 Jul 2001, Sebastian Rahtz wrote: My belief is that there is no reliable, mature, easy-to-use product to make PDF from Docbook. The nearest might be the Framemaker route, perhaps via DSSSL, I suspect, but even that is a vale full of tears. face it, getting high-quality typesetting

Re: DOCBOOK-APPS: docbook xml - paper based outputs?

2001-07-25 Thread Gershon L Joseph
On Wed, 25 Jul 2001, Holger Rauch wrote: The only problem I've had with this approach is that the ToC page numbers have NOT been generated and I did NOT find a way to update the ToC in neither Word nor StarOffice. How do I have to do it, so that the ToC shows up WITH page numbers? 1. Open

Re: DOCBOOK-APPS: No Page Numbers in RTF TOC

2001-05-23 Thread Gershon L Joseph
Did you update the TOC in Word? One needs to open the RTF document in Word and update the TOC to get the page numbers. I select all and then update the entire document 3 time to be sure all fields have been correctly updated. HTH, Gershon On Wed, 23 May 2001, Holger Rauch wrote: Hi! I'm