Oxygen XML Editor
 
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

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


Subject: Re: [xsl] how to put html element like & or • and make it to render as it should
From: David Carlisle <davidc@xxxxxxxxx>
Date: Mon, 30 Oct 2006 16:26:49 GMT

> how do I put html element like &amp; or &bull; and make it  render as it 
> should?

they are not elements but entity references.

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

David


Current Thread
 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor