xsl-list
[Top] [All Lists]

AW: [xsl] nbsp fails transformation

2011-08-10 02:03:27
Thanks, that helps !


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

mailto:patrick(_dot_)szabo(_at_)lexisnexis(_dot_)at
Tel.: 00431 534521573 
Fax: +43 (1) 534 52 - 146 


-----Ursprüngliche Nachricht-----

Von: Jesper Tverskov [mailto:jesper(_dot_)tverskov(_at_)gmail(_dot_)com] 
Gesendet: Mittwoch, 10. August 2011 09:02
An: xsl-list(_at_)lists(_dot_)mulberrytech(_dot_)com
Betreff: Re: [xsl] nbsp fails transformation

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




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