source: trunk/gsdl/src/colservr/expat_document.h@ 9915

Last change on this file since 9915 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
RevLine 
[9173]1#ifndef gs_expat_document_h
2#define gs_expat_document_h
3
4class text_t;
5
[9188]6int expat_document(const text_t &filename, const text_t & section_level,
7 const text_t &section_num, text_t & doc_content);
[9173]8
9#endif
Note: See TracBrowser for help on using the repository browser.