xsl-list
[Top] [All Lists]

Re: [xsl] how to put html element like & or • and make it to render as it should

2006-10-30 09:27:06

how do I put html element like & or • and make it  render as it 
should?

they are not elements but entity references.

 & you can enter as & and • is defined in html to be
character 8226 so you can use & # 8 2 2 6 ;
(without the spaces)

David

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--