nlopess Mon Feb 14 13:01:02 2005 EDT
Added files:
/phpdoc/en/reference/libxml .cvsignore constants.xml reference.xml
/phpdoc/en/reference/libxml/functions libxml-clear-errors.xml
libxml-get-errors.xml
libxml-get-last-error.xml
libxml-set-streams-context.xml
libxml-use-internal-errors.xml
Removed files:
/phpdoc/en/reference/simplexml constants.xml
Modified files:
/phpdoc/en/reference/dom/functions dom-domdocument-xinclude.xml
/phpdoc/en/reference/domxml reference.xml
/phpdoc/en/reference/simplexml reference.xml
/phpdoc/en/reference/simplexml/functions simplexml-load-file.xml
simplexml-load-string.xml
/phpdoc/en/reference/soap reference.xml
/phpdoc/entities global.ent
Log:
add a new directory for libxml fucntions/constants. move teh constants from
simplexml page to here
http://cvs.php.net/diff.php/phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml
diff -u phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml:1.9
phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml:1.10
--- phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml:1.9 Mon Jan
17 03:41:33 2005
+++ phpdoc/en/reference/dom/functions/dom-domdocument-xinclude.xml Mon Feb
14 13:01:00 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
+<!-- $Revision: 1.10 $ -->
<refentry id="function.dom-domdocument-xinclude">
<refnamediv>
<refname>DOMDocument->xinclude()</refname>
@@ -35,7 +35,7 @@
<term><parameter>options</parameter></term>
<listitem>
<para>
- <link linkend="simplexml.constants">Libxml parameters</link>. Available
+ <link linkend="libxml.constants">libxml parameters</link>. Available
since PHP 5.1.0 and Libxml 2.6.7.
</para>
</listitem>
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/reference.xml?r1=1.19&r2=1.20&ty=u
Index: phpdoc/en/reference/domxml/reference.xml
diff -u phpdoc/en/reference/domxml/reference.xml:1.19
phpdoc/en/reference/domxml/reference.xml:1.20
--- phpdoc/en/reference/domxml/reference.xml:1.19 Tue Feb 8 14:26:09 2005
+++ phpdoc/en/reference/domxml/reference.xml Mon Feb 14 13:01:00 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.19 $ -->
+<!-- $Revision: 1.20 $ -->
<reference id="ref.domxml">
<title>DOM XML Functions</title>
<titleabbrev>DOM XML</titleabbrev>
@@ -47,7 +47,7 @@
&reftitle.required;
<para>
This extension makes use of the
- <ulink url="&url.domxml;">GNOME XML library</ulink>. Download
+ <ulink url="&url.libxml;">GNOME XML library</ulink>. Download
and install this library. You will need at least libxml-2.4.14.
To use DOM XSLT features you can use the
<ulink url="&url.libxslt;">libxslt library</ulink> and EXSLT
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/reference.xml?r1=1.15&r2=1.16&ty=u
Index: phpdoc/en/reference/simplexml/reference.xml
diff -u phpdoc/en/reference/simplexml/reference.xml:1.15
phpdoc/en/reference/simplexml/reference.xml:1.16
--- phpdoc/en/reference/simplexml/reference.xml:1.15 Sun Dec 5 14:54:29 2004
+++ phpdoc/en/reference/simplexml/reference.xml Mon Feb 14 13:01:01 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.15 $ -->
+<!-- $Revision: 1.16 $ -->
<reference id="ref.simplexml">
<title>SimpleXML functions</title>
<titleabbrev>SimpleXML</titleabbrev>
@@ -242,7 +242,6 @@
</example>
</para>
</section>
- &reference.simplexml.constants;
</partintro>
&reference.simplexml.functions;
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.8
phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.9
--- phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml:1.8 Wed Dec
8 08:14:42 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-load-file.xml Mon Feb
14 13:01:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id='function.simplexml-load-file'>
<refnamediv>
<refname>simplexml_load_file</refname>
@@ -30,7 +30,7 @@
<para>
Since PHP 5.1.0 and Libxml 2.6.0, you may also use the
<parameter>options</parameter> parameter to specify <link
- linkend="simplexml.constants">additional Libxml parameters</link>.
+ linkend="libxml.constants">additional Libxml parameters</link>.
</para>
<para>
<example>
http://cvs.php.net/diff.php/phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml
diff -u phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml:1.8
phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml:1.9
--- phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml:1.8
Wed Dec 8 08:14:42 2004
+++ phpdoc/en/reference/simplexml/functions/simplexml-load-string.xml Mon Feb
14 13:01:02 2005
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<refentry id='function.simplexml-load-string'>
<refnamediv>
<refname>simplexml_load_string</refname>
@@ -30,7 +30,7 @@
<para>
Since PHP 5.1.0 and Libxml 2.6.0, you may also use the
<parameter>options</parameter> parameter to specify <link
- linkend="simplexml.constants">additional Libxml parameters</link>.
+ linkend="libxml.constants">additional Libxml parameters</link>.
</para>
<para>
<example>
http://cvs.php.net/diff.php/phpdoc/en/reference/soap/reference.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/soap/reference.xml
diff -u phpdoc/en/reference/soap/reference.xml:1.8
phpdoc/en/reference/soap/reference.xml:1.9
--- phpdoc/en/reference/soap/reference.xml:1.8 Wed Feb 2 12:33:09 2005
+++ phpdoc/en/reference/soap/reference.xml Mon Feb 14 13:01:02 2005
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='iso-8859-1'?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc.
-->
<reference id="ref.soap">
<title>SOAP Functions</title>
@@ -19,7 +19,7 @@
<section id="soap.requirements">
&reftitle.required;
<para>
- This extension makes use of the <ulink url="&url.domxml;">GNOME xml
+ This extension makes use of the <ulink url="&url.libxml;">GNOME xml
library</ulink>. Download and install this library. You will need at
least libxml-2.5.4.
</para>
http://cvs.php.net/diff.php/phpdoc/entities/global.ent?r1=1.215&r2=1.216&ty=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.215 phpdoc/entities/global.ent:1.216
--- phpdoc/entities/global.ent:1.215 Fri Feb 11 18:40:54 2005
+++ phpdoc/entities/global.ent Mon Feb 14 13:01:02 2005
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.215 2005/02/11 23:40:54 nlopess Exp $
+ $Id: global.ent,v 1.216 2005/02/14 18:01:02 nlopess Exp $
Contains global "macros" for all the XML documents.
@@ -62,7 +62,6 @@
<!ENTITY url.docbook-intro
"http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro.html">
<!ENTITY url.dom2.spec "http://www.w3c.org/DOM/DOMTR#dom2">
<!ENTITY url.dom2.features
"http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/introduction.html#ID-Conformance">
-<!ENTITY url.domxml "http://www.xmlsoft.org/">
<!ENTITY url.dsssl "http://www.jclark.com/dsssl/">
<!ENTITY url.echo-print
"http://www.faqts.com/knowledge_base/view.phtml/aid/1/fid/40">
<!ENTITY url.emacs-src "ftp://ftp.gnu.org/pub/gnu/emacs/">
@@ -143,6 +142,7 @@
<!ENTITY url.ldap.openldap-c-api
"http://www.openldap.org/devel/cvsweb.cgi/~checkout~/doc/drafts/draft-ietf-ldapext-ldap-c-api-xx.txt">
<!ENTITY url.libedit "http://sourceforge.net/projects/libedit/">
<!ENTITY url.libiconv "http://www.gnu.org/software/libiconv/">
+<!ENTITY url.libxml "http://www.xmlsoft.org/">
<!ENTITY url.libxslt "http://xmlsoft.org/XSLT/">
<!ENTITY url.libssh2 "http://sourceforge.net/projects/libssh2/">
<!ENTITY url.libpng "http://www.libpng.org/pub/png/libpng.html">
http://cvs.php.net/co.php/phpdoc/en/reference/libxml/.cvsignore?r=1.1&p=1
Index: phpdoc/en/reference/libxml/.cvsignore
+++ phpdoc/en/reference/libxml/.cvsignore
functions.xml
http://cvs.php.net/co.php/phpdoc/en/reference/libxml/constants.xml?r=1.1&p=1
Index: phpdoc/en/reference/libxml/constants.xml
+++ phpdoc/en/reference/libxml/constants.xml
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.1 $ -->
<section id="libxml.constants">
&reftitle.constants;
&extension.constants;
<variablelist>
<varlistentry>
<term>
<constant>LIBXML_DTDATTR</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Default DTD attributes
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_DTDLOAD</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Load the external subset
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_DTDVALID</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Validate with the DTD
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_ERR_ERROR</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
A recoverable error
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_ERR_FATAL</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
A fatal error
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_ERR_NONE</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
No errors
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_ERR_WARNING</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
A simple warning
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_NOBLANKS</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Remove blank nodes
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_NOCDATA</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Merge CDATA as text nodes
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_NOENT</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Substitute entities
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_NOERROR</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Suppress error reports
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_NONET</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Disable network access when loading documents
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_NOWARNING</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Suppress warning reports
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_NSCLEAN</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Remove redundant namespaces declarations
</simpara>
</listitem>
</varlistentry>
<varlistentry>
<term>
<constant>LIBXML_XINCLUDE</constant>
(<type>integer</type>)
</term>
<listitem>
<simpara>
Implement XInclude substitution
</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
-->
http://cvs.php.net/co.php/phpdoc/en/reference/libxml/reference.xml?r=1.1&p=1
Index: phpdoc/en/reference/libxml/reference.xml
+++ phpdoc/en/reference/libxml/reference.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<reference id="ref.libxml">
<title>libxml Functions</title>
<titleabbrev>libxml</titleabbrev>
<partintro>
<section id="libxml.intro">
&reftitle.intro;
<para>
These functions/constants are available since PHP 5.1.0 and if you have
compiled one of the extensions based on libxml, like <link
linkend="ref.dom">DOM</link>, <link
linkend="ref.simplexml">SimpleXML</link> and <link
linkend="ref.xslt">XSLT</link>.
</para>
</section>
<section id="libxml.requirements">
&reftitle.required;
<para>
This extension requires <ulink url="&url.libxml;">libxml</ulink> >=
2.6.0.
</para>
</section>
</partintro>
&reference.libxml.functions;
</reference>
<!-- 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
-->
http://cvs.php.net/co.php/phpdoc/en/reference/libxml/functions/libxml-clear-errors.xml?r=1.1&p=1
Index: phpdoc/en/reference/libxml/functions/libxml-clear-errors.xml
+++ phpdoc/en/reference/libxml/functions/libxml-clear-errors.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.libxml-clear-errors">
<refnamediv>
<refname>libxml_clear_errors</refname>
<refpurpose>
Clear last error from libxml
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>libxml_clear_errors</methodname>
<void/>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &return.success; entity
</para>
</refsect1>
<!-- Use when examples exist
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>A libxml-clear-errors example</title>
<para>
Any text that describes the purpose of the example, or
what goes on in the example should go here (inside the
<example> tag, not out
</para>
<programlisting role="php">
<![CDATA[
<?php
if ($anexample === true) {
echo 'Use the PEAR Coding Standards';
}
?>
]]>
</programlisting>
&example.outputs;
<screen>
<![CDATA[
Use the PEAR Coding Standards
]]>
</screen>
</example>
</para>
</refsect1>
-->
<!-- Use when adding See Also links
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function></function></member>
<member>Or <link linkend="somethingelse">something else</link></member>
</simplelist>
</para>
</refsect1>
-->
</refentry>
<!-- 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
-->
http://cvs.php.net/co.php/phpdoc/en/reference/libxml/functions/libxml-get-errors.xml?r=1.1&p=1
Index: phpdoc/en/reference/libxml/functions/libxml-get-errors.xml
+++ phpdoc/en/reference/libxml/functions/libxml-get-errors.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.libxml-get-errors">
<refnamediv>
<refname>libxml_get_errors</refname>
<refpurpose>
Retrieve array of errors
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>object</type><methodname>libxml_get_errors</methodname>
<void/>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &return.success; entity
</para>
</refsect1>
<!-- Use when examples exist
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>A libxml-get-errors example</title>
<para>
Any text that describes the purpose of the example, or
what goes on in the example should go here (inside the
<example> tag, not out
</para>
<programlisting role="php">
<![CDATA[
<?php
if ($anexample === true) {
echo 'Use the PEAR Coding Standards';
}
?>
]]>
</programlisting>
&example.outputs;
<screen>
<![CDATA[
Use the PEAR Coding Standards
]]>
</screen>
</example>
</para>
</refsect1>
-->
<!-- Use when adding See Also links
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function></function></member>
<member>Or <link linkend="somethingelse">something else</link></member>
</simplelist>
</para>
</refsect1>
-->
</refentry>
<!-- 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
-->
http://cvs.php.net/co.php/phpdoc/en/reference/libxml/functions/libxml-get-last-error.xml?r=1.1&p=1
Index: phpdoc/en/reference/libxml/functions/libxml-get-last-error.xml
+++ phpdoc/en/reference/libxml/functions/libxml-get-last-error.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.libxml-get-last-error">
<refnamediv>
<refname>libxml_get_last_error</refname>
<refpurpose>
Retrieve last error from libxml
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>object</type><methodname>libxml_get_last_error</methodname>
<void/>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &return.success; entity
</para>
</refsect1>
<!-- Use when examples exist
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>A libxml-get-last-error example</title>
<para>
Any text that describes the purpose of the example, or
what goes on in the example should go here (inside the
<example> tag, not out
</para>
<programlisting role="php">
<![CDATA[
<?php
if ($anexample === true) {
echo 'Use the PEAR Coding Standards';
}
?>
]]>
</programlisting>
&example.outputs;
<screen>
<![CDATA[
Use the PEAR Coding Standards
]]>
</screen>
</example>
</para>
</refsect1>
-->
<!-- Use when adding See Also links
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function></function></member>
<member>Or <link linkend="somethingelse">something else</link></member>
</simplelist>
</para>
</refsect1>
-->
</refentry>
<!-- 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
-->
http://cvs.php.net/co.php/phpdoc/en/reference/libxml/functions/libxml-set-streams-context.xml?r=1.1&p=1
Index: phpdoc/en/reference/libxml/functions/libxml-set-streams-context.xml
+++ phpdoc/en/reference/libxml/functions/libxml-set-streams-context.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.libxml-set-streams-context">
<refnamediv>
<refname>libxml_set_streams_context</refname>
<refpurpose>
Set the streams context for the next libxml document load or write
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>libxml_set_streams_context</methodname>
<methodparam><type>resource</type><parameter>streams_context</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>streams_context</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &return.success; entity
</para>
</refsect1>
<!-- Use when examples exist
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>A libxml-set-streams-context example</title>
<para>
Any text that describes the purpose of the example, or
what goes on in the example should go here (inside the
<example> tag, not out
</para>
<programlisting role="php">
<![CDATA[
<?php
if ($anexample === true) {
echo 'Use the PEAR Coding Standards';
}
?>
]]>
</programlisting>
&example.outputs;
<screen>
<![CDATA[
Use the PEAR Coding Standards
]]>
</screen>
</example>
</para>
</refsect1>
-->
<!-- Use when adding See Also links
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function></function></member>
<member>Or <link linkend="somethingelse">something else</link></member>
</simplelist>
</para>
</refsect1>
-->
</refentry>
<!-- 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
-->
http://cvs.php.net/co.php/phpdoc/en/reference/libxml/functions/libxml-use-internal-errors.xml?r=1.1&p=1
Index: phpdoc/en/reference/libxml/functions/libxml-use-internal-errors.xml
+++ phpdoc/en/reference/libxml/functions/libxml-use-internal-errors.xml
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.1 $ -->
<refentry id="function.libxml-use-internal-errors">
<refnamediv>
<refname>libxml_use_internal_errors</refname>
<refpurpose>
Disable libxml errors and allow user to fetch error information as needed
</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>libxml_use_internal_errors</methodname>
<methodparam><type>boolean</type><parameter>use_errors</parameter></methodparam>
</methodsynopsis>
&warn.undocumented.func;
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>use_errors</parameter></term>
<listitem>
<para>
Its description
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
What the function returns, first on success, then on failure. See
also the &return.success; entity
</para>
</refsect1>
<!-- Use when examples exist
<refsect1 role="examples">
&reftitle.examples;
<para>
<example>
<title><function>A libxml-use-internal-errors example</title>
<para>
Any text that describes the purpose of the example, or
what goes on in the example should go here (inside the
<example> tag, not out
</para>
<programlisting role="php">
<![CDATA[
<?php
if ($anexample === true) {
echo 'Use the PEAR Coding Standards';
}
?>
]]>
</programlisting>
&example.outputs;
<screen>
<![CDATA[
Use the PEAR Coding Standards
]]>
</screen>
</example>
</para>
</refsect1>
-->
<!-- Use when adding See Also links
<refsect1 role="seealso">
&reftitle.seealso;
<para>
<simplelist>
<member><function></function></member>
<member>Or <link linkend="somethingelse">something else</link></member>
</simplelist>
</para>
</refsect1>
-->
</refentry>
<!-- 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
-->