hholzgra                Sun Jan 20 12:08:25 2002 EDT

  Modified files:              
    /phpdoc/cs/functions        xslt.xml 
  Log:
  one /paramdef to much :(
  
  
Index: phpdoc/cs/functions/xslt.xml
diff -u phpdoc/cs/functions/xslt.xml:1.11 phpdoc/cs/functions/xslt.xml:1.12
--- phpdoc/cs/functions/xslt.xml:1.11   Sun Jan 20 12:05:37 2002
+++ phpdoc/cs/functions/xslt.xml        Sun Jan 20 12:08:24 2002
@@ -56,12 +56,10 @@
    </refnamediv>
    <refsect1>
     <title>Popis</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>
@@ -88,12 +86,10 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>resource <function>xslt_create</function></funcdef>
+     <methodsynopsis>
+      <type>resource</type><methodname>xslt_create</methodname>
       <void/>
-     </funcprototype>
-    </funcsynopsis>
+     </methodsynopsis>
     <para>
      Tato funkce vrac� handle nov�ho XSL procesoru. Tento handle je pot�eba ve
      v�ech n�sledn�ch vol�n�ch XSL funkc�.
@@ -108,14 +104,10 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>int <function>xslt_errno</function></funcdef>
-       <paramdef>
-        <parameter>int <optional>xh</optional></parameter>
-       </paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>int</type><methodname>xslt_errno</methodname>
+       <methodparam choice="opt"><type></type><parameter>int 
+xh</parameter></methodparam>
+     </methodsynopsis>
     <para>
      Vrac� ��slo sou�asn� chyby dan�ho XSL procesoru. Pokud nedostane handle,
      vrac� ��slo posledn� chyby bez ohledu na jej� v�skyt.
@@ -129,12 +121,10 @@
     <refpurpose>Vr�tit text posledn� chyby</refpurpose> 
    </refnamediv> <refsect1>
     <title>Popis</title> 
-    <funcsynopsis>
-     <funcprototype> 
-      <funcdef>mixed <function>xslt_error</function></funcdef> 
-      <paramdef>int <parameter><optional>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>
      Vrac� text sou�asn� chyby dan�ho XSL procesoru. Pokud nedostane handle, vrac�
      text posledn� chyby bez ohledu na jej� v�skyt. 
@@ -149,15 +139,11 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>string <function>xslt_fetch_result</function></funcdef>
-       <paramdef>int <parameter>xh</parameter></paramdef>
-       <paramdef>
-        <parameter>string <optional>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></type><parameter>string 
+result_name</parameter></methodparam>
+     </methodsynopsis>
     <para>
      Vrac� v�stupn� buffer XSLT procesoru identifikovan�ho p�edan�m handle.
      Pokud nedostane jm�no v�stupn�ho bufferu, vrac� buffer pojmenovan�
@@ -173,12 +159,10 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>void <function>xslt_free</function></funcdef>
-       <paramdef>resource <parameter>xh</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>void</type><methodname>xslt_free</methodname>
+       <methodparam><type>resource</type><parameter>xh</parameter></methodparam>
+     </methodsynopsis>
     <para>
      Uvoln� XSLT procesor identifikovan� p�edan�m handle.
     </para>
@@ -192,15 +176,12 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>bool <function>xslt_openlog</function></funcdef>
-       <paramdef>resource <parameter>xh</parameter></paramdef>
-       <paramdef>string <parameter>logfile</parameter></paramdef>
-       <paramdef>int <parameter><optional>loglevel</optional></parameter></paramdef>
-       </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>
      Ur�� log soubor, do kter�ho m� XSLT procesor umis�ovat v�echny chybov�
      zpr�vy.
@@ -215,14 +196,10 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>void
-       <function>xslt_output_begintransform</function>
-      </funcdef>
-       <paramdef>string <parameter>xslt_filename</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>void</type><methodname>xslt_output_begintransform</methodname>
+       
+<methodparam><type>string</type><parameter>xslt_filename</parameter></methodparam>
+     </methodsynopsis>
     <para>
      Tato funkce za�ne v�stupn� transformaci va�ich dat. Od okam�iku, kdy
      zavol�te <function>xslt_output_begintransform</function> a� do chv�le kdy
@@ -266,14 +243,10 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>void
-       <function>xslt_output_endtransform</function>
-      </funcdef>
+     <methodsynopsis>
+      <type>void</type><methodname>xslt_output_endtransform</methodname>
       <void/>
-     </funcprototype>
-    </funcsynopsis>
+     </methodsynopsis>
     <para>
      <function>xslt_output_endtransform</function> ukon�� v�stupn� transformaci
      za�atou funkc� <function>xslt_output_begintransform</function>. Pokud chcete
@@ -289,19 +262,15 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>mixed 
-       <function>xslt_process</function>
-      </funcdef>
-       <paramdef>resource <parameter>xh</parameter></paramdef>
-       <paramdef>string <parameter>xml</parameter></paramdef>
-       <paramdef>string <parameter>xsl</parameter></paramdef>
-       <paramdef>string <parameter><optional>result</optional></parameter></paramdef>
-       <paramdef>array 
<parameter><optional>arguments</optional></parameter></paramdef>
-       <paramdef>array 
<parameter><optional>parameters</optional></parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>mixed</type><methodname>xslt_process</methodname>
+       <methodparam><type>resource</type><parameter>xh</parameter></methodparam>
+       <methodparam><type>string</type><parameter>xml</parameter></methodparam>
+       <methodparam><type>string</type><parameter>xsl</parameter></methodparam>
+       <methodparam 
+choice="opt"><type>string</type><parameter>result</parameter></methodparam>
+       <methodparam 
+choice="opt"><type>array</type><parameter>arguments</parameter></methodparam>
+       <methodparam 
+choice="opt"><type>array</type><parameter>parameters</parameter></methodparam>
+     </methodsynopsis>
     <para>
      <function>xslt_process</function> p�ij�m� jako prvn� argument �et�zec
      obsahuj�c� XSLT stylesheet, jako druh� argument �et�zec obsahuj�c� XML data,
@@ -387,17 +356,15 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>bool <function>xslt_run</function></funcdef>
-       <paramdef><parameter>resource xh</parameter></paramdef>
-       <paramdef><parameter>string xslt_file</parameter></paramdef>
-       <paramdef><parameter>string xml_data_file</parameter></paramdef>
-       <paramdef><parameter><optional>string result</optional></parameter></paramdef>
-       <paramdef><parameter><optional>array 
xslt_params</optional></parameter></paramdef>
-       <paramdef><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>
      Zpracuje
       Zpracovat <parameter>string xml_data_file</parameter> aplikac�
@@ -417,13 +384,11 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>bool <function>xslt_set_sax_handler</function></funcdef>
-       <paramdef>resource <parameter>xh</parameter></paramdef>
-       <paramdef>array <parameter>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>
      Ur�it SAX handlery pro handle ur�en� v <parameter>xh</parameter>.
     </para>
@@ -437,19 +402,15 @@
    </refnamediv>
    <refsect1>
     <title>Popis</title>
-    <funcsynopsis>
-     <funcprototype>
-      <funcdef>bool
-       <function>xslt_transform</function>
-      </funcdef>
-       <paramdef><parameter>string xsl</parameter></paramdef>
-       <paramdef><parameter>string xml</parameter></paramdef>
-       <paramdef><parameter>string result</parameter></paramdef>
-       <paramdef><parameter>string params</parameter></paramdef>
-       <paramdef><parameter>string args</parameter></paramdef>
-       <paramdef><parameter>string resultBuffer</parameter></paramdef>
-     </funcprototype>
-    </funcsynopsis>
+     <methodsynopsis>
+      <type>bool</type><methodname>xslt_transform</methodname>
+       <methodparam><parameter>string xsl</parameter></methodparam>
+       <methodparam><parameter>string xml</parameter></methodparam>
+       <methodparam><parameter>string result</parameter></methodparam>
+       <methodparam><parameter>string params</parameter></methodparam>
+       <methodparam><parameter>string args</parameter></methodparam>
+       <methodparam><parameter>string resultBuffer</parameter></methodparam>
+     </methodsynopsis>
     <para>
      <function>xslt_transform</function> poskytuje interface k pokro�ilej��m
      vlastnostem Sablotronu bez nutnosti pou��t resource API.
@@ -476,3 +437,4 @@
 sgml-local-ecat-files:nil
 End:
 -->
+


Reply via email to