Jordi Massaguer wrote:

Hi all!

I think I have an encoding problem and I don't know how to solve it. The
problem is that when the parser finds "uncommon" characters like for
example "@" it crashes. My xml file stars like this:

<?xml version="1.0" encoding="UTF-8"?>

I think that maybe a solution would be to change the encoding, but I
don't know which to write so it accepts the larger set of characters.



Jordi,

Or you can do what lazy people like me do, and
avoid the problem altogether:

<?xml version="1.0"?>




Bob



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



Reply via email to