hholzgra Thu Jan 17 11:40:46 2002 EDT
Modified files:
/phpdoc/de/functions xslt.xml
Log:
docbook4 version checkin by accident
reverting to corrected docbook3 version
Index: phpdoc/de/functions/xslt.xml
diff -u phpdoc/de/functions/xslt.xml:1.11 phpdoc/de/functions/xslt.xml:1.12
--- phpdoc/de/functions/xslt.xml:1.11 Thu Jan 17 11:14:31 2002
+++ phpdoc/de/functions/xslt.xml Thu Jan 17 11:40:45 2002
@@ -35,10 +35,14 @@
</refnamediv>
<refsect1>
<title>Beschreibung</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>
@@ -62,10 +66,13 @@
</refnamediv>
<refsect1>
<title>Beschreibung</title>
- <methodsynopsis>
-
<type>resource</type><methodname>xslt_create</methodname>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>resource
+<function>xslt_create</function>
+ </funcdef>
<void/>
- </methodsynopsis>
+ </funcprototype>
+ </funcsynopsis>
<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>
@@ -78,12 +85,17 @@
</refnamediv>
<refsect1>
<title>Beschreibung</title>
- <methodsynopsis>
-
<type>int</type><methodname>xslt_errno</methodname>
- <methodparam
choice="opt"><type>int</type><parameter>
- xh
- </parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>int <function>xslt_errno</function>
+ </funcdef>
+ <paramdef>int
+ <parameter>
+ <optional>xh</optional>
+ </parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
<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>
@@ -96,12 +108,17 @@
</refnamediv>
<refsect1>
<title>Beschreibung</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>
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>
@@ -114,13 +131,16 @@
</refnamediv>
<refsect1>
<title>Beschreibung</title>
- <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>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>string
+<function>xslt_fetch_result</function></funcdef>
+ <paramdef>int
+<parameter>xh</parameter></paramdef>
+ <paramdef>string <parameter>
+
+<optional>result_name</optional>
+ </parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
<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 "/_result" benannt.
</para>
@@ -133,10 +153,15 @@
</refnamediv>
<refsect1>
<title>Beschreibung</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>
Der mit handle bezeichnete XSLT Prozessor wird freigegeben.
</para>
@@ -149,14 +174,18 @@
</refnamediv>
<refsect1>
<title>Beschreibung</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>
Benennen einer Log-Datei, in welcher die Fehlermeldungen des XSLT Prozessors
abgelegt werden sollen.
</para>
@@ -169,10 +198,15 @@
</refnamediv>
<refsect1>
<title>Beschreibung</title>
- <methodsynopsis>
-
<type>unknown</type><methodname>xslt_output_begintransform</methodname>
-
<methodparam><type></type><parameter>unknown</parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>unknown
+<function>xslt_output_begintransform</function>
+ </funcdef>
+ <paramdef>
+ <parameter>unknown</parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
<para>
Zu dieser Funktion sind keine Prototyp Definitionen vorhanden.
</para>
@@ -185,10 +219,15 @@
</refnamediv>
<refsect1>
<title>Beschreibung</title>
- <methodsynopsis>
-
<type>unknown</type><methodname>xslt_output_endtransform</methodname>
-
<methodparam><type></type><parameter>unknown</parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>unknown
+<function>xslt_output_endtransform</function>
+ </funcdef>
+ <paramdef>
+ <parameter>unknown</parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
<para>
Zu dieser Funktion sind keine Prototyp Definitionen vorhanden.
</para>
@@ -201,10 +240,15 @@
</refnamediv>
<refsect1>
<title>Beschreibung</title>
- <methodsynopsis>
-
<type>unknown</type><methodname>xslt_process</methodname>
-
<methodparam><type></type><parameter>unknown</parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>unknown
+<function>xslt_process</function>
+ </funcdef>
+ <paramdef>
+ <parameter>unknown</parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
<para>
Zu dieser Funktion sind keine Prototyp Definitionen vorhanden.
</para>
@@ -217,21 +261,25 @@
</refnamediv>
<refsect1>
<title>Beschreibung</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>
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 "/_result").
</para>
@@ -244,11 +292,18 @@
</refnamediv>
<refsect1>
<title>Beschreibung</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>
Setzen des SAX handlers f�r einen XSLT Prozessor, welcher durch den handle xh
gegeben ist.
</para>
@@ -261,10 +316,15 @@
</refnamediv>
<refsect1>
<title>Beschreibung</title>
- <methodsynopsis>
-
<type>unknown</type><methodname>xslt_transform</methodname>
-
<methodparam><type></type><parameter>unknown</parameter></methodparam>
- </methodsynopsis>
+ <funcsynopsis>
+ <funcprototype>
+ <funcdef>unknown
+<function>xslt_transform</function>
+ </funcdef>
+ <paramdef>
+ <parameter>unknown</parameter>
+ </paramdef>
+ </funcprototype>
+ </funcsynopsis>
<para>
Zu dieser Funktion sind keine Prototyp Definitionen vorhanden.
</para>
@@ -288,4 +348,3 @@
sgml-local-ecat-files:nil
End:
-->
-