Skip to content

Deprecated parser! #285

@OgreTransporter

Description

@OgreTransporter

#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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions