Each WSDL struct has a pointer into the XML tree document
authorDick Porter <dick@ximian.com>
Fri, 9 Mar 2001 12:26:36 +0000 (12:26 +0000)
committerDick Porter <dick@src.gnome.org>
Fri, 9 Mar 2001 12:26:36 +0000 (12:26 +0000)
commitb7e98ba9cb446912e4bdfe6ce635170b749727ea
treec12ac12ec4490cd55bc1aa5215a5fdc99dd27e21
parentd44290470db0b14d640576243536ea73e45ebf7f
Each WSDL struct has a pointer into the XML tree document

2001-03-09  Dick Porter  <dick@ximian.com>

* src/soup-wsdl/wsdl-parse.h: Each WSDL struct has a pointer into
the XML tree document

* src/soup-wsdl/wsdl-parse.c (wsdl_qnamecmp): A function for
comparing element names and namespaces.

Use wsdl_qnamecmp instead of strcmp to make parsing
namespace-aware.

(wsdl_end_element): Maintain a pointer into the XML tree for each
WSDL node.

* src/soup-wsdl/wsdl-memory.c (wsdl_free_definitions): Free the
XML document

* src/soup-wsdl/main.c (main): Move the xml doc dump to here, for
better modularity
ChangeLog