Sablotron Guide and Reference

SablotGetOptions Functions

Summary

Get current procesor options.

Syntax

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

Description

Options may be any bitwise combination of following:

SAB_NO_ERROR_REPORTING suppresses the invocation of the messages handler (if registered)

SAB_PARSE_PUBLIC_ENTITIES makes parser to resolve public external entities

SAB_DISABLE_ADDING_META suppresses the generation of the META tag (HTML output method)

SAB_DISABLE_STRIPPING suppresses the whitespace stripping (on data files only)

SAB_IGNORE_DOC_NOT_FOUND doesn't consider unresolved documents (the document() function) to be lethal

SAB_FILES_TO_HANDLER do not read 'file' URI internally, but pass it into the scheme handler

See Also

Groups [ Functions ]
Entries [ SablotSituation ]

© 2002 Ginger Alliance
revision 02-11-04
This page was generated by APIDOC