libexpat1-dev

Xml parsing c library - development kit
  http://expat.sourceforge.net
  0
  no reviews



This package contains the header file and development libraries of expat, the c library for parsing xml. expat is a stream oriented xml parser. this means that you register handlers with the parser prior to starting the parse. these handlers are called when the parser discovers the associated structures in the document being parsed. a start tag is an example of the kind of structures for which you may register handlers.