!$Author: wagner $ !$Date: 2005-02-03 04:38:22 $ !$Revision: 1.1 $ !$Source: /weru/cvs/weps/weps.src/util/sax/flib_sax.f95,v $ ! module flib_sax ! ! Stub module to gather all the functionality needed by the user ! ! In future m_dictionary and m_converters could be exported by ! other parts of a more general fortran library. ! ! m_xml_error is necessary in order to use a custom error handler. ! use m_dictionary use m_xml_parser use m_converters use m_xml_error public end module flib_sax