hholzgra Sun Jan 20 12:10:02 2002 EDT
Modified files:
/phpdoc/cs/functions xslt.xml
Log:
now the last commit was really wrong, reverting to what it shoulod have
been
Index: phpdoc/cs/functions/xslt.xml
diff -u phpdoc/cs/functions/xslt.xml:1.12 phpdoc/cs/functions/xslt.xml:1.13
--- phpdoc/cs/functions/xslt.xml:1.12 Sun Jan 20 12:08:24 2002
+++ phpdoc/cs/functions/xslt.xml Sun Jan 20 12:10:02 2002
@@ -56,10 +56,12 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis>
- <type>bool</type><methodname>xslt_closelog</methodname>
- <methodparam><type>resource</type><parameter>xh</parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>bool <function>xslt_closelog</function></funcdef>
+ <paramdef>resource <parameter>xh</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
<para>
<variablelist>
<varlistentry>
@@ -86,10 +88,12 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis>
- <type>resource</type><methodname>xslt_create</methodname>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>resource <function>xslt_create</function></funcdef>
<void/>
- </methodsynopsis>
+ </funcprototype>
+ </funcsynopsis>
<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�.
@@ -104,10 +108,14 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis>
- <type>int</type><methodname>xslt_errno</methodname>
- <methodparam choice="opt"><type></type><parameter>int
xh</parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>int <function>xslt_errno</function></funcdef>
+ <paramdef>
+ <parameter>int <optional>xh</optional></parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
<para>
Vrac� ��slo sou�asn� chyby dan�ho XSL procesoru. Pokud nedostane handle,
vrac� ��slo posledn� chyby bez ohledu na jej� v�skyt.
@@ -121,10 +129,12 @@
<refpurpose>Vr�tit text posledn� chyby</refpurpose>
</refnamediv> <refsect1>
<title>Popis</title>
- <methodsynopsis>
- <type>mixed</type><methodname>xslt_error</methodname>
- <methodparam
choice="opt"><type>int</type><parameter>xh</parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>mixed <function>xslt_error</function></funcdef>
+ <paramdef>int <parameter><optional>xh</optional></parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
<para>
Vrac� text sou�asn� chyby dan�ho XSL procesoru. Pokud nedostane handle, vrac�
text posledn� chyby bez ohledu na jej� v�skyt.
@@ -139,11 +149,15 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <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>
+ <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>
<para>
Vrac� v�stupn� buffer XSLT procesoru identifikovan�ho p�edan�m handle.
Pokud nedostane jm�no v�stupn�ho bufferu, vrac� buffer pojmenovan�
@@ -159,10 +173,12 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis>
- <type>void</type><methodname>xslt_free</methodname>
- <methodparam><type>resource</type><parameter>xh</parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>void <function>xslt_free</function></funcdef>
+ <paramdef>resource <parameter>xh</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
<para>
Uvoln� XSLT procesor identifikovan� p�edan�m handle.
</para>
@@ -176,12 +192,14 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <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>
+ <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>
+ </funcprototype>
+ </funcsynopsis>
<para>
Ur�� log soubor, do kter�ho m� XSLT procesor umis�ovat v�echny chybov�
zpr�vy.
@@ -196,10 +214,14 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis>
- <type>void</type><methodname>xslt_output_begintransform</methodname>
-
<methodparam><type>string</type><parameter>xslt_filename</parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>void
+ <function>xslt_output_begintransform</function>
+ </funcdef>
+ <paramdef>string <parameter>xslt_filename</parameter></paramdef>
+ </funcprototype>
+ </funcsynopsis>
<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
@@ -243,10 +265,14 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <methodsynopsis>
- <type>void</type><methodname>xslt_output_endtransform</methodname>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>void
+ <function>xslt_output_endtransform</function>
+ </funcdef>
<void/>
- </methodsynopsis>
+ </funcprototype>
+ </funcsynopsis>
<para>
<function>xslt_output_endtransform</function> ukon�� v�stupn� transformaci
za�atou funkc� <function>xslt_output_begintransform</function>. Pokud chcete
@@ -262,15 +288,19 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <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>
+ <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>
<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,
@@ -356,15 +386,17 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <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>
+ <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>
<para>
Zpracuje
Zpracovat <parameter>string xml_data_file</parameter> aplikac�
@@ -384,11 +416,13 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <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>
+ <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>
<para>
Ur�it SAX handlery pro handle ur�en� v <parameter>xh</parameter>.
</para>
@@ -402,15 +436,19 @@
</refnamediv>
<refsect1>
<title>Popis</title>
- <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>
+ <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>
<para>
<function>xslt_transform</function> poskytuje interface k pokro�ilej��m
vlastnostem Sablotronu bez nutnosti pou��t resource API.
@@ -437,4 +475,3 @@
sgml-local-ecat-files:nil
End:
-->
-