source: XMLF90-doc/KNOWN_ISSUES @ 1606

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

Import des sources XMLF90

File size: 541 bytes
Line 
1KNOWN ISSUES as of version 1.1.
2
3** CHARACTER ENCODINGS
4
5Only single-byte encodings are supported at this time.
6
7** XPATH API.
8
9This API is not solid yet, particularly in the area of contexts handling.
10A new one is coming based on the DOM, but, not being stream-oriented, it
11will loose its small memory footprint and speed.
12
13** COMPILER SUPPORT.
14
15The parser will not work with the (very old) PGI compiler pgf90 Version 3.2
16due to a bug in their I/O. It runs well with Version 5.0.
17
18You need a F95 compiler to process the DOM subsystem.
19
20
21
22
23
Note: See TracBrowser for help on using the repository browser.