This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Handling &nbsp


<p>&#32</p>

> -----Original Message-----
> From:	paulhoward.co.uk [SMTP:paulhoward.co.uk@ntlworld.com]
> Sent:	Wednesday, April 04, 2001 10:30 AM
> To:	xsl
> Subject:	[xsl] Handling &nbsp
> 
> =============================================================
> 
> I'm transforming an xhtml document and can't figure out how to handle
> CDATA
> such as &nbsp.
> 
> eg:
> 
>     <p>&nbsp;</p>
> 
>     To output:
> 
>     <p></p>
> 
> Ive got this to work:
> 
>     <xsl:template match="p[.='&#xa0;']">
>        <p></p>
>      </xsl:template>
> 
>     But changing #xa0 for nbsp wont work....(!)
> 
>     Transform failed:  reference to undeclared entity <found "nbsp">
> 
> 
> Thanks to Mike K for some advice earlier but how can the nbsp be done?!
> 
> Kind regards,
> 
> Paul.
> 
> paulhoward.co.uk@ntlworld.com
> 
> School of Computer Science & IT
> University of Nottingham
> Nottingham
> UK
> 
> =============================================================
> 
> 
> 
>  XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]