New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
flib_sax.f90 in vendors/XMLF90/current/src/sax – NEMO

source: vendors/XMLF90/current/src/sax/flib_sax.f90 @ 1963

Last change on this file since 1963 was 1963, checked in by flavoni, 14 years ago

importing XMLF90 r_53 vendor

File size: 367 bytes
Line 
1module flib_sax
2
3!
4! Stub module to gather all the functionality needed by the user
5!
6! In future m_dictionary and m_converters could be exported by
7! other parts of a more general fortran library.
8!
9! m_xml_error is necessary in order to use a custom error handler.
10!
11use m_dictionary
12use m_xml_parser
13use m_converters
14use m_xml_error
15
16public
17
18end module flib_sax
19
Note: See TracBrowser for help on using the repository browser.