dave            Sat Dec 20 22:17:54 2003 EDT

  Modified files:              
    /phpdoc/en/reference/domxml/functions       DomNode-append-child.xml 
                                                DomNode-append-sibling.xml 
                                                domxml-open-file.xml 
                                                domxml-open-mem.xml 
                                                domxml-xslt-stylesheet-file.xml 
                                                domxml-xslt-stylesheet.xml 
    /phpdoc/en/reference/qtdom/functions        qdom-tree.xml 
    /phpdoc/en/reference/xml/functions  xml-parse-into-struct.xml 
    /phpdoc/en/reference/xslt/functions xslt-create.xml 
                                        xslt-process.xml 
  Log:
  - xml -> XML, xsl -> XSL, and xslt -> XSLT where appropriate.
  
  
Index: phpdoc/en/reference/domxml/functions/DomNode-append-child.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-append-child.xml:1.7 
phpdoc/en/reference/domxml/functions/DomNode-append-child.xml:1.8
--- phpdoc/en/reference/domxml/functions/DomNode-append-child.xml:1.7   Mon Dec 15 
13:42:07 2003
+++ phpdoc/en/reference/domxml/functions/DomNode-append-child.xml       Sat Dec 20 
22:17:52 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.40 -->
   <refentry id='function.DomNode-append-child'>
    <refnamediv>
@@ -26,7 +26,7 @@
      child is a completely new copy which can be modified without changing the
      node which was passed to this function. If the node passed has children
      itself, they will be duplicated as well, which makes it quite easy to
-     duplicate large parts of a xml document. The return value is the
+     duplicate large parts of an XML document. The return value is the
      appended child. If you plan to do further modifications on the appended
      child you must use the returned node.
     </para>
@@ -39,7 +39,7 @@
      (PHP &gt;= 4.3.2)  The new child <parameter>newnode</parameter> is first 
      unlinked from its existing context, if it's already in the tree. Therefore
      the node is moved and not copied. This is the behaviour  according to the
-     W3C specifications. If you want to duplicate large parts of a xml document,
+     W3C specifications. If you want to duplicate large parts of an XML document,
      use DomNode->clone_node() before appending.
     </para>
     <para>
Index: phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml
diff -u phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml:1.3 
phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml:1.4
--- phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml:1.3 Sat Jan 18 
18:03:18 2003
+++ phpdoc/en/reference/domxml/functions/DomNode-append-sibling.xml     Sat Dec 20 
22:17:52 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id='function.DomNode-append-sibling'>
    <refnamediv>
     <refname>DomNode->append_sibling</refname>
@@ -25,7 +25,7 @@
      child is a completely new copy which can be modified without changing the
      node which was passed to this function. If the node passed has children
      itself, they will be duplicated as well, which makes it quite easy to
-     duplicate large parts of a xml document. The return value is the
+     duplicate large parts of an XML document. The return value is the
      added sibling. If you plan to do further modifications on the added
      sibling you must use the returned node.
     </para>
Index: phpdoc/en/reference/domxml/functions/domxml-open-file.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.3 
phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.4
--- phpdoc/en/reference/domxml/functions/domxml-open-file.xml:1.3       Mon Dec 15 
11:48:51 2003
+++ phpdoc/en/reference/domxml/functions/domxml-open-file.xml   Sat Dec 20 22:17:52 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
   <refentry id="function.domxml-open-file">
    <refnamediv>
@@ -20,7 +20,7 @@
     </para>
     <para>
      <example>
