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/xpath – NEMO

source: vendors/XMLF90/current/doc/Examples/xpath/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: 428 bytes
Line 
1Examples of use of the XPATH API for XML parsing.
2
3text     : Extracts text from an element.
4relative : Illustrates relative searches.
5pseudo      : A more complete example of the use of the XPATH API. It
6                  replicates the functionality of the SAX example of the
7                  same name, illustrating in particular the concept of
8                  context delegation.
9
10Just type "make" to build all three examples.
Note: See TracBrowser for help on using the repository browser.