thomas Armstrong <[EMAIL PROTECTED]> writes: > Hello. > > I'm using 'Xerces-P' to parse a XML file with Spanish > characters. I would like to store data into a mySQL DataBase. > > But I'm experiencing some problems, because if I browse my > DataBase, I get 'año' instead of 'a�o'.
Hi Thomas, I would simply write a script that attempts to store the data to MySQL - without parsing XML. If you can store the data into MySQL and read it properly from the DB, then it is an XML problem. Cheers, jas. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
