A new error message mechanism for reporting schema parse errors to the
authorDick Porter <dick@ximian.com>
Mon, 4 Jun 2001 11:47:54 +0000 (11:47 +0000)
committerDick Porter <dick@src.gnome.org>
Mon, 4 Jun 2001 11:47:54 +0000 (11:47 +0000)
commit5748a42f12024fbe0a59292b5a70a6015cbd3066
treea4f72de6891b44f983b1a3bad1a6eba9d6d36137
parent7dcb4661d4c57f9c52c194b1bbb275e18651a095
A new error message mechanism for reporting schema parse errors to the

2001-06-04  Dick Porter  <dick@ximian.com>

* src/soup-wsdl-runtime/wsdl-schema.c: A new error message
mechanism for reporting schema parse errors to the calling code

* src/soup-wsdl-runtime/wsdl-schema-glib.c
(wsdl_schema_glib_parse_struct, wsdl_schema_glib_start_element,
wsdl_schema_glib_end_element): Use new error message mechanism

* src/soup-wsdl/wsdl-parse.c (wsdl_parse_warning,
wsdl_parse_error, wsdl_parse_fatal): Log messages via wsdl_debug,
so the module selection works
ChangeLog