Keith Packard writes:
> please let me know if using 
> libxml is a bad idea; it seems a bit easier to use than expat.

expat, with its SAX like API. is easier to use if you want to parse
XML files which don't obey a precise schema/DTD, or if you absolutely
need to process elements of the file before reading the file is
finished.

libxml is easier to use if you have a schema/DTD, and want to
transform the XML file's contents into a set of C structs. Which is
your case here.

Bruno
_______________________________________________
Fonts mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/fonts

Reply via email to