source: XMLF90/doc/Examples/dom/README @ 6

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

Import des sources XMLF90

File size: 542 bytes
Line 
1DOM examples
2
3features.f90 : Illustrates the types of nodes created for
4               the different parsing events.
5
6data.f90     : Dynamics of the DOM tree: cloning, inserting,
7               destroying, and dumping to XML.
8
9text.f90     : Example of the "normalize" method.
10
11pseudo.f90   : Real-world example of parsing a pseudopotential file.
12
13pseudo_dom.f90 : A more sophisticated, more DOM-like version of
14                 pseudo processing (incomplete picture -- more
15                 routines need to be written).
16                   
Note: See TracBrowser for help on using the repository browser.