Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://xml-fortran.sourceforge.net/
- latest update in 2012 
- documentation: https://xml-fortran.sourceforge.net/documentation.html 
- usage examples: https://gitlab.eufus.psnc.pl/-/snippets/15

Features:

    - reading the files in much the same way as an ordinary text file - a stream-oriented method
    - directly reading the contents into a data structure that reflects the structure of the XML file
    - constructing a tree of data from the XML file with essentially the same structure
    - processing the contents using "events", in much the same way as the original Expat library
    - supports a wide set of Fortran compilers, e.g. f90, lf95, ifort, gfortran
    - SAX, DOM processing

...