msopacua                Sun Oct  6 17:14:48 2002 EDT

  Added files:                 
    /phpdoc/en/reference/xslt   constants.xml 
  Log:
  Newly introduced constants for xslt_setopt function
  
  

Index: phpdoc/en/reference/xslt/constants.xml
+++ phpdoc/en/reference/xslt/constants.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<section id="xslt.constants">
 &reftitle.constants;
 &extension.constants;
 <variablelist>
  <varlistentry>
   <term>
    <constant>XSLT_SILENT</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </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_SAB_PARSE_PUBLIC_ENTITIES</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </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_SAB_DISABLE_ADDING_META</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </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_SAB_DISABLE_STRIPPING</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     Suppress the whitespace stripping (on data files only).
    </simpara>
   </listitem>
  </varlistentry>
  <varlistentry>
   <term>
    <constant>XSLT_SAB_IGNORE_DOC_NOT_FOUND</constant> 
    (<link linkend="language.types.integer">integer</link>)
   </term>
   <listitem>
    <simpara>
     Consider unresolved documents (the document() function) non-lethal.
    </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
-->




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to