Skip to content

Commit

Permalink
Sync xmlwriter docs with EN
Browse files Browse the repository at this point in the history
  • Loading branch information
Girgias committed Feb 7, 2024
1 parent b21dc48 commit f6b45ae
Show file tree
Hide file tree
Showing 45 changed files with 1,293 additions and 514 deletions.
2 changes: 1 addition & 1 deletion reference/xmlwriter/book.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c31630ca23d219c758a8b580e1d583103e97e377 Maintainer: chuso Status: ready -->
<!-- EN-Revision: 2e8ef0a1bd98243cb2c6c5c627a195bb53a7a440 Maintainer: chuso Status: ready -->
<!-- Reviewed: yes Maintainer: seros -->

<book xml:id="book.xmlwriter" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down
2 changes: 1 addition & 1 deletion reference/xmlwriter/examples.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 80fb006a123666a56b672f59c0ae71a1d3584694 Maintainer: andresdzphp Status: ready -->
<!-- EN-Revision: 2e8ef0a1bd98243cb2c6c5c627a195bb53a7a440 Maintainer: andresdzphp Status: ready -->
<!-- Reviewed: no -->

<chapter xml:id="xmlwriter.examples" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
Expand Down
31 changes: 12 additions & 19 deletions reference/xmlwriter/xmlwriter.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,37 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: c31630ca23d219c758a8b580e1d583103e97e377 Maintainer: julionc Status: ready -->
<!-- EN-Revision: 14767af0f05dffa6fdb9b49e1a1f4e9ca7022a60 Maintainer: julionc Status: ready -->
<!-- Reviewed: yes Maintainer: julionc -->

<phpdoc:classref xml:id="class.xmlwriter" xmlns:phpdoc="http://php.net/ns/phpdoc" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude">

<title>La clase XMLWriter</title>
<titleabbrev>XMLWriter</titleabbrev>

<partintro>

<!-- {{{ XMLWriter intro -->
<!-- {{{ XMLWriter intro -->
<section xml:id="xmlwriter.intro">
&reftitle.intro;
<para>

</para>
</section>
<!-- }}} -->
<!-- }}} -->

<section xml:id="xmlwriter.synopsis">
&reftitle.classsynopsis;

<!-- {{{ Synopsis -->
<classsynopsis>
<ooclass><classname>XMLWriter</classname></ooclass>

<!-- {{{ Class synopsis -->
<classsynopsisinfo>
<ooclass>
<classname>XMLWriter</classname>
</ooclass>
</classsynopsisinfo>
<!-- }}} -->
<!-- {{{ Synopsis -->
<classsynopsis class="class">
<ooclass>
<classname>XMLWriter</classname>
</ooclass>

<classsynopsisinfo role="comment">&Methods;</classsynopsisinfo>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.xmlwriter')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])"><xi:fallback/></xi:include>
<xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.xmlwriter')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[@role='XMLWriter'])">
<xi:fallback/>
</xi:include>
</classsynopsis>
<!-- }}} -->
<!-- }}} -->

</section>

Expand All @@ -46,7 +40,6 @@
&reference.xmlwriter.entities.xmlwriter;

</phpdoc:classref>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
30 changes: 22 additions & 8 deletions reference/xmlwriter/xmlwriter/endattribute.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 60294d6f9208a28d66112876a4fc8f73952a6d16 Maintainer: jpberdejo Status: ready -->
<!-- EN-Revision: 4a742792da6fd1ba27acd118bfeeed326c8d9aaf Maintainer: jpberdejo Status: ready -->
<!-- Reviewed: no -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.xmlwriter-end-attribute" xmlns="http://docbook.org/ns/docbook">
<refentry xml:id="xmlwriter.endattribute" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>XMLWriter::endAttribute</refname>
<refname>xmlwriter_end_attribute</refname>
Expand All @@ -12,14 +10,14 @@
<refsect1 role="description">
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
<type>bool</type><methodname>XMLWriter::endAttribute</methodname>
<methodsynopsis role="XMLWriter">
<modifier>public</modifier> <type>bool</type><methodname>XMLWriter::endAttribute</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
<type>bool</type><methodname>xmlwriter_end_attribute</methodname>
<methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam>
<methodparam><type>XMLWriter</type><parameter>writer</parameter></methodparam>
</methodsynopsis>
<para>
Finaliza el atributo actual.
Expand All @@ -41,6 +39,23 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&xmlwriter.changelog.writer-param;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand All @@ -55,7 +70,6 @@


