Xiqual 0.9.1

In file xitools/xmlhooks.c:

int* xml_addgentaghook

(xmldoc* doc, char* func)

Add a hook that catches all unspecified tags.

Documentation

Add a hook that catches all unspecified tags. If you need to write a program that catches unknown tags, this is what you want. The hook function needs to be similar to the one used in xml_addtaghook().
Parameters:
func - Your hook function.
Returns:
0 if no error occurred allocating a node to hold your function
Author:
Ronny Bangsund
See Also:
xml_addtaghook()

Alphabetic index



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