Hi Ben,
thanks for your reply. I have included the following code into my xsl template which seems to solve the problem, but introduces another one:

<?xml version="1.0"?>

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


When the xhtml page is generated it renders the following character to the screen:

 

How do i resolve that?

thanks

Andrew
On 31 Jul 2004, at 10:14, Ben Pope wrote:

Hi,

Handle them how?

You may find these two pages useful, that basically deal with the input and
output:
http://www.dpawson.co.uk/xsl/sect2/cdata.html

http://www.dpawson.co.uk/xsl/sect2/N2215.html

Pay particular attention to:
http://www.dpawson.co.uk/xsl/sect2/N2215.html#d3358e217

To determine when each is useful (Might as well read this first, if it
doesn't make sense, look above)

Ben



-----Original Message-----
From: beyaNet [mailto:[EMAIL PROTECTED]
Sent: 31 July 2004 09:59
To: [EMAIL PROTECTED]
Subject: html entity problem

Hi,
what code do I need to place inside my xsl template to handle html entities
such as &nbsp; ?

thanks

Andrew


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to