Sablotron Guide and Reference

SablotSetOptions Functions

Summary

Sets miscellaneous processing options.

Syntax

int SablotSetOptions(SablotSituation S,
       int flag);
NameTypeDescription
SSablotSituationSituation handle
flagintnew options

Description

Options may be any bitwise combination of following:

SAB_NO_ERROR_REPORTING suppress the invocation of the messages handler (if registered) SAB_PARSE_PUBLIC_ENTITIES tell parser to resolve public external entities SAB_DISABLE_ADDING_META suppress the generation of the META tag (HTML output method) SAB_DISABLE_STRIPPING suppress the whitespace stripping (on data files only) SAB_IGNORE_DOC_NOT_FOUND don't consider unresolved documents (the document() function) non-lethal

See Also

Groups [ Functions ]
Entries [ SablotSituation ]

© 2002 Ginger Alliance
revision 02-10-01
This page was generated by APIDOC