mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
19 lines
386 B
C
19 lines
386 B
C
/*
|
|
* Summary: Old SAX version 1 handler, deprecated
|
|
* Description: DEPRECATED set of SAX version 1 interfaces used to
|
|
* build the DOM tree.
|
|
*
|
|
* Copy: See Copyright for the status of this software.
|
|
*
|
|
* Author: Daniel Veillard
|
|
*/
|
|
|
|
#ifndef __XML_SAX_H__
|
|
#define __XML_SAX_H__
|
|
|
|
#ifdef __GNUC__
|
|
#warning "libxml/SAX.h is deprecated"
|
|
#endif
|
|
|
|
#endif /* __XML_SAX_H__ */
|