Other resources
Besides this module, there are at least five other libraries
available that have been written in Fortran with the same goal in mind:
-
An XML parser that uses the DOM approach by M.
Rentmeester
-
An XML parser that uses the SAX approach in
its original form (with call-back functions) by A. Garcia. This parser
is also suited for the F compiler (a free, restricted Fortran 95
compiler available from the Fortran
company).
-
The XML library
developed by Alexander Poddey, which uses a DOM approach.
-
The XML library for
OpenWatcom developed by Robin Haberkorn, which uses both an Expat
and a DOM approach.
-
The FoX toolkit by Toby White,
a standards-compliant toolkit, written purely in Fortran 95, currently
at version 4.0. It offers input and output facilities and both a SAXZ
and DOM approach for reading XML files.