This is the mail archive of the xsl-list@mulberrytech.com mailing list .


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

Re: Netscape Navigator not displaying emdash


David Carlisle wrote:
> 
> > Netscape should accept — instead, but you have no way of
> > forcing your XSLT processor to serialize em dash characters that way.
> 
> If I wasn't committed to upholding the virtues of pure side effect free
> coding on this list, I'd mention that we routinely pass the output of
> HTML producing stylesheets through a sed script which replaces &ndash
> &mdash etc by their decimal numeric equivalents, for the sake of
> netscape.

A compromise might be --if you are using an open source XSLT processor--
to modify the HTML output method (output methods are usually
straightforward pieces of code that serialize a DOM tree or a bunch of
SAX events).

Eric
-- 
------------------------------------------------------------------------
Eric van der Vlist       Dyomedea                    http://dyomedea.com
http://xmlfr.org         http://4xt.org              http://ducotede.com
------------------------------------------------------------------------

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


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