msopacua Mon Oct 28 06:20:49 2002 EDT
Modified files:
/phpdoc/en/reference/xslt constants.xml
Log:
Update renamed constants
Index: phpdoc/en/reference/xslt/constants.xml
diff -u phpdoc/en/reference/xslt/constants.xml:1.1
phpdoc/en/reference/xslt/constants.xml:1.2
--- phpdoc/en/reference/xslt/constants.xml:1.1 Sun Oct 6 17:14:48 2002
+++ phpdoc/en/reference/xslt/constants.xml Mon Oct 28 06:20:49 2002
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<section id="xslt.constants">
&reftitle.constants;
&extension.constants;
<variablelist>
<varlistentry>
<term>
- <constant>XSLT_SILENT</constant>
+ <constant>XSLT_OPT_SILENT</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
@@ -18,7 +18,7 @@
</varlistentry>
<varlistentry>
<term>
- <constant>XSLT_SAB_PARSE_PUBLIC_ENTITIES</constant>
+ <constant>XSLT_SABOPT_PARSE_PUBLIC_ENTITIES</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
@@ -30,7 +30,7 @@
</varlistentry>
<varlistentry>
<term>
- <constant>XSLT_SAB_DISABLE_ADDING_META</constant>
+ <constant>XSLT_SABOPT_DISABLE_ADDING_META</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
@@ -43,7 +43,7 @@
</varlistentry>
<varlistentry>
<term>
- <constant>XSLT_SAB_DISABLE_STRIPPING</constant>
+ <constant>XSLT_SABOPT_DISABLE_STRIPPING</constant>
(<link linkend="language.types.integer">integer</link>)
</term>
<listitem>
@@ -54,12 +54,24 @@
</varlistentry>
<varlistentry>
<term>
- <constant>XSLT_SAB_IGNORE_DOC_NOT_FOUND</constant>
+ <constant>XSLT_SABOPT_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>
+ <varlistentry>
+ <term>
+ <constant>XSLT_ERR_UNSUPPORTED_SCHEME</constant>
+ (<link linkend="language.types.integer">integer</link>)
+ </term>
+ <listitem>
+ <simpara>
+ Error return code, for <link
+ linkend="function.xslt-set-scheme-handlers">scheme handlers</link>.
</simpara>
</listitem>
</varlistentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php