From 0005934324674aca05502c25874170686d9b8dd0 Mon Sep 17 00:00:00 2001 From: "Jesus M. Castagnetto" Date: Tue, 31 Oct 2000 13:22:54 +0000 Subject: [PATCH] Just a bare template, no content yet. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34951 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/xslt.xml | 94 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 94 insertions(+) create mode 100644 functions/xslt.xml diff --git a/functions/xslt.xml b/functions/xslt.xml new file mode 100644 index 0000000000..dec7565806 --- /dev/null +++ b/functions/xslt.xml @@ -0,0 +1,94 @@ + + XSLT functions (Sablotron) + XSLT +TODO: This doc is unfinished. Really has nothing on it yet + + + + + + + + + + + + + Description + + + RETURNTYPE FUNCTIONNAME + ARGTYPE1 ARGNAME1 + ARGTYPE2 ARGNAME2 + ARGTYPE3 ARGNAME3 + + + + A simple paragraph that can not contain anything that requires + fancy layout. + + + A normal paragraph that can contain lots of stuff. For example + + Code examples + + + + The text in a paragraph may continue after the example as well. + Here is how to make lists: + + + + + List items must contain a container element such as + simpara or para (there are plenty of others too, see the + DocBook reference for the listitem element. + + + List items must contain simple paragraphs or paragraphs. + + + If you plan on making sub-lists, you must use para + + + first list item + second list item + + + You can also continue an ordered list you just left off + + + third list item + fourth list item + + + + The documentation for a function should be wrapped up with + a "See also" list like this: + + + See also stripslashes and + quotemeta. + + + + + + + +