[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
7.1 xml2expat
This chapter describes the Bigloo interface to expat
, the popular
XML parser by James Clark. The expat
package may be
downloaded from http://www.libexpat.org.
TBD
[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
xml2expat
is a tool which converts XML text to Bigloo object file
format. It is useful, for example, when working with XML templates to
produce dynamic HTML pages or in any similar situation when all the XML
files are known at the compilation time, so you do not need to add the
XML support into you application.
TBD
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |