XML-Twig - Re: escaping text data

Posted on Thu Jul 14 21:35:31 2005 by mjash in response to 730 (See the whole thread of 2)
Re: escaping text data
In XML these characters
[&<>"']
are called entities and those five are pre-defined to be replaced with the ampersand-semicolon escape. You can define your own entities too. You don't say how (or where) you are using the UK pound symbol but you might use CDATA rather than TEXT to avoid problems parsing business data.

-mjash
Write a response