This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Escaping Characters in Dynamic data.


Date: Tue, 13 Feb 2001 11:51:05 GMT
Message-Id: <200102131151.LAA04491@penguin.nag.co.uk>
Received: by penguin.nag.co.uk (8.9.3) id LAA04491; Tue, 13 Feb 2001 
11:51:05 GMT
From: David Carlisle <davidc@nag.co.uk>
To: xsl-list@lists.mulberrytech.com
In-reply-to: <NEBBLHAEPAMLCOCADHFMEEGNCJAA.owen@pncl.co.uk>
Subject: Re: [xsl] Escaping Characters in Dynamic data.
References:  <NEBBLHAEPAMLCOCADHFMEEGNCJAA.owen@pncl.co.uk>


>   If there are reserved XML characters

By "reserved" here do you mean & and < (as they are the only ones
affected by CDATA)?

If you mean ASCII control characters below 32 then CDATA won't help,
you'll need to loop through the data and remove them as they are not
allowed in XML.

David

_____________________________________________________________________
This message has been checked for all known viruses by Star Internet delivered
through the MessageLabs Virus Control Centre. For further information visit
http://www.star.net.uk/stats.asp

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]