didou           Fri Jun 17 19:35:38 2005 EDT

  Modified files:              
    /phpdoc/en/reference/domxml/functions       domxml-new-doc.xml 
                                                domxml-open-file.xml 
                                                domxml-open-mem.xml 
                                                domxml-version.xml 
                                                domxml-xmltree.xml 
                                                domxml-xslt-stylesheet-doc.xml 
                                                domxml-xslt-stylesheet-file.xml 
                                                domxml-xslt-stylesheet.xml 
  Log:
  ws
  
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-new-doc.xml?r1=1.7&r2=1.8&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-new-doc.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.7 
phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.8
--- phpdoc/en/reference/domxml/functions/domxml-new-doc.xml:1.7 Sun Jun 12 
00:17:52 2005
+++ phpdoc/en/reference/domxml/functions/domxml-new-doc.xml     Fri Jun 17 
19:35:37 2005
@@ -1,24 +1,23 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
-<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
-  <refentry id="function.domxml-new-doc">
-   <refnamediv>
-    <refname>domxml_new_doc</refname>
-    <refpurpose>
-     Creates new empty XML document
-    </refpurpose>
-   </refnamediv>
-   <refsect1>
-    &reftitle.description;
-     <methodsynopsis>
-      <type>domdocument</type><methodname>domxml_new_doc</methodname>
-      
<methodparam><type>string</type><parameter>version</parameter></methodparam>
-     </methodsynopsis>
-    <para>
-     Creates a new dom document from scratch and returns it.
-    </para>
-   </refsect1>
-  </refentry>
+<!-- $Revision: 1.8 $ -->
+<refentry id="function.domxml-new-doc">
+ <refnamediv>
+  <refname>domxml_new_doc</refname>
+  <refpurpose>
+   Creates new empty XML document
+  </refpurpose>
+ </refnamediv>
+ <refsect1>
+  &reftitle.description;
+  <methodsynopsis>
+   <type>domdocument</type><methodname>domxml_new_doc</methodname>
+   <methodparam><type>string</type><parameter>version</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   Creates a new dom document from scratch and returns it.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-open-file.xml?r1=1.10&r2=1.11&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-open-file.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.10 
phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.11
--- phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.10      Tue Nov 
23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/domxml-open-file.xml   Fri Jun 17 
19:35:37 2005
@@ -1,47 +1,46 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.10 $ -->
-<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
-  <refentry id="function.domxml-open-file">
-   <refnamediv>
-    <refname>domxml_open_file</refname>
-    <refpurpose>Creates a DOM object from XML file</refpurpose>
-   </refnamediv>
-   <refsect1>
-    &reftitle.description;
-    <methodsynopsis>
-     <type>domdocument</type><methodname>domxml_open_file</methodname>
-     
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
-     <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
-     <methodparam choice="opt"><type>array</type><parameter 
role="reference">error</parameter></methodparam>
-    </methodsynopsis>
-    <para>
-     The function parses the XML document in the file named
-     <parameter>filename</parameter> and returns an object of class
-     "Dom document", having the properties as listed above.
-     The file is accessed read-only.
-    </para>
-    <para>
-     Optional parameter <parameter>mode</parameter> can be used to change the
-     behavior of this function. It was added in PHP 4.3.0. You can use one of
-     the following constants for it:
-     <constant>DOMXML_LOAD_PARSING</constant> (default),
-     <constant>DOMXML_LOAD_VALIDATING</constant> or
-     <constant>DOMXML_LOAD_RECOVERING</constant>.
-     You can add to it also <constant>DOMXML_LOAD_DONT_KEEP_BLANKS</constant>,
-     <constant>DOMXML_LOAD_SUBSTITUTE_ENTITIES</constant> and
-     <constant>DOMXML_LOAD_COMPLETE_ATTRS</constant> by
-     <link linkend="language.operators.bitwise">bitwise or</link>.
-    </para>
-    <para>
-     If the <parameter>error</parameter> parameter is used, it will contain the
-     error messages. <parameter>error</parameter> must be passed in by
-     <link linkend="language.references">reference</link>. The parameter was
-     added in PHP 4.3.0.
-    </para>
-    <para>
-     <example>
-      <title>Opening an XML document from a file</title>
-      <programlisting role="php">
+<!-- $Revision: 1.11 $ -->
+<refentry id="function.domxml-open-file">
+ <refnamediv>
+  <refname>domxml_open_file</refname>
+  <refpurpose>Creates a DOM object from XML file</refpurpose>
+ </refnamediv>
+ <refsect1>
+  &reftitle.description;
+  <methodsynopsis>
+   <type>domdocument</type><methodname>domxml_open_file</methodname>
+   
<methodparam><type>string</type><parameter>filename</parameter></methodparam>
+   <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter 
role="reference">error</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   The function parses the XML document in the file named
+   <parameter>filename</parameter> and returns an object of class
+   "Dom document", having the properties as listed above.
+   The file is accessed read-only.
+  </para>
+  <para>
+   Optional parameter <parameter>mode</parameter> can be used to change the
+   behavior of this function. It was added in PHP 4.3.0. You can use one of
+   the following constants for it:
+   <constant>DOMXML_LOAD_PARSING</constant> (default),
+   <constant>DOMXML_LOAD_VALIDATING</constant> or
+   <constant>DOMXML_LOAD_RECOVERING</constant>.
+   You can add to it also <constant>DOMXML_LOAD_DONT_KEEP_BLANKS</constant>,
+   <constant>DOMXML_LOAD_SUBSTITUTE_ENTITIES</constant> and
+   <constant>DOMXML_LOAD_COMPLETE_ATTRS</constant> by
+   <link linkend="language.operators.bitwise">bitwise or</link>.
+  </para>
+  <para>
+   If the <parameter>error</parameter> parameter is used, it will contain the
+   error messages. <parameter>error</parameter> must be passed in by
+   <link linkend="language.references">reference</link>. The parameter was
+   added in PHP 4.3.0.
+  </para>
+  <para>
+   <example>
+    <title>Opening an XML document from a file</title>
+    <programlisting role="php">
 <![CDATA[
 <?php
 
@@ -53,15 +52,15 @@
 $root = $dom->document_element();
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
-    <para>
-     See also <function>domxml_open_mem</function>, and
-     <function>domxml_new_doc</function>.
-    </para>
-   </refsect1>
-  </refentry>
+    </programlisting>
+   </example>
+  </para>
+  <para>
+   See also <function>domxml_open_mem</function>, and
+   <function>domxml_new_doc</function>.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-open-mem.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-open-mem.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-open-mem.xml:1.9 
phpdoc/en/reference/domxml/functions/domxml-open-mem.xml:1.10
--- phpdoc/en/reference/domxml/functions/domxml-open-mem.xml:1.9        Tue Nov 
23 04:22:12 2004
+++ phpdoc/en/reference/domxml/functions/domxml-open-mem.xml    Fri Jun 17 
19:35:37 2005
@@ -1,41 +1,40 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
-<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
-  <refentry id="function.domxml-open-mem">
-   <refnamediv>
-    <refname>domxml_open_mem</refname>
-    <refpurpose>Creates a DOM object of an XML document</refpurpose>
-   </refnamediv>
-   <refsect1>
-    &reftitle.description;
-    <methodsynopsis>
-     <type>domdocument</type><methodname>domxml_open_mem</methodname>
-     <methodparam><type>string</type><parameter>str</parameter></methodparam>
-     <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
-     <methodparam choice="opt"><type>array</type><parameter 
role="reference">error</parameter></methodparam>
-    </methodsynopsis>
-    <para>
-     The function parses the XML document in
-     <parameter>str</parameter> and returns an object of class "Dom
-     document", having the properties as listed above. This function,
-     <function>domxml_open_file</function> or 
<function>domxml_new_doc</function>
-     must be called before any other function calls.
-    </para>
-    <para>
-     Optional parameter <parameter>mode</parameter> can be used to change the
-     behavior of this function. It was added in PHP 4.3.0. See
-     <function>domxml_open_file</function> for possible values.
-    </para>
-    <para>
-     If the <parameter>error</parameter> parameter is used, it will contain the
-     error messages. <parameter>error</parameter> must be passed in by
-     <link linkend="language.references">reference</link>. The parameter was
-     added in PHP 4.3.0.
-    </para>
-    <para>
-     <example>
-      <title>Opening an XML document in a string</title>
-      <programlisting role="php">
+<!-- $Revision: 1.10 $ -->
+<refentry id="function.domxml-open-mem">
+ <refnamediv>
+  <refname>domxml_open_mem</refname>
+  <refpurpose>Creates a DOM object of an XML document</refpurpose>
+ </refnamediv>
+ <refsect1>
+  &reftitle.description;
+  <methodsynopsis>
+   <type>domdocument</type><methodname>domxml_open_mem</methodname>
+   <methodparam><type>string</type><parameter>str</parameter></methodparam>
+   <methodparam 
choice="opt"><type>int</type><parameter>mode</parameter></methodparam>
+   <methodparam choice="opt"><type>array</type><parameter 
role="reference">error</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   The function parses the XML document in
+   <parameter>str</parameter> and returns an object of class "Dom
+   document", having the properties as listed above. This function,
+   <function>domxml_open_file</function> or <function>domxml_new_doc</function>
+   must be called before any other function calls.
+  </para>
+  <para>
+   Optional parameter <parameter>mode</parameter> can be used to change the
+   behavior of this function. It was added in PHP 4.3.0. See
+   <function>domxml_open_file</function> for possible values.
+  </para>
+  <para>
+   If the <parameter>error</parameter> parameter is used, it will contain the
+   error messages. <parameter>error</parameter> must be passed in by
+   <link linkend="language.references">reference</link>. The parameter was
+   added in PHP 4.3.0.
+  </para>
+  <para>
+   <example>
+    <title>Opening an XML document in a string</title>
+    <programlisting role="php">
 <![CDATA[
 <?php
 include("example.inc");
@@ -48,15 +47,15 @@
 $root = $dom->document_element();
 ?>
 ]]>
-      </programlisting>
-     </example>
-    </para>
-    <para>
-     See also <function>domxml_open_file</function>, and
-     <function>domxml_new_doc</function>.
-    </para>
-   </refsect1>
-  </refentry>
+    </programlisting>
+   </example>
+  </para>
+  <para>
+   See also <function>domxml_open_file</function>, and
+   <function>domxml_new_doc</function>.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-version.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-version.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-version.xml:1.4 
phpdoc/en/reference/domxml/functions/domxml-version.xml:1.5
--- phpdoc/en/reference/domxml/functions/domxml-version.xml:1.4 Mon Nov  1 
11:27:04 2004
+++ phpdoc/en/reference/domxml/functions/domxml-version.xml     Fri Jun 17 
19:35:37 2005
@@ -1,27 +1,26 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
-<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.39 -->
-  <refentry id='function.domxml-version'>
-   <refnamediv>
-    <refname>domxml_version</refname>
-    <refpurpose>
-     Gets the XML library version
-    </refpurpose>
-   </refnamediv>
-   <refsect1>
-    &reftitle.description;
-    <methodsynopsis>
-     <type>string</type><methodname>domxml_version</methodname>
-     <void/>
-    </methodsynopsis>
-    <para>
-     This function returns the version of the version of the XML library 
-     currently used.
-    </para>
-    <para>
-     <example>
-      <title><function>domxml_version</function> Example</title>
-      <programlisting role="php">
+<!-- $Revision: 1.5 $ -->
+<refentry id='function.domxml-version'>
+ <refnamediv>
+  <refname>domxml_version</refname>
+  <refpurpose>
+   Gets the XML library version
+  </refpurpose>
+ </refnamediv>
+ <refsect1>
+  &reftitle.description;
+  <methodsynopsis>
+   <type>string</type><methodname>domxml_version</methodname>
+   <void/>
+  </methodsynopsis>
+  <para>
+   This function returns the version of the version of the XML library 
+   currently used.
+  </para>
+  <para>
+   <example>
+    <title><function>domxml_version</function> Example</title>
+    <programlisting role="php">
 <![CDATA[
 <?php
 
@@ -29,17 +28,17 @@
 
 ?>
 ]]>
-      </programlisting>
-      &example.outputs.similar;
-      <screen>
+    </programlisting>
+    &example.outputs.similar;
+    <screen>
 <![CDATA[
 20607
 ]]>
-      </screen>
-     </example>
-    </para>
-   </refsect1>
-  </refentry>
+    </screen>
+   </example>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xmltree.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xmltree.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xmltree.xml:1.5 
phpdoc/en/reference/domxml/functions/domxml-xmltree.xml:1.6
--- phpdoc/en/reference/domxml/functions/domxml-xmltree.xml:1.5 Sun Jun 12 
00:17:52 2005
+++ phpdoc/en/reference/domxml/functions/domxml-xmltree.xml     Fri Jun 17 
19:35:37 2005
@@ -1,31 +1,30 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
-<!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
-  <refentry id="function.domxml-xmltree">
-   <refnamediv>
-    <refname>domxml_xmltree</refname>
-    <refpurpose>
-     Creates a tree of PHP objects from an XML document
-    </refpurpose>
-   </refnamediv>
-   <refsect1>
-    &reftitle.description;
-    <methodsynopsis>
-     <type>domdocument</type><methodname>domxml_xmltree</methodname>
-     <methodparam><type>string</type><parameter>str</parameter></methodparam>
-    </methodsynopsis>
-    <para>
-     The function parses the XML document in
-     <parameter>str</parameter> and returns a tree PHP objects as the
-     parsed document. This function is isolated from the other functions,
-     which means you cannot access the tree with any of the other functions.
-     Modifying it, for example by adding nodes, makes no sense since there
-     is currently no way to dump it as an XML file.
-     However this function may be valuable if you want to read a file and
-     investigate the content.
-    </para>
-   </refsect1>
-  </refentry>
+<!-- $Revision: 1.6 $ -->
+<refentry id="function.domxml-xmltree">
+ <refnamediv>
+  <refname>domxml_xmltree</refname>
+  <refpurpose>
+   Creates a tree of PHP objects from an XML document
+  </refpurpose>
+ </refnamediv>
+ <refsect1>
+  &reftitle.description;
+  <methodsynopsis>
+   <type>domdocument</type><methodname>domxml_xmltree</methodname>
+   <methodparam><type>string</type><parameter>str</parameter></methodparam>
+  </methodsynopsis>
+  <para>
+   The function parses the XML document in <parameter>str</parameter> and
+   returns a tree PHP objects as the parsed document. This function is 
+   isolated from the other functions, which means you cannot access the tree
+   with any of the other functions.
+   Modifying it, for example by adding nodes, makes no sense since there
+   is currently no way to dump it as an XML file.
+   However this function may be valuable if you want to read a file and
+   investigate the content.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml?r1=1.8&r2=1.9&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.8 
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.9
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml:1.8     
Sun Jun 12 00:17:52 2005
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-doc.xml Fri Jun 
17 19:35:37 2005
@@ -1,29 +1,28 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
-  <refentry id="function.domxml-xslt-stylesheet-doc">
-   <refnamediv>
-    <refname>domxml_xslt_stylesheet_doc</refname>
-    <refpurpose>
-     Creates a DomXsltStylesheet Object from a DomDocument Object
-    </refpurpose>
-   </refnamediv>
-   <refsect1>
-    &reftitle.description;
-     <methodsynopsis>
-      
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_doc</methodname>
-      
<methodparam><type>domdocument</type><parameter>DocDocumentObject</parameter></methodparam>
-     </methodsynopsis>
-    &warn.undocumented.func;
-    
-    <para>
-    </para>
-    <para>
-     See also <function>domxsltstylesheet->process</function>, 
-     <function>domxml_xslt_stylesheet</function>, and
-     <function>domxml_xslt_stylesheet_file</function>.
-    </para>
-   </refsect1>
-  </refentry>
+<!-- $Revision: 1.9 $ -->
+<refentry id="function.domxml-xslt-stylesheet-doc">
+ <refnamediv>
+  <refname>domxml_xslt_stylesheet_doc</refname>
+  <refpurpose>
+   Creates a DomXsltStylesheet Object from a DomDocument Object
+  </refpurpose>
+ </refnamediv>
+ <refsect1>
+  &reftitle.description;
+  <methodsynopsis>
+   
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_doc</methodname>
+   
<methodparam><type>domdocument</type><parameter>DocDocumentObject</parameter></methodparam>
+  </methodsynopsis>
+
+  &warn.undocumented.func;
+
+  <para>
+   See also <function>domxsltstylesheet->process</function>, 
+   <function>domxml_xslt_stylesheet</function>, and
+   <function>domxml_xslt_stylesheet_file</function>.
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml
diff -u 
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.9 
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.10
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.9    
Sun Jun 12 00:17:52 2005
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml        
Fri Jun 17 19:35:37 2005
@@ -1,29 +1,28 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
-  <refentry id="function.domxml-xslt-stylesheet-file">
-   <refnamediv>
-    <refname>domxml_xslt_stylesheet_file</refname>
-    <refpurpose>
-     Creates a DomXsltStylesheet Object from an XSL document in a file
-    </refpurpose>
-   </refnamediv>
-   <refsect1>
-    &reftitle.description;
-     <methodsynopsis>
-      
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_file</methodname>
-      
<methodparam><type>string</type><parameter>xsl_file</parameter></methodparam>
-     </methodsynopsis>
-    &warn.undocumented.func;
-    
-    <para>
-    </para>
-    <para>
-     See also <function>domxsltstylesheet->process</function>,
-     <function>domxml_xslt_stylesheet</function>, and
-     <function>domxml_xslt_stylesheet_doc</function>
-    </para>
-   </refsect1>
-  </refentry>
+<!-- $Revision: 1.10 $ -->
+<refentry id="function.domxml-xslt-stylesheet-file">
+ <refnamediv>
+  <refname>domxml_xslt_stylesheet_file</refname>
+  <refpurpose>
+   Creates a DomXsltStylesheet Object from an XSL document in a file
+  </refpurpose>
+ </refnamediv>
+ <refsect1>
+  &reftitle.description;
+  <methodsynopsis>
+   
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet_file</methodname>
+   
<methodparam><type>string</type><parameter>xsl_file</parameter></methodparam>
+  </methodsynopsis>
+
+  &warn.undocumented.func;
+
+  <para>
+   See also <function>domxsltstylesheet->process</function>,
+   <function>domxml_xslt_stylesheet</function>, and
+   <function>domxml_xslt_stylesheet_doc</function>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:
http://cvs.php.net/diff.php/phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml?r1=1.9&r2=1.10&ty=u
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.9 
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.10
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.9 Sun Jun 
12 00:17:52 2005
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml     Fri Jun 
17 19:35:37 2005
@@ -1,29 +1,28 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.9 $ -->
-  <refentry id="function.domxml-xslt-stylesheet">
-   <refnamediv>
-    <refname>domxml_xslt_stylesheet</refname>
-    <refpurpose>
-     Creates a DomXsltStylesheet Object from an XML document in a string
-    </refpurpose>
-   </refnamediv>
-   <refsect1>
-    &reftitle.description;
-     <methodsynopsis>
-      
<type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet</methodname>
-      
<methodparam><type>string</type><parameter>xsl_document</parameter></methodparam>
-     </methodsynopsis>
-    &warn.undocumented.func;
-    
-    <para>
-    </para>
-    <para>
-     See also <function>domxsltstylesheet->process</function>,
-     <function>domxml_xslt_stylesheet_file</function>, and
-     <function>domxml_xslt_stylesheet_doc</function>
-    </para>
-   </refsect1>
-  </refentry>
+<!-- $Revision: 1.10 $ -->
+<refentry id="function.domxml-xslt-stylesheet">
+ <refnamediv>
+  <refname>domxml_xslt_stylesheet</refname>
+  <refpurpose>
+   Creates a DomXsltStylesheet Object from an XML document in a string
+  </refpurpose>
+ </refnamediv>
+ <refsect1>
+  &reftitle.description;
+  <methodsynopsis>
+   <type>XsltStylesheet</type><methodname>domxml_xslt_stylesheet</methodname>
+   
<methodparam><type>string</type><parameter>xsl_document</parameter></methodparam>
+  </methodsynopsis>
+
+  &warn.undocumented.func;
+
+  <para>
+   See also <function>domxsltstylesheet->process</function>,
+   <function>domxml_xslt_stylesheet_file</function>, and
+   <function>domxml_xslt_stylesheet_doc</function>
+  </para>
+ </refsect1>
+</refentry>
 
 <!-- Keep this comment at the end of the file
 Local variables:

Reply via email to