source: XMLF90/src/xpath/flib_xpath.f90 @ 6

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

Import des sources XMLF90

File size: 149 bytes
Line 
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.