Recommendations for a Fortran XML library. - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T09:17:44Z http://stackoverflow.com/feeds/question/507966 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/507966/recommendations-for-a-fortran-xml-library 1 Recommendations for a Fortran XML library. Julien Chastang 2009-02-03T16:58:35Z 2009-07-03T01:00:03Z <p>Are there any recommendations for a Fortran XML library? I found a <a href="http://www.google.com/search?q=fortran+xml" rel="nofollow">few</a>, but I do not know how well they are supported.</p> http://stackoverflow.com/questions/507966/recommendations-for-a-fortran-xml-library/622286#622286 1 Answer by Peter Murray-Rust for Recommendations for a Fortran XML library. Peter Murray-Rust 2009-03-07T18:40:29Z 2009-03-07T18:40:29Z <p>Toby White has written a very useful library FoX to be found at:</p> <p><a href="http://uszla.me.uk/space/software/FoX/" rel="nofollow">http://uszla.me.uk/space/software/FoX/</a></p> <p>It provides a library which is able to read and write XML in Fortran95. It is widely used in the computational chemistry and mineralogy community - I don't know how far outside. I use FoX whenever I have Fortran program that needs to emit XML. </p> <p>Toby has now moved on, but I expect that you will be able to run FoX without problems unless your machine has an unusal compiler. I expect that if you have questions Toby will be able to answer them.</p> http://stackoverflow.com/questions/507966/recommendations-for-a-fortran-xml-library/791849#791849 0 Answer by Stefano Borini for Recommendations for a Fortran XML library. Stefano Borini 2009-04-26T23:49:41Z 2009-04-26T23:49:41Z <p><a href="http://members.ferrara.linux.it/munehiro/f77xml/" rel="nofollow">F77xml</a>, although it needs gdome2</p>