<p> </p>
> -----Original Message-----
> From: paulhoward.co.uk [SMTP:paulhoward.co.uk@xxxxxxxxxxxx]
> Sent: Wednesday, April 04, 2001 10:30 AM
> To: xsl
> Subject: Handling  
>
> =============================================================
>
> I'm transforming an xhtml document and can't figure out how to handle
> CDATA
> such as  .
>
> eg:
>
> <p> </p>
>
> To output:
>
> <p></p>
>
> Ive got this to work:
>
> <xsl:template match="p[.=' ']">
> <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@xxxxxxxxxxxx
>
> 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
| Current Thread |
|
Mitchell, Edmund - Wed, 4 Apr 2001 10:03:04 -0400 (EDT)
Keddy, Paul - Wed, 4 Apr 2001 10:09:01 -0400 (EDT) <=
Peter . FLYNN - Wed, 4 Apr 2001 10:24:18 -0400 (EDT)
paulhoward.co.uk - Wed, 4 Apr 2001 10:36:37 -0400 (EDT)
|
|