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.
README in vendors/XMLF90/current/doc/Examples/dom – NEMO

source: vendors/XMLF90/current/doc/Examples/dom/README @ 1960

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

importing XMLF90 r_53 vendor

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.