MFB: Upgrade to the new-reference-structure

- Split reference.xml into book.xml and setup.xml
- Moved from reference.xml to book.xml:
  - The intro text (partintro), and link to constants
- Moved from reference.xml to setup.xml:
  - The rest: configuration, and added requirements, installation, and resources
- Changed the intro ID from <extname>.intro to intro.<extname>
- Changed the constants section to be an <appendix>
- TODO: OO structure change


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248672 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2007-12-21 19:55:11 +00:00
parent 1b0b23ab2e
commit 2edfb120dc
4 changed files with 114 additions and 38 deletions

47
reference/soap/book.xml Normal file
View file

@ -0,0 +1,47 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<!-- Purpose: webservice -->
<!-- Membership: bundled, external -->
<book xml:id="book.soap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>SOAP</title>
<!-- {{{ preface -->
<preface xml:id="intro.soap">
&reftitle.intro;
<para>
The SOAP extension can be used to write SOAP Servers and Clients. It supports
subsets of <link xlink:href="&spec.soap1.1;">SOAP 1.1</link>, <link
xlink:href="&spec.soap1.2;">SOAP 1.2</link> and <link
xlink:href="&spec.wsdl;">WSDL 1.1</link> specifications.
</para>
</preface>
<!-- }}} -->
&reference.soap.setup;
&reference.soap.constants;
&reference.soap.reference;
</book>
<!-- 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
-->

View file

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.5 $ -->
<!-- $Revision: 1.6 $ -->
<!-- Generated by xml_proto.php v2.0. Found in /scripts directory of phpdoc. -->
<section xml:id="soap.constants" xmlns="http://docbook.org/ns/docbook">
<appendix xml:id="soap.constants" xmlns="http://docbook.org/ns/docbook">
&reftitle.constants;
&extension.constants;
<variablelist>
@ -754,7 +754,7 @@
</listitem>
</varlistentry>
</variablelist>
</section>
</appendix>
<!-- Keep this comment at the end of the file
Local variables:

View file

@ -1,43 +1,13 @@
<?xml version='1.0' encoding='iso-8859-1'?>
<!-- $Revision: 1.12 $ -->
<!-- Purpose: webservice -->
<!-- Membership: bundled, external -->
<!-- $Revision: 1.13 $ -->
<reference xml:id="ref.soap" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>SOAP Functions</title>
<title>SOAP &Functions;</title>
<titleabbrev>SOAP</titleabbrev>
<partintro>
<section xml:id="soap.intro">
&reftitle.intro;
<para>
The SOAP extension can be used to write SOAP Servers and Clients. It supports
subsets of <link xlink:href="&spec.soap1.1;">SOAP 1.1</link>, <link
xlink:href="&spec.soap1.2;">SOAP 1.2</link> and <link
xlink:href="&spec.wsdl;">WSDL 1.1</link> specifications.
</para>
</section>
<section xml:id="soap.requirements">
&reftitle.required;
<para>
This extension makes use of the <link xlink:href="&url.libxml;">GNOME xml
library</link>. Download and install this library. You will need at
least libxml-2.5.4.
</para>
</section>
<section xml:id="soap.installation">
&reftitle.install;
<para>
This extension is only available if PHP was configured with
<option role="configure">--enable-soap</option>.
</para>
</section>
&reference.soap.ini;
<!-- FIXME: Upgrade to the new-oo-markup -->
<section xml:id='soap.classes'>
&reftitle.classes;
@ -196,8 +166,6 @@
</section>
</section>
&reference.soap.constants;
</partintro>
&reference.soap.entities.functions;

61
reference/soap/setup.xml Normal file
View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision: 1.2 $ -->
<chapter xml:id="soap.setup" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
&reftitle.setup;
<!-- {{{ Requirements -->
<section xml:id="soap.requirements">
&reftitle.required;
<para>
This extension makes use of the <link xlink:href="&url.libxml;">GNOME xml
library</link>. Download and install this library. You will need at
least libxml-2.5.4.
</para>
</section>
<!-- }}} -->
<!-- {{{ Installation -->
<section xml:id="soap.installation">
&reftitle.install;
<para>
This extension is only available if PHP was configured with
<option role="configure">--enable-soap</option>.
</para>
</section>
<!-- }}} -->
<!-- {{{ Configuration -->
&reference.soap.ini;
<!-- }}} -->
<!-- {{{ Resources -->
<section xml:id="soap.resources">
&reftitle.resources;
&no.resource;
</section>
<!-- }}} -->
</chapter>
<!-- 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
-->