2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2005-02-06 00:41:24 +00:00
|
|
|
<!-- $Revision: 1.6 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<refentry id="function.xml-error-string">
|
|
|
|
<refnamediv>
|
|
|
|
<refname>xml_error_string</refname>
|
2004-03-29 14:35:03 +00:00
|
|
|
<refpurpose>Get XML parser error string</refpurpose>
|
2002-04-15 00:12:54 +00:00
|
|
|
</refnamediv>
|
2005-02-06 00:41:24 +00:00
|
|
|
<refsect1 role="description">
|
|
|
|
&reftitle.description;
|
2002-04-19 11:11:21 +00:00
|
|
|
<methodsynopsis>
|
|
|
|
<type>string</type><methodname>xml_error_string</methodname>
|
|
|
|
<methodparam><type>int</type><parameter>code</parameter></methodparam>
|
|
|
|
</methodsynopsis>
|
2005-02-06 00:41:24 +00:00
|
|
|
<para>
|
|
|
|
Gets the XML parser error string associated with the given
|
|
|
|
<parameter>code</parameter>.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
|
|
|
<refsect1 role="parameters">
|
|
|
|
&reftitle.parameters;
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
|
|
|
<variablelist>
|
|
|
|
<varlistentry>
|
|
|
|
<term><parameter>code</parameter></term>
|
|
|
|
<listitem>
|
2005-02-06 00:41:24 +00:00
|
|
|
<para>
|
2002-04-19 11:11:21 +00:00
|
|
|
An error code from <function>xml_get_error_code</function>.
|
2005-02-06 00:41:24 +00:00
|
|
|
</para>
|
2002-04-15 00:12:54 +00:00
|
|
|
</listitem>
|
|
|
|
</varlistentry>
|
|
|
|
</variablelist>
|
|
|
|
</para>
|
2005-02-06 00:41:24 +00:00
|
|
|
</refsect1>
|
|
|
|
<refsect1 role="returnvalues">
|
|
|
|
&reftitle.returnvalues;
|
2002-04-15 00:12:54 +00:00
|
|
|
<para>
|
2004-03-29 14:22:43 +00:00
|
|
|
Returns a string with a textual description of the error
|
2002-04-15 00:12:54 +00:00
|
|
|
<parameter>code</parameter>, or &false; if no description was found.
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2005-02-06 00:41:24 +00:00
|
|
|
<refsect1 role="seealso">
|
|
|
|
&reftitle.seealso;
|
|
|
|
<para>
|
|
|
|
<simplelist>
|
|
|
|
<member><function>xml_get_error_code</function></member>
|
|
|
|
</simplelist>
|
|
|
|
</para>
|
|
|
|
</refsect1>
|
2002-04-15 00:12:54 +00:00
|
|
|
</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
|
|
|
|
-->
|