xsl-list
[Top] [All Lists]

Re: [xsl] nbsp fails transformation

2011-08-10 01:39:16
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/ / /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.

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>