/***********************************************************************
*
*      Module  : SxPath
*      Fichier : SxmlSelect.h
*      Auteur  : J. Ducloy
*      Origine : J. Ducloy
*
*      Derniere mise a jour Novembre 2000
*      $Id: XmlSelect.h,v 1.2 2003/06/12 09:15:15 parmentf Exp $
*
************************************************************************
* 
*     Copyright (C) 2000 INIST
*
************************************************************************/
#ifndef _SXML_SELECT_H_
#define _SXML_SELECT_H_

#include "ctype.h"
#include <unistd.h>
#include "SxPath.h"
#include "SxmlProcessor.h"
#include "SxmlDomProc.h"
#include "SxmlC.h"

SxmlMemory *SxmlSelectMemoryCreate();
SxmlNode *SxmlSelectMemoryAddScript();
SxmlNode *SxmlSelectMemoryAddPrint();

SxmlProcessor *SxmlSelectProcCreate();
SxmlMemory    *SxmlSelectMemory; 

#endif  /* _SXML_SELECT_H_  */
