Xiqual 0.9.1

In file xitools/xmlhooks.c:

int xml_parse

(xmldoc* doc)

Walk through an XML document and call user-specified hooks.

Documentation

Walk through an XML document and call user-specified hooks. This function will call all the hooks you specify on the relevant tags and elements. It returns at the end of the document.

While walking the tree, uninteresting tags are dropped, according to previously supplied lists.

Returns:
0 if no error occurred while calling hooks.
Author:
Ronny Bangsund
See Also:
xml_addtaghook(), xml_addgenentityhook(), xml_addentityhook(), xml_addgentaghook(), xml_loaddoc(), xml_newdoc(), xml_prune()

Alphabetic index



This page was generated with the help of DOC++.