[PHP-DOC] cvs: phpdoc /en/functions xslt.xml From: Jesus M. Castagnetto (jesusmc <email protected>)
Date: 10/31/00

jmcastagnetto Tue Oct 31 05:22:54 2000 EDT

  Added files:
    /phpdoc/en/functions xslt.xml
  Log:
  Just a bare template, no content yet.
  
  

Index: phpdoc/en/functions/xslt.xml
+++ phpdoc/en/functions/xslt.xml
 <reference id="ref.xslt">
  <title>XSLT functions (Sablotron)</title>
  <titleabbrev>XSLT</titleabbrev>
TODO: This doc is unfinished. Really has nothing on it yet
  <partintro>
   <sect1>
    <title></title>
   </sect1>
  </partintro>

  <refentry id="function.">
   <refnamediv>
    <refname></refname>
    <refpurpose></refpurpose>
   </refnamediv>
   <refsect1>
    <title>Description</title>
    <funcsynopsis>
     <funcprototype>
      <funcdef>RETURNTYPE <function>FUNCTIONNAME</function></funcdef>
      <paramdef>ARGTYPE1 <parameter>ARGNAME1</parameter></paramdef>
      <paramdef>ARGTYPE2 <parameter>ARGNAME2</parameter></paramdef>
      <paramdef>ARGTYPE3 <parameter><optional>ARGNAME3</optional></parameter></paramdef>
     </funcprototype>
    </funcsynopsis>
    <simpara>
     A simple paragraph that can not contain anything that requires
     fancy layout.

    <para>
     A normal paragraph that can contain lots of stuff. For example
     <example>
      <title>Code examples</title>
      <programlisting>
      </programlisting>
     </example>
     The text in a paragraph may continue after the example as well.
     Here is how to make lists:

     <itemizedlist>

      <listitem><simpara>
        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.

      <listitem><simpara>
        List items must contain simple paragraphs or paragraphs.

      <listitem><para>
        If you plan on making sub-lists, you must use para

        <orderedlist>
         <listitem><simpara> first list item
         <listitem><simpara> second list item
        </orderedlist>

        You can also continue an ordered list you just left off

        <orderedlist>
         <listitem><simpara> third list item
         <listitem><simpara> fourth list item
        </orderedlist>

    <simpara>
     The documentation for a function should be wrapped up with
     a "See also" list like this:

    <simpara>
     See also <function>stripslashes</function> and
     <function>quotemeta</function>.

   </refsect1>
  </refentry>

 </reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
sgml-parent-document:nil
sgml-default-dtd-file:"../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
-->