| ||||||||||||
SummaryParses a XSLT stylesheet from file. | ||||||||||||
Syntaxint SablotParseStylesheet(SablotSituation S, const char *uri, SDOM_Document *D);
| ||||||||||||
DescriptionDoes the same asSablotParse , 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
|