[Home] [By Thread] [By Date] [Recent Entries]

  • From: Kay Michael <Michael.Kay@i...>
  • To: "'Dave Geoghegan'" <daveg@k...>, XML DEV <XML-DEV@x...>
  • Date: Thu, 6 Jul 2000 09:53:08 +0100

>     I'm building a HTML Dom with Saxon and I'm trying to include
> elements like the &nbsp; element.
>     I've seen how it's done in XSL, but I'm using a DOM.

It's not clear from your description how you are serializing the final
output.

However, the simplest way of outputting a non-breaking space in HTML output
is to forget the &nbsp; entity, and just generate the NBSP character (hex
a0) directly. The &nbsp; entity is only really there to make it easier to
enter this character from the keyboard.

Mike Kay

***************************************************************************
This is xml-dev, the mailing list for XML developers.
To unsubscribe, mailto:majordomo@x...&BODY=unsubscribe%20xml-dev
List archives are available at http://xml.org/archives/xml-dev/
***************************************************************************

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member