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.
flib_xpath.f90 in branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLF90/src/xpath – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLF90/src/xpath/flib_xpath.f90 @ 3653

Last change on this file since 3653 was 2281, checked in by smasson, 14 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 149 bytes
RevLine 
[1967]1module flib_xpath
2
3!
4! Stub module to gather all the XML functionality needed by the user
5!
6use flib_sax
7use m_path
8
9public
10
11end module flib_xpath
12
Note: See TracBrowser for help on using the repository browser.