Special characters can be written using a "escape" syntax. This syntax is something like "&XXX;". where XXX is a numerical code in decimal format (or in hexadecimal if you precede it by a numeral (#) sign.

Depending on the character encoding being used in your XML file, the code will vary for non ASCII characters. You can find conversion tables in the web via google. Just search for "character table" and your encoding charset name.

For the ampersand, the sequence would be &

HTH,
Rodrigo Ruiz

Edson Alves Pereira wrote:

        Hello folks, i�m trying to write some special characters in a XML
file, like:
        <company> Doubs & Noble</company>

        But i don�t known the right encoding to [ & ] be validate properly,
any idea?

        Regards,
        Edson








--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to