Next in thread → Next in month →

RE: [docbook-apps] Javahelp fails whith emphasized titles

From
Mauritz Jeanson <>
Date
2006-12-06T19:02:19+00:00
ID
000701c71969$07dec950$71ea1a51@D7MZ171J
Thread
RE: [docbook-apps] Javahelp fails whith emphasized titles
> -----Original Message-----
> From: Torsten Uhlmann 
> 
> The piece of interest in the jhelptoc.xml is this:
> 
> <tocitem target="d0e1" text="&#xA;         Dopus User Manual">
> 
> In Docbook I have written:
> 
> <title><emphasis>Dopus</emphasis> User Manual</title>
> 
> Can a set some parameters in the customization layer to prevent this?
> Is this a bug in the Docbook stylesheets?


The value of the text attribute has a line feed character represented as
&#xA;, and the buggy XML parser used by JavaHelp chokes on it. 

See http://www.oasis-open.org/archives/docbook-apps/200508/msg00132.html for
a workaround for section titles. It is easy to adapt to other component
titles.

/MJ
Next in thread → Next in month →