CVSROOT: /cvs/gnome Module name: evolution-data-server Changes by: tml 05/12/08 02:07:14
Modified files: . : ChangeLog Added files: libedataserver : e-xml-utils.c e-xml-utils.h Log message: 2005-12-08 Tor Lillqvist <[EMAIL PROTECTED]> * libedataserver/e-xml-utils.c * libedataserver/e-xml-utils.h: New files. (e_xml_parse_file): Replacement for xmlParseFile(). Needed because the file names we handle on Win32 are in UTF-8, which libxml2 doesn't grok. So, when using GLib 2.8, we map the file with the GMappedFile API and use xmlParseMemory(). When built against older GLibs (which doesn't happen on Win32), just use xmlParseFile(). (e_xml_save_file, e_xml_get_child_by_name): Moved from Evolution's e-xml-utils.c. Presumably should move all the rest of the functions from there, too. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=evolution-data-server&who=tml&date=explicit&mindate=2005-12-08%2002:06&maxdate=2005-12-08%2002:08 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list