This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: representing and rendering symbol characters


> Erik Hennum wrote:
> 
> > Most of the character set from the symbol font could be mapped
> > to ISO character entities.  However, rendering the entity seems
> > problematic.
> > 
> > The HTML XSLT scripts pass through the ISO entities in the
> > generated HTML.  The mainstream browsers seem to have
> > only limited support for the ISO entities.
> 
> Which XSLT processor did you use? In generated HTML there should not be
> entity references (except for chars from ISO Latin 1), there should be
> only character references in form &#code; where code is Unicode/ISO10646
> character code. If your browser supports Unicode (this for example true
> for IE and Mozilla on Windows, probably also other browsers/platforms)
> there should not be problem with displaying these character glyphs.

And connecting this to Docbook, the conversion of characters
from Framemaker to Docbook XML needs to map them to the ISO entities
listed in the Docbook iso-*.ent files included with
the Docbook DTD.  For example, in iso-tech.ent you see:

<!ENTITY infin  "&#x221E;"> 

The FrameMaker infinity character
should be converted to "&infin;" in your Docbook XML
files so you have a nice mnemonic entity.
The ent declaration identifies it properly by
its Unicode character in XML, and Norm's stylesheets
should render that Unicode character in whatever output format
you choose, including HTML.

bobs
Bob Stayton                                 400 Encinal Street
Publications Architect                      Santa Cruz, CA  95060
Technical Publications                      voice: (831) 427-7796
The Santa Cruz Operation, Inc.              fax:   (831) 429-1887
                                            email: bobs@sco.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]