Insert non-breaking space into HTML with XSLT
August 11, 2007 14:36:11 Last update: June 21, 2011 15:19:41
When transforming XML into HTML with XSLT,
Frequently used entities:
The full list is available here:
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
doesn't seem to work, but   does the trick.
Frequently used entities:
| Name | Character | Entity Reference | Numeric Reference |
|---|---|---|---|
| quot | " | " | $#34; |
| amp | & | & | $#38; |
| apos | ' | ' | $#39; |
| lt | < | < | $#60; |
| gt | > | > | $#62; |
| nbsp | non-breaking space | | $#160; |
| copy | © | © | $#169; |
| reg | ® | ® | $#174; |
The full list is available here:
http://en.wikipedia.org/wiki/List_of_XML_and_HTML_character_entity_references
Easy email testing with http://www.ximailstop.com