Re: XML with Spanish characters
[email protected] (Jason E. Stewart) Mon, 22 Nov 2004 15:59:45 +0530
| Newsgroups | gmane.text.xml.xerces-p.devel |
|---|---|
| Message-ID | <[email protected]> |
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.