Re: [xsl] ASPX generation

Subject: Re: [xsl] ASPX generation
From: David Carlisle <davidc@xxxxxxxxx>
Date: Tue, 15 Jun 2010 09:35:31 +0100
On 15/06/2010 09:10, Vladimir Nesterovsky wrote:
If I shall reserve any character for a purpose of character map then I
should replace those characters in those literals.

but if you use private use area characters or unallocated unicode characters for this then they should not be apperarig in your surece documents anyway. (What would tehy mean?)


Or, you could use an xml 1.1 parser and then use #1 #2 #3 for this, then
they may not appear as characters only as character references so again should not be in your source documents.


if necessary you can check with matches() or contains() whether your "reserved" characters do occur and generate an error.

David


________________________________________________________________________ The Numerical Algorithms Group Ltd is a company registered in England and Wales with company number 1249803. The registered office is: Wilkinson House, Jordan Hill Road, Oxford OX2 8DR, United Kingdom.

This e-mail has been scanned for all viruses by Star. The service is
powered by MessageLabs. ________________________________________________________________________


Current Thread