/* ***************************************************************************** * * $RCSfile: dtdutil.h,v $ * $Date: 1999/05/18 18:34:46 $ * $Source: /home/richard/Xml/RCS/dtdutil.h,v $ * $Revision: 1.8 $ * $Author: richard $ * ***************************************************************************** * * Copyright 1998, Brown University and Richard Goerwitz * ***************************************************************************** */ #ifndef DTDUTIL_H_INCLUDE #define DTDUTIL_H_INCLUDE #include "general.h" #include "fileutil.h" /* first my_wchar_t * is pubid; second is sysid; either may be NULL */ extern xml_file *resolve_pub_or_sysid (xml_file *, my_wchar_t *, my_wchar_t *); extern my_wchar_t *resolve_pubid_as_uri (xml_file *, my_wchar_t *); #endif DTDUTIL_H_INCLUDE