From 2edfb120dc3006ea5818875be684b363e362fff1 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Fri, 21 Dec 2007 19:55:11 +0000 Subject: [PATCH] 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 .intro to intro. - Changed the constants section to be an - TODO: OO structure change git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@248672 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/soap/book.xml | 47 +++++++++++++++++++++++++++ reference/soap/constants.xml | 6 ++-- reference/soap/reference.xml | 38 ++-------------------- reference/soap/setup.xml | 61 ++++++++++++++++++++++++++++++++++++ 4 files changed, 114 insertions(+), 38 deletions(-) create mode 100644 reference/soap/book.xml create mode 100644 reference/soap/setup.xml diff --git a/reference/soap/book.xml b/reference/soap/book.xml new file mode 100644 index 0000000000..72d247cf62 --- /dev/null +++ b/reference/soap/book.xml @@ -0,0 +1,47 @@ + + + + + + + SOAP + + + + &reftitle.intro; + + The SOAP extension can be used to write SOAP Servers and Clients. It supports + subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications. + + + + + &reference.soap.setup; + &reference.soap.constants; + &reference.soap.reference; + + + + + diff --git a/reference/soap/constants.xml b/reference/soap/constants.xml index d42b9942f4..fc6baf763b 100644 --- a/reference/soap/constants.xml +++ b/reference/soap/constants.xml @@ -1,7 +1,7 @@ - + -
+ &reftitle.constants; &extension.constants; @@ -754,7 +754,7 @@ -
+
- - - + - SOAP Functions + SOAP &Functions; SOAP -
- &reftitle.intro; - - The SOAP extension can be used to write SOAP Servers and Clients. It supports - subsets of SOAP 1.1, SOAP 1.2 and WSDL 1.1 specifications. - -
- -
- &reftitle.required; - - This extension makes use of the GNOME xml - library. Download and install this library. You will need at - least libxml-2.5.4. - -
- -
- &reftitle.install; - - This extension is only available if PHP was configured with - . - -
- - &reference.soap.ini; +
&reftitle.classes; @@ -196,8 +166,6 @@
- - &reference.soap.constants;
&reference.soap.entities.functions; diff --git a/reference/soap/setup.xml b/reference/soap/setup.xml new file mode 100644 index 0000000000..97d4d2e451 --- /dev/null +++ b/reference/soap/setup.xml @@ -0,0 +1,61 @@ + + + + + &reftitle.setup; + + +
+ &reftitle.required; + + This extension makes use of the GNOME xml + library. Download and install this library. You will need at + least libxml-2.5.4. + +
+ + + +
+ &reftitle.install; + + This extension is only available if PHP was configured with + . + +
+ + + + &reference.soap.ini; + + + +
+ &reftitle.resources; + &no.resource; +
+ + +
+ + +