xml/libxml2libs/src/libxml2/libxml2_xlink.c
branchRCL_3
changeset 21 604ca70b6235
parent 20 889504eac4fb
equal deleted inserted replaced
20:889504eac4fb 21:604ca70b6235
    30 #endif
    30 #endif
    31 #ifdef HAVE_ZLIB_H
    31 #ifdef HAVE_ZLIB_H
    32 #include <zlib.h>
    32 #include <zlib.h>
    33 #endif
    33 #endif
    34 
    34 
    35 #include <stdapis/libxml2/libxml2_xmlmemory.h>
    35 #include <libxml2_xmlmemory.h>
    36 #include <stdapis/libxml2/libxml2_tree.h>
    36 #include <libxml2_tree.h>
    37 #include <stdapis/libxml2/libxml2_parser.h>
    37 #include <libxml2_parser.h>
    38 #include <stdapis/libxml2/libxml2_valid.h>
    38 #include <libxml2_valid.h>
    39 #include <stdapis/libxml2/libxml2_xlink.h>
    39 #include <libxml2_xlink.h>
    40 #include <stdapis/libxml2/libxml2_globals.h>
    40 #include <libxml2_globals.h>
    41 
    41 
    42 #define XLINK_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xlink/namespace/")
    42 #define XLINK_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xlink/namespace/")
    43 #define XHTML_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xhtml/")
    43 #define XHTML_NAMESPACE (BAD_CAST "http://www.w3.org/1999/xhtml/")
    44 
    44 
    45 /****************************************************************
    45 /****************************************************************