Last change
on this file since 2275 was
6,
checked in by ymipsl, 16 years ago
|
Import des sources XMLF90
|
File size:
614 bytes
|
Line | |
---|
1 | Release Notes for Version 1.1 |
---|
2 | 30 January 2004 |
---|
3 | |
---|
4 | 1. Added support for character references of the form &#dd; and &#xhh; |
---|
5 | where dd is a decimal number and hh a hexadecimal number. |
---|
6 | |
---|
7 | 2. Revamped the reader module to perform a cleaner processing of |
---|
8 | characters and line/column accounting, even with non-Unix end of |
---|
9 | lines. |
---|
10 | |
---|
11 | 3. Added routine xml_char_count to request the value of the character |
---|
12 | counter. |
---|
13 | |
---|
14 | 4. Initialize explicitly all components of derived-type variables at |
---|
15 | run time (Fortran90 does not allow to do this at compile time). |
---|
16 | |
---|
17 | 5. Proper echo of the XML declarations when they |
---|
18 | contain [, ], <, and > characters. |
---|
19 | |
---|
Note: See
TracBrowser
for help on using the repository browser.