-
Notifications
You must be signed in to change notification settings - Fork 25
Deprecated parser! #285
Copy link
Copy link
Open
Description
open62541-nodeset-loader/src/Parser.c
Line 10 in fbedde3
| #include <libxml/SAX.h> |
Please, have a look at the source file: https://github.com/GNOME/libxml2/blob/master/include/libxml/SAX.h
/*
* 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__ */
The functions have been removed on Jun 17, 2024!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels