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
|