Versions Compared

Key

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

...

https://xml-fortran.sourceforge.net/
- latest update in 2012 2012 
- documentation: https://xml-fortran.sourceforge.net/documentation.html

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

...

https://github.com/Fortran-FOSS-Programmers/FoXy
- latest update in 2022 2022 
- no documentation 

Features:

    - pure Fortran library
    - Fortran 2008+ compliant
    - OOP designed
    - free, open source
    - parallel architectures supported
    - compiler support: gfortran, ifort

...

https://github.com/andreww/fox
- latest update in 2021 2021 
- documentation: https://github.com/andreww/fox/tree/master/DoX

Features:

    - derived from xmlf90
    - possibility to install only selected modules of the library
    - compiler support: f95

...