hholzgra                Thu Jan 17 11:14:31 2002 EDT

  Modified files:              
    /phpdoc/de/functions        xslt.xml 
  Log:
  corrected tag structure for some prototypes
  
  
Index: phpdoc/de/functions/xslt.xml
diff -u phpdoc/de/functions/xslt.xml:1.10 phpdoc/de/functions/xslt.xml:1.11
--- phpdoc/de/functions/xslt.xml:1.10   Thu Jan  3 08:28:42 2002
+++ phpdoc/de/functions/xslt.xml        Thu Jan 17 11:14:31 2002
@@ -35,14 +35,10 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>bool 
<function>xslt_closelog</function>
-                                       </funcdef>
-                                       <paramdef>resource <parameter>xh</parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>bool</type><methodname>xslt_closelog</methodname>
+                                       
+<methodparam><type>resource</type><parameter>xh</parameter></methodparam>
+                               </methodsynopsis>
                        <para>
                                <variablelist>
                                        <varlistentry>
@@ -66,13 +62,10 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>resource 
<function>xslt_create</function>
-                                       </funcdef>
+                               <methodsynopsis>
+                                       
+<type>resource</type><methodname>xslt_create</methodname>
                                        <void/>
-                               </funcprototype>
-                       </funcsynopsis>
+                               </methodsynopsis>
                        <para>
 Die Funktion gibt einen handle eines neuen XSL Prozessors zur�ck. Dieser handle wird 
f�r alle folgenden Aufrufe von XSL Funktionen zu verwenden sein.
     </para>
@@ -85,17 +78,12 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>int <function>xslt_errno</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>
-                                                       <optional>int xh</optional>
-                                               </parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>int</type><methodname>xslt_errno</methodname>
+                                       <methodparam 
+choice="opt"><type>int</type><parameter>
+                                                       xh
+                                               </parameter></methodparam>
+                               </methodsynopsis>
                        <para>
 Gibt die aktuelle Fehlernummer zu einem gegebenen XSL Prozessor zur�ck. Ist kein 
handle gegeben, so wird die Fehlernummer des zuletzt irgendwo aufgetretenen Fehlers 
zur�ckgegeben.
     </para>
@@ -108,17 +96,12 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>mixed <function>xslt_error</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>
-                                                       <optional>int xh</optional>
-                                               </parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>mixed</type><methodname>xslt_error</methodname>
+                                       <methodparam 
+choice="opt"><type>int</type><parameter>
+                                                       xh
+                                               </parameter></methodparam>
+                               </methodsynopsis>
                        <para>
 Gibt den aktuellen Fehlerstring zu einem gegebenen XSL Prozessor zur�ck. Ist kein 
handle gegeben, so wird die Fehlerstring des zuletzt irgendwo aufgetretenen Fehlers 
zur�ckgegeben.
     </para>
@@ -131,18 +114,13 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>string 
<function>xslt_fetch_result</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>int xh</parameter>
-                                               <parameter>
-                                                       <optional>string 
result_name</optional>
-                                               </parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>string</type><methodname>xslt_fetch_result</methodname>
+                                       
+<methodparam><type>int</type><parameter>xh</parameter></methodparam>
+                                 <methodparam 
+choice="opt"><type>string</type><parameter>
+                                                       result_name
+                                               </parameter></methodparam>
+                               </methodsynopsis>
                        <para>
 Ruft einen (benannte) Resultatspeicher des XSLT Prozessors ab, welcher durch den 
handle identifiziert worden ist. Ist der Speicher nicht ausdr�cklich benannt worden, 
so wird der abgerufene Specherinhalt mit &quot;/_result&quot; benannt.
     </para>
@@ -155,15 +133,10 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>void <function>xslt_free</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>resource xh</parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>void</type><methodname>xslt_free</methodname>
+                                       
+<methodparam><type>resource</type><parameter>xh</parameter></methodparam>
+                               </methodsynopsis>
                        <para>
      Der mit handle bezeichnete XSLT Prozessor wird freigegeben.
     </para>
@@ -176,19 +149,14 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>bool <function>xslt_openlog</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>resource xh</parameter>
-                                               <parameter>string logfile</parameter>
-                                               <parameter>
-                                                       <optional>int 
loglevel</optional>
-                                               </parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>bool</type><methodname>xslt_openlog</methodname>
+                                       
+<methodparam><type>resource</type><parameter>xh</parameter></methodparam>
+                                       
+<methodparam><type>string</type><parameter>logfile</parameter></methodparam>
+                                       <methodparam 
+choice="opt"><type>int</type><parameter>
+            loglevel
+                                               </parameter></methodparam>
+                               </methodsynopsis>
                        <para>
      Benennen einer Log-Datei, in welcher die Fehlermeldungen des XSLT Prozessors 
