| |||||||||||||||
SummaryAdds the pre-parsed tree as the named argument. | |||||||||||||||
Syntaxint SablotAddArgTree(SablotSituation S, void *processor_, const char *argName, SDOM_Document tree);
| |||||||||||||||
DescriptionThis function adds the named pre-parsed tree to the list of arguments maintained by the processor instance. Named arguments may be used either while the processed data are specified (e.g. inSablotRunProcessorGen or in the document() XSLT
function.
| |||||||||||||||
See Also
|