Date: 02/13/03
- Next message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/reference/uodbc/functions odbc-execute.xml"
- Previous message: Damien Seguy: "[PHP-DOC] cvs: phpdoc /en/reference/ircg/functions ircg-channel-mode.xml ircg-disconnect.xml ircg-html-encode.xml ircg-ignore-add.xml ircg-ignore-del.xml ircg-is-conn-alive.xml ircg-join.xml ircg-kick.xml ircg-lookup-format-messages.xml ircg-msg.xml ircg-nick.xml ircg-notice.xml ircg-part.xml ircg-register-format-messages.xml ircg-set-current.xml ircg-topic.xml ircg-whois.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
dams Thu Feb 13 09:36:56 2003 EDT
Modified files:
/phpdoc/en/reference/xslt/functions xslt-process.xml
Log:
minor typos
Index: phpdoc/en/reference/xslt/functions/xslt-process.xml
diff -u phpdoc/en/reference/xslt/functions/xslt-process.xml:1.5 phpdoc/en/reference/xslt/functions/xslt-process.xml:1.6
--- phpdoc/en/reference/xslt/functions/xslt-process.xml:1.5 Tue Nov 26 16:16:52 2002
+++ phpdoc/en/reference/xslt/functions/xslt-process.xml Thu Feb 13 09:36:56 2003
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/xslt.xml, last change in rev 1.3 -->
<refentry id="function.xslt-process">
<refnamediv>
@@ -26,7 +26,7 @@
The input containers default to a filename 'containing' the document to be
processed. The result container defaults to a filename for the transformed
document. If the result container is not specified - i.e.
- <parameter>NULL</parameter> - than the result is returned.
+ &null; - than the result is returned.
</para>
<para>
<warning>
@@ -177,10 +177,14 @@
interpreted as strings by the Sablotron processor. In other words - you
cannot pass node-sets as parameters to the XSLT document.
</para>
- <note>
- <simpara>
- Please note that <emphasis>file://> is needed in front of path if you use Windows.
- </simpara>
+ <note>
+
+ <simpara>
+
+ Please note that <emphasis>file://> is needed in front of path if you use Windows.
+
+ </simpara>
+
</note>
</refsect1>
</refentry>
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