abgelegt werden sollen.
     </para>
@@ -201,15 +169,10 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>unknown 
<function>xslt_output_begintransform</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>unknown</parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>unknown</type><methodname>xslt_output_begintransform</methodname>
+                                       
+<methodparam><type></type><parameter>unknown</parameter></methodparam>
+                               </methodsynopsis>
                        <para>
      Zu dieser Funktion sind keine Prototyp Definitionen vorhanden.
     </para>
@@ -222,15 +185,10 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>unknown 
<function>xslt_output_endtransform</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>unknown</parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>unknown</type><methodname>xslt_output_endtransform</methodname>
+                                       
+<methodparam><type></type><parameter>unknown</parameter></methodparam>
+                               </methodsynopsis>
                        <para>
      Zu dieser Funktion sind keine Prototyp Definitionen vorhanden.
     </para>
@@ -243,15 +201,10 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>unknown 
<function>xslt_process</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>unknown</parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>unknown</type><methodname>xslt_process</methodname>
+                                       
+<methodparam><type></type><parameter>unknown</parameter></methodparam>
+                               </methodsynopsis>
                        <para>
      Zu dieser Funktion sind keine Prototyp Definitionen vorhanden.
     </para>
@@ -264,26 +217,21 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>bool <function>xslt_run</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>resource xh</parameter>
-                                               <parameter>string xslt_file</parameter>
-                                               <parameter>string 
xml_data_file</parameter>
-                                               <parameter>
-                                                       <optional>string 
result</optional>
-                                               </parameter>
-                                               <parameter>
-                                                       <optional>array 
xslt_params</optional>
-                                               </parameter>
-                                               <parameter>
-                                                       <optional>array 
xslt_args</optional>
-                                               </parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>bool</type><methodname>xslt_run</methodname>
+           <methodparam><parameter>resource xh</parameter></methodparam>
+           <methodparam><parameter>string xslt_file</parameter></methodparam>
+                                        <methodparam><parameter>string 
+xml_data_file</parameter></methodparam>
+                                               <methodparam choice="opt"><parameter>
+                                                       string result
+                                               </parameter></methodparam>
+                                               <methodparam choice="opt"><parameter>
+                                                       array xslt_params
+                                               </parameter></methodparam>
+                                               <methodparam choice="opt"><parameter>
+                                                       array xslt_args
+                                               </parameter></methodparam>
+                               </methodsynopsis>
                        <para>
 Auf eine XML Datei (xml_data_file) ein XSL Stylesheet aus einer Datei (xslt_file 
stylesheet)   anwenden. Das Stylesheet hat Zugang zu xslt_params und der Prozessor 
wird mit xslt_args gestartet.      Das Resultat der XSLT Transformation wird in einem 
benannten Speicher abgelegt (default is &quot;/_result&quot;).
     </para>
@@ -296,18 +244,11 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>bool 
<function>xslt_set_sax_handler</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>resource xh</parameter>
-                                       </paramdef>
-                                       <paramdef>
-                                               <parameter>array handlers</parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>bool</type><methodname>xslt_set_sax_handler</methodname>
+                                       
+<methodparam><type>resource</type><parameter>xh</parameter></methodparam>
+                                       
+<methodparam><type>array</type><parameter>handlers</parameter></methodparam>
+                               </methodsynopsis>
                        <para>
      Setzen des SAX handlers f�r einen XSLT Prozessor, welcher durch den handle xh 
gegeben ist.
     </para>
@@ -320,15 +261,10 @@
                </refnamediv>
                <refsect1>
                        <title>Beschreibung</title>
-                       <funcsynopsis>
-                               <funcprototype>
-                                       <funcdef>unknown 
<function>xslt_transform</function>
-                                       </funcdef>
-                                       <paramdef>
-                                               <parameter>unknown</parameter>
-                                       </paramdef>
-                               </funcprototype>
-                       </funcsynopsis>
+                               <methodsynopsis>
+                                       
+<type>unknown</type><methodname>xslt_transform</methodname>
+                                       
+<methodparam><type></type><parameter>unknown</parameter></methodparam>
+                               </methodsynopsis>
                        <para>
      Zu dieser Funktion sind keine Prototyp Definitionen vorhanden.
     </para>
@@ -352,3 +288,4 @@
 sgml-local-ecat-files:nil
 End:
 -->
+


Reply via email to