</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
34 changes: 24 additions & 10 deletions reference/xmlwriter/xmlwriter/endcdata.xml
Original file line number Diff line number Diff line change
@@ -1,28 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 996c7338d52924681d477a3e03204102734083e1 Maintainer: andresdzphp Status: ready -->
<!-- EN-Revision: 4a742792da6fd1ba27acd118bfeeed326c8d9aaf Maintainer: andresdzphp Status: ready -->
<!-- Reviewed: no Maintainer: andresdzphp -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.xmlwriter-end-cdata" xmlns="http://docbook.org/ns/docbook">
<refentry xml:id="xmlwriter.endcdata" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>XMLWriter::endCData</refname>
<refname>XMLWriter::endCdata</refname>
<refname>xmlwriter_end_cdata</refname>
<refpurpose>Fin del actual CDATA</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
<type>bool</type><methodname>XMLWriter::endCdata</methodname>
<methodsynopsis role="XMLWriter">
<modifier>public</modifier> <type>bool</type><methodname>XMLWriter::endCdata</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
<type>bool</type><methodname>xmlwriter_end_cdata</methodname>
<methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam>
<methodparam><type>XMLWriter</type><parameter>writer</parameter></methodparam>
</methodsynopsis>
<para>
Finaliza la actual sección CDATA.
Finaliza la actual sección CDATA.
</para>
</refsect1>
<refsect1 role="parameters">
Expand All @@ -41,6 +39,23 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&xmlwriter.changelog.writer-param;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand All @@ -52,7 +67,6 @@
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
33 changes: 24 additions & 9 deletions reference/xmlwriter/xmlwriter/endcomment.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0d604bbc9d3b741d53e7fac26f5b24c306751e9a Maintainer: jpberdejo Status: ready -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.xmlwriter-end-comment" xmlns="http://docbook.org/ns/docbook">
<!-- EN-Revision: 4a742792da6fd1ba27acd118bfeeed326c8d9aaf Maintainer: jpberdejo Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="xmlwriter.endcomment" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>XMLWriter::endComment</refname>
<refname>xmlwriter_end_comment</refname>
Expand All @@ -11,17 +10,17 @@
<refsect1 role="description">
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
<type>bool</type><methodname>XMLWriter::endComment</methodname>
<methodsynopsis role="XMLWriter">
<modifier>public</modifier> <type>bool</type><methodname>XMLWriter::endComment</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
<type>bool</type><methodname>xmlwriter_end_comment</methodname>
<methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam>
<methodparam><type>XMLWriter</type><parameter>writer</parameter></methodparam>
</methodsynopsis>
<para>
Crea un comentario final.
Crea un comentario final.
</para>
</refsect1>
<refsect1 role="parameters">
Expand All @@ -40,6 +39,23 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&xmlwriter.changelog.writer-param;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand All @@ -51,7 +67,6 @@
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
31 changes: 23 additions & 8 deletions reference/xmlwriter/xmlwriter/enddocument.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<!-- EN-Revision: 0d604bbc9d3b741d53e7fac26f5b24c306751e9a Maintainer: jpberdejo Status: ready -->
<!-- Generated by xml_proto.php v2.4. Found in /scripts directory of phpdoc. -->
<refentry xml:id="function.xmlwriter-end-document" xmlns="http://docbook.org/ns/docbook">
<!-- EN-Revision: 4a742792da6fd1ba27acd118bfeeed326c8d9aaf Maintainer: jpberdejo Status: ready -->
<!-- Reviewed: no Maintainer: andresdzphp -->
<refentry xml:id="xmlwriter.enddocument" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>XMLWriter::endDocument</refname>
<refname>xmlwriter_end_document</refname>
Expand All @@ -11,14 +10,14 @@
<refsect1 role="description">
&reftitle.description;
<para>&style.oop;</para>
<methodsynopsis>
<type>bool</type><methodname>XMLWriter::endDocument</methodname>
<methodsynopsis role="XMLWriter">
<modifier>public</modifier> <type>bool</type><methodname>XMLWriter::endDocument</methodname>
<void/>
</methodsynopsis>
<para>&style.procedural;</para>
<methodsynopsis>
<type>bool</type><methodname>xmlwriter_end_document</methodname>
<methodparam><type>resource</type><parameter>xmlwriter</parameter></methodparam>
<methodparam><type>XMLWriter</type><parameter>writer</parameter></methodparam>
</methodsynopsis>
<para>
Finaliza el actual documento.
Expand All @@ -40,6 +39,23 @@
</para>
</refsect1>

<refsect1 role="changelog">
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
&xmlwriter.changelog.writer-param;
</tbody>
</tgroup>
</informaltable>
</refsect1>

<refsect1 role="seealso">
&reftitle.seealso;
<para>
Expand All @@ -50,7 +66,6 @@
</refsect1>

</refentry>

<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
Expand Down
Loading

0 comments on commit f6b45ae

Please sign in to comment.