AW: [xsl] nbsp fails transformation

Subject: AW: [xsl] nbsp fails transformation
From: "Szabo, Patrick \(LNG-VIE\)" <patrick.szabo@xxxxxxxxxxxxx>
Date: Wed, 10 Aug 2011 08:43:43 +0200
Thanks for your answer and I'm sry but i have no clue what to do with that
information.
Where do i put this ?!


. . . . . . . . . . . . . . . . . . . . . . . . . .
Patrick Szabo
 XSLT Developer
LexisNexis
Marxergasse 25, 1030 Wien

mailto:patrick.szabo@xxxxxxxxxxxxx
Tel.: 00431 534521573
Fax: +43 (1) 534 52 - 146


-----UrsprC<ngliche Nachricht-----

Von: Christopher R. Maden [mailto:crism@xxxxxxxxx]
Gesendet: Mittwoch, 10. August 2011 08:39
An: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Betreff: Re: [xsl] nbsp fails transformation

On 08/10/2011 02:19 AM, Szabo, Patrick (LNG-VIE) wrote:
> SXXP0003: Error reported by XML parser: The entity "nbsp" was
> referenced, but not declared.
>
> Now since i can't even transform those files i can't throw those
> entities out.
>
> How do i handle this  !?

s/&nbsp;/&#xa0;/g

Or

<!DOCTYPE root_element_type [
<!ENTITY nbsp "&#xa0;">
]>

programatically prepended to the XML files.

~Chris
--
Chris Maden, text nerd  <URL: http://crism.maden.org/ >
Those who learn from history are doomed to become cynics.

Current Thread