source: main/trunk/greenstone2/runtime-src/src/colservr/expat_document.h@ 21472

Last change on this file since 21472 was 9188, checked in by kjdon, 19 years ago

now pass in the section level tag name when getting a document

  • Property svn:keywords set to Author Date Id Revision
File size: 208 bytes
Line 
1#ifndef gs_expat_document_h
2#define gs_expat_document_h
3
4class text_t;
5
6int expat_document(const text_t &filename, const text_t & section_level,
7 const text_t &section_num, text_t & doc_content);
8
9#endif
Note: See TracBrowser for help on using the repository browser.