-      <title>Opening a xml document from a file</title>
+      <title>Opening an XML document from a file</title>
       <programlisting role="php">
 <![CDATA[
 <?php
Index: phpdoc/en/reference/domxml/functions/domxml-open-mem.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-open-mem.xml:1.3 
phpdoc/en/reference/domxml/functions/domxml-open-mem.xml:1.4
--- phpdoc/en/reference/domxml/functions/domxml-open-mem.xml:1.3        Mon Dec 15 
11:48:51 2003
+++ phpdoc/en/reference/domxml/functions/domxml-open-mem.xml    Sat Dec 20 22:17:52 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- splitted from ./en/functions/domxml.xml, last change in rev 1.1 -->
   <refentry id="function.domxml-open-mem">
    <refnamediv>
@@ -21,7 +21,7 @@
     </para>
     <para>
      <example>
-      <title>Opening a xml document in a string</title>
+      <title>Opening an XML document in a string</title>
       <programlisting role="php">
 <![CDATA[
 <?php
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.3 
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.4
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml:1.3    Sat 
Jan 18 18:03:19 2003
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet-file.xml        Sat 
Dec 20 22:17:52 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.domxml-xslt-stylesheet-file">
    <refnamediv>
     <refname>domxml_xslt_stylesheet_file</refname>
     <refpurpose>
-        Creates a DomXsltStylesheet Object from a xsl document in a file.
+        Creates a DomXsltStylesheet Object from an XSL document in a file.
     </refpurpose>
    </refnamediv>
    <refsect1>
Index: phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml
diff -u phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.3 
phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.4
--- phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml:1.3 Sat Jan 18 
18:03:19 2003
+++ phpdoc/en/reference/domxml/functions/domxml-xslt-stylesheet.xml     Sat Dec 20 
22:17:52 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
   <refentry id="function.domxml-xslt-stylesheet">
    <refnamediv>
     <refname>domxml_xslt_stylesheet</refname>
     <refpurpose>
-        Creates a DomXsltStylesheet Object from a xml document in a string.
+        Creates a DomXsltStylesheet Object from an XML document in a string.
     </refpurpose>
    </refnamediv>
    <refsect1>
Index: phpdoc/en/reference/qtdom/functions/qdom-tree.xml
diff -u phpdoc/en/reference/qtdom/functions/qdom-tree.xml:1.2 
phpdoc/en/reference/qtdom/functions/qdom-tree.xml:1.3
--- phpdoc/en/reference/qtdom/functions/qdom-tree.xml:1.2       Wed Apr 17 02:43:41 
2002
+++ phpdoc/en/reference/qtdom/functions/qdom-tree.xml   Sat Dec 20 22:17:53 2003
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
 <!-- splitted from ./en/functions/qtdom.xml, last change in rev 1.1 -->
   <refentry id="function.qdom-tree">
    <refnamediv>
     <refname>qdom_tree</refname>
-    <refpurpose>creates a tree of an xml string</refpurpose>
+    <refpurpose>Creates a tree of an XML string</refpurpose>
    </refnamediv>
    <refsect1>
     <title>Description</title>
Index: phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml
diff -u phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml:1.7 
phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml:1.8
--- phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml:1.7     Mon Dec 15 
11:54:28 2003
+++ phpdoc/en/reference/xml/functions/xml-parse-into-struct.xml Sat Dec 20 22:17:53 
2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
 <!-- splitted from ./en/functions/xml.xml, last change in rev 1.11 -->
   <refentry id="function.xml-parse-into-struct">
    <refnamediv>
@@ -151,7 +151,7 @@
 }
 
 function readDatabase($filename) {
-    // read the xml database of aminoacids
+    // read the XML database of aminoacids
     $data = implode("", file($filename));
     $parser = xml_parser_create();
     xml_parser_set_option($parser, XML_OPTION_CASE_FOLDING, 0);
Index: phpdoc/en/reference/xslt/functions/xslt-create.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-create.xml:1.6 
phpdoc/en/reference/xslt/functions/xslt-create.xml:1.7
--- phpdoc/en/reference/xslt/functions/xslt-create.xml:1.6      Sat Aug 23 06:43:44 
2003
+++ phpdoc/en/reference/xslt/functions/xslt-create.xml  Sat Dec 20 22:17:54 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
   <refentry id="function.xslt-create">
    <refnamediv>
@@ -23,8 +23,8 @@
 <![CDATA[
 <?php
 function xml2html($xmldata, $xsl) { 
-    /* $xmldata -> your xml */
-    /* $xsl -> xslt file */     
+    /* $xmldata -> your XML */
+    /* $xsl -> XSLT file */     
 
     $path = 'include';
     $arguments = array('/_xml' => $xmldata);
Index: phpdoc/en/reference/xslt/functions/xslt-process.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-process.xml:1.8 
phpdoc/en/reference/xslt/functions/xslt-process.xml:1.9
--- phpdoc/en/reference/xslt/functions/xslt-process.xml:1.8     Fri Dec 19 10:50:05 
2003
+++ phpdoc/en/reference/xslt/functions/xslt-process.xml Sat Dec 20 22:17:54 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
 <!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
   <refentry id="function.xslt-process">
    <refnamediv>
@@ -32,7 +32,7 @@
      <warning>
       <simpara>
        This function has changed it's arguments, sinceversion 4.0.6. Do NOT
-       provide the actual xml or xsl content as 2nd and 3rd argument, as this
+       provide the actual XML or XSL content as 2nd and 3rd argument, as this
        will create a segmentation fault, in Sablotron versions up to and
        including 0.95.
       </simpara>

Reply via email to