Corrected mistake with character variables; allow larger arrays than
Added support for arrays of words etc - one value per element.
Improved writing of XML files
Corrected some mistakes in xmlreader. Added primitive makefile
Expanded the example for arrays of word (one word per element)
Fixed a few bugs ("rootname", double precision, endtag) in xmlreader
Applied patch by Davide Cesari, corrected bug in generation program
Updated for latest changes
Corrected generating code: one-dimensional arrays of fixed shape need not have
Added example (array of words) and added support for writing an XML file
Added handling of default values; improved the generator program (xmlreader)
Added information on latest changes
Corrected some mistakes in the makefiles and an initialisation statement
Updated documentation; checked one aspect of the "shape" option
This commit was manufactured by cvs2svn to create tag 'start'.
Added some capabilities to the parser and to the xmlreader program
Initial checkin
Corrected problem with comments in parser (patch by Cor Jutte)
Updated the CHANGES file - some warnings wrt placeholders
Changes mainly due to adding comments and adding root element for XML files
Additional facilities in code generated by xmlreader
"Official" TODO file added
Improve error messages and check the root element of the input file
Corrected mistakes in routines *_1dim
initial checkin
Extended facilities in xmlreader program
Initial import
Added new functionality - tree structures and the start of a new approach
New example: how to use the xml_put routine to write XML files
Added routines to write basic data types to an XML file
Added support for fields with fixed shape, fixed a bug with initialising
Added new program (xmlreader) and a few examples for the use of that program.
Updated because of write routines
Merging small changes; updating the CHANGES file
Small but important additions and corrections to existing source files.
Standard project directories initialized by cvs2svn.
Added RCs keyword (Id) to the source files
Update of manual; update of xmlreader and xsdplain programs
Add writing routines for 2D arrays
Updated documentation, test program, parser and auxiliary program
Updated the contents of the CHANGES and README files
Added a call to xml_close() to close the XML file when the reading is done
Merging small changes; updating the CHANGES file
Fixed a bug in the xmlreader program (self-contained elements were not read
Example of array of words (one word per element)
Adding include files for "read_xml_prims.f90" and test programs
Implemented (optional and required) placeholders - needs more thorough testing though
Added examples; bugfixes in xmlreader.f90; added xml_process
Corrected a bug in xmlreader concerning place holder tags
Updated the examples, corrected initialisation of "entities" array
Use the Fortran 2003 routine get_command_argument (and a fallback for
Enhancing the xmlreader program to deal with variations in practical XML-files