From 039d88ac99a8a3c37372102c57c1b8581aedc9fe Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 19 Jan 2004 16:40:37 +0000 Subject: XML Schema support was impoved --- ext/soap/php_xml.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/soap/php_xml.h') diff --git a/ext/soap/php_xml.h b/ext/soap/php_xml.h index dd8b218de6..dd08cde220 100644 --- a/ext/soap/php_xml.h +++ b/ext/soap/php_xml.h @@ -6,6 +6,7 @@ #define get_node_recursive(node, name) get_node_recursive_ex(node, name, NULL) #define get_node_with_attribute(node, name, attr, val) get_node_with_attribute_ex(node, name, NULL, attr, val, NULL) #define get_node_with_attribute_recursive(node, name, attr, val) get_node_with_attribute_recursive_ex(node, name, NULL, attr, val, NULL) +#define node_is_equal(node, name) node_is_equal_ex(node, name, NULL) #define attr_is_equal(node, name) attr_is_equal_ex(node, name, NULL) xmlNsPtr attr_find_ns(xmlAttrPtr node); -- cgit v1.2.1