summaryrefslogtreecommitdiff
path: root/ext/soap/php_xml.h
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@php.net>2004-01-19 16:40:37 +0000
committerDmitry Stogov <dmitry@php.net>2004-01-19 16:40:37 +0000
commit039d88ac99a8a3c37372102c57c1b8581aedc9fe (patch)
treea2c3e62746e21bcba927747f5ee28814a234554c /ext/soap/php_xml.h
parent23b30e9a305ee1f06ef4dae8368cc19b5a012153 (diff)
downloadphp-git-039d88ac99a8a3c37372102c57c1b8581aedc9fe.tar.gz
XML Schema support was impoved
Diffstat (limited to 'ext/soap/php_xml.h')
-rw-r--r--ext/soap/php_xml.h1
1 files changed, 1 insertions, 0 deletions
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);