Recommendations for a Fortran XML library. - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T09:17:44Zhttp://stackoverflow.com/feeds/question/507966http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/507966/recommendations-for-a-fortran-xml-library1Recommendations for a Fortran XML library.Julien Chastang2009-02-03T16:58:35Z2009-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#6222861Answer by Peter Murray-Rust for Recommendations for a Fortran XML library.Peter Murray-Rust2009-03-07T18:40:29Z2009-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#7918490Answer by Stefano Borini for Recommendations for a Fortran XML library.Stefano Borini2009-04-26T23:49:41Z2009-04-26T23:49:41Z<p><a href="http://members.ferrara.linux.it/munehiro/f77xml/" rel="nofollow">F77xml</a>, although it needs gdome2</p>