php-doc-en/reference/xslt/constants.xml
Mehdi Achour e9feb0f83f add XSLT_SABOPT_FILES_TO_HANDLER
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@164873 c90b9560-bf6c-de11-be94-00142212c4b1
2004-08-01 15:17:49 +00:00

111 lines
2.6 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<section id="xslt.constants">
&reftitle.constants;
&extension.constants;
<variablelist>
<varlistentry>
<term>
<constant>XSLT_OPT_SILENT</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Drop all logging and error reporting. This is a generic option
for all backends that may be added in the future.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>XSLT_SABOPT_PARSE_PUBLIC_ENTITIES</constant>
(<type>integer</type>)
</term>
<listitem>
<para>
Tell <productname>Sablotron</productname> to parse public entities.
By default this has been turned off.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>XSLT_SABOPT_DISABLE_ADDING_META</constant>
(<type>integer</type>)
</term>
<listitem>
<para>
Do not add the meta tag &quot;Content-Type&quot; for HTML output.
The default is set during compilation of
<productname>Sablotron</productname>.
</para>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>XSLT_SABOPT_DISABLE_STRIPPING</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Suppress the whitespace stripping (on data files only).
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>XSLT_SABOPT_IGNORE_DOC_NOT_FOUND</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Consider unresolved documents (the document() function) non-lethal.
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>XSLT_SABOPT_FILES_TO_HANDLER</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>XSLT_ERR_UNSUPPORTED_SCHEME</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Error return code, for <link
linkend="function.xslt-set-scheme-handlers">scheme handlers</link>.
</simpara>
</listitem>
</varlistentry>
</variablelist>
</section>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->