xsl-list
[Top] [All Lists]

Re: [xsl] nbsp fails transformation

2011-08-10 02:02:14
An XML file containing   is not well-formed, that is not XML,
unless there is a DOCTYPE defining that named entity.

If you need to transform such a file with XSLT 2.0 you must first load
it as text with the unparsed-text() function and replace   with
  or   using Regular Expressions.

Unless you are allowed to edit the XML file and make an internal DTD
subset defining the named entity.

Cheers
Jesper Tverskov

http://www.xmlkurser.dk
http://www.xmlplease.com

--~------------------------------------------------------------------
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>