Sablotron Guide and Reference

SablotParseStylesheetBuffer Functions

Summary

Parses a XSLT stylesheet from a buffer.

Syntax

int SablotParseStylesheetBuffer(SablotSituation S,
       const char *buffer,
       SDOM_Document *D);
NameTypeDescription
SSablotSituationSituation handle
bufferconst char*XML string
DSDOM_Document*The result goes here

Description

Does the same as SablotParseBuffer, but document parsed with this function may be used as the stylesheet for the XSLT processing.

Notes

You 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

Groups [ Functions ]
Entries [ SDOM_Document | SablotParseBuffer | SablotSituation ]

© 2002-2003 Ginger Alliance
revision 03-06-30
This page was generated by APIDOC