cvs: phpdoc-cs /reference/domxml/functions domxml-open-file.xml domxml-open-mem.xml domxml-xmltree.xml
[email protected] ("Jakub Vrana") Sun, 07 Dec 2003 17:36:06 -0000
| Newsgroups | php.doc.cs |
|---|---|
| Message-ID | <cvsvrana1070818566@cvsserver> |
vrana Sun Dec 7 12:36:06 2003 EDT
Added files:
/phpdoc-cs/reference/domxml/functions domxml-open-file.xml
domxml-open-mem.xml
domxml-xmltree.xml
Log:
Renamed from xml*
Index: phpdoc-cs/reference/domxml/functions/domxml-open-file.xml
+++ phpdoc-cs/reference/domxml/functions/domxml-open-file.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- splitted from ./cs/functions/domxml.xml, last change in rev 1.1 -->
<refentry id="function.xmldocfile">
<refnamediv>
<refname>xmldocfile</refname>
<refpurpose>Vytvoøit DOM objekt z XML souboru</refpurpose>
</refnamediv>
<refsect1>
<title>Popis</title>
<methodsynopsis>
<type>object</type><methodname>xmldocfile</methodname>
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
</methodsynopsis>
<para>
Parsuje XML dokument v souboru pojmenovaném <parameter>filename</parameter>
a vrací objekt tøídy "Dom document", který má vlastnosti "doc" (resource),
"version" (string).
<!-- conspiciously the file attribute is missing? -->
</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
-->
Index: phpdoc-cs/reference/domxml/functions/domxml-open-mem.xml
+++ phpdoc-cs/reference/domxml/functions/domxml-open-mem.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- splitted from ./cs/functions/domxml.xml, last change in rev 1.1 -->
<refentry id="function.xmldoc">
<refnamediv>
<refname>xmldoc</refname>
<refpurpose>Vytvoøit DOM objekt z XML dokumentu</refpurpose>
</refnamediv>
<refsect1>
<title>Popis</title>
<methodsynopsis>
<type>object</type><methodname>xmldoc</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
</methodsynopsis>
<para>
Tato funkce parsuje XML dokument v <parameter>str</parameter> a vrací
objekt tøídy "Dom document", který má valstnosti "doc" (resource), "version"
(string) and "type" (long).
</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
-->
Index: phpdoc-cs/reference/domxml/functions/domxml-xmltree.xml
+++ phpdoc-cs/reference/domxml/functions/domxml-xmltree.xml
<?xml version="1.0" encoding="iso-8859-2"?>
<!-- splitted from ./cs/functions/domxml.xml, last change in rev 1.1 -->
<refentry id="function.xmltree">
<refnamediv>
<refname>xmltree</refname>
<refpurpose>Vytvoøit strom PHP objektù z XML dokumentu</refpurpose>
</refnamediv>
<refsect1>
<title>Popis</title>
<methodsynopsis>
<type>object</type><methodname>xmltree</methodname>
<methodparam><type>string</type><parameter>str</parameter></methodparam>
</methodsynopsis>
<para>
Parsuje XML dokument v <parameter>str</parameter> a vrací strom PHP objektù.
</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
-->