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