Recommendations for Fortran XML Library

Are there any recommendations for the Fortran XML library? I found a few , but I don’t know how well they are supported.

+3
source share
2 answers

Toby White has written a very useful FoX library, which can be found at:

http://uszla.me.uk/space/software/FoX/

It provides a library that can read and write XML in Fortran95. It is widely used in computational chemistry and the mineralogical community - I do not know how far beyond. I use FoX whenever I have a Fortran program that should emit XML.

, , FoX, . , , .

+3

F77xml, gdome2

0

Source: https://habr.com/ru/post/1702644/


All Articles