New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
ReleaseNotes-1.1 in vendors/XMLF90/current/doc – NEMO

source: vendors/XMLF90/current/doc/ReleaseNotes-1.1 @ 1963

Last change on this file since 1963 was 1963, checked in by flavoni, 14 years ago

importing XMLF90 r_53 vendor

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.