| |||||||||||||||
SummaryAdds a buffer containing the XML data as the named argument. | |||||||||||||||
Syntaxint SablotAddArgBuffer(SablotSituation S, void *processor_, const char *argName, const char *bufferValue);
| |||||||||||||||
DescriptionThis API adds the named buffer 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
|