| ||||||||||||
SummaryParses a XSLT stylesheet from a buffer. | ||||||||||||
Syntaxint SablotParseStylesheetBuffer(SablotSituation S, const char *buffer, SDOM_Document *D);
| ||||||||||||
DescriptionDoes the same asSablotParseBuffer , but document parsed with
this function may be used as the stylesheet for the XSLT
processing.
| ||||||||||||
NotesYou should not modify a document created by this function, if you want to use it for the processing. It might (and probably would) lead to the processor crash. | ||||||||||||
See Also
|