Your source document is probably in ISO-8859-1 and without a XML declaration it
is assumed to be in UTF-8 per the XML spec.
You could either add an XML declaration to your source document:
or use a character entity, nnn; where nnn is the unicode code point for the
character you want to use
hello
in order to get the right character,you have to make a conversion for
the 'i
there is a specific code for each special character.
i hope it will help
christophe
[EMAIL PROTECTED] a écrit :
> Hello,
>
> I want to pass textual data into my application.
> I have the following line in the XML d