FoXy icon indicating copy to clipboard operation
FoXy copied to clipboard

Fortran XML parser for poor people

Results 6 FoXy issues
Sort by recently updated
recently updated
newest added

At line 11, foxy_xml_tag.f90 is changed to foxy_xml_tag.F90. This led to an error when compiling with cmake.

Hello, I included the lib/ in my Fortran Project, but all the third_party dependencies are missing. Is there an easy way to kind of install it to my system, so...

help wanted

I am trying to parse a simple xml file, based on the one you use in the "parse_file_simple" test case. It seems to me that calling xml_file%parse gives satisfying results...

bug

Why is the extension of "foxy_xml_tag.F90" capital? An error was occurred on compiling VTKFortran with makefile. I'm sorry if I'm not to the point.

I've seen that FoXy is ready to parse XML files, but now I need to create a new XML file from the code, is it possible? If it is possible,...

The current commit of StringiFor referenced in `fpm.toml` depends on a version of the FACE package with syntax errors in its respective `fpm.toml`. Updated StringiFor to the latest commit, where...