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: Putting non-breaking space into documents


Jürgen Hermann wrote:
> >I'm trying to put   into my HTML code using XSL.
> Use   which is XML (  is not).

I wouldn't say   is "not XML".   is fine to use in XML, as long
as it is declared, preferably in the internal DTD subset. I just use
  directly, though. This is in the FAQ, I'm sure.

<!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp "&#160;"> ]>

   - Mike
____________________________________________________________________
Mike J. Brown, software engineer at         My XML/XSL resources:
webb.net in Denver, Colorado, USA           http://www.skew.org/xml/


 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]