Subject: Re: Putting non-breaking space into documents
From: Mike Brown <mike@xxxxxxxx>
Date: Fri, 14 Jul 2000 09:32:12 -0600 (MDT)
|
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 " "> ]>
- 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
|