source: XMLF90-doc/ReleaseNotes-1.1 @ 934

Last change on this file since 934 was 6, checked in by ymipsl, 15 years ago

Import des sources XMLF90

File size: 614 bytes
Line 
1Release Notes for Version 1.1
230 January 2004
3
41. Added support for character references of the form &#dd; and &#xhh;
5where dd is a decimal number and hh a hexadecimal number.
6
72. Revamped the reader module to perform a cleaner processing of
8characters and line/column accounting, even with non-Unix end of
9lines.
10
113. Added routine xml_char_count to request the value of the character
12counter.
13
144. Initialize explicitly all components of derived-type variables at
15run time (Fortran90 does not allow to do this at compile time).
16
175. Proper echo of the XML declarations when they
18contain [, ], <, and > characters.
19
Note: See TracBrowser for help on using the repository browser.