expat

  1. S

    FreeBSD expat vs libxml

    Some FreeBSD utilities use expat or libxml to parse XML. For example this is clear in archivers/xar from the following section of code: #if HAVE_LIBXML_XMLREADER_H #include <libxml/xmlreader.h> #elif HAVE_BSDXML_H #include <bsdxml.h> #elif HAVE_EXPAT_H #include <expat.h> Looks like expat is...
Back
Top