Xiqual 0.9.1

In file ../xitools/xmlread.c:

int* xml_addprocessinghook

(xmldoc* doc, char* name, int* func)

Add a hook for a processing instruction.

Documentation

Add a hook for a processing instruction. Processing instructions are tags starting with The hook will get a pointer to the relevant xmltag instruction (without the question mark) as its first argument.
Parameters:
- name The processing instruction to add a hook for.
func - Your hook function.
Returns:
0 if no error occurred allocating a node to hold your function
Author:
Ronny Bangsund

Alphabetic index



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