Open
Description
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 only when you're trying to acces the content of the first tag.
To demonstrate this, I have created 3 simple xml files (input_light_1/2/3.xml), that contain only 3 tags, "first", "second", "third", but placed in different orders.
I also wrote a minimal fortran code (parse_file_simple_LIGHT.f90), that takes a single xml file as an argument, and attends to access the content of tags "first", "second", and "third" and prints result.
You can find every file in the enclosed archive.
Any help would be greatly appreciated.
FOXY_TEST_CASE.tar.gz
Activity