andreww / fox

A Fortran XML library
https://andreww.github.io/fox/
Other
58 stars 50 forks source link

Found differences between the code in github and the official(?) site #46

Closed 30stm closed 7 years ago

30stm commented 7 years ago

Hi I found same version codes (4.1.2) in this github and the link below http://homepages.see.leeds.ac.uk/~earawa/FoX/source/

and I also found the codes named same version are different in some f90 files. Maybe you modified some parts, which one is more recent and compact? In addition, FoX from the link even does not have test codes about DOM api and the test codes about SAX api did not work because of "len(attributes)" in m_handler

I'll be waiting for your reply. Thanks and sorry for my poor English.

andreww commented 7 years ago

The versions on my web pages correspond to the tagged releases on github. Changes since the last release (2012-01-05) can be seen in the history of this repository (see the commits here). These include adding some basic tests for the SAX and DOM API (fuller SAX and DOM test suites exist here and here).

The releases on my web pages also include compact versions with tests and unneeded modules stripped out (as described in this readme file). However, these don't include changes since early 2012, so this may be the reason why len(attributes) does not run.