mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Removed file xslt.xml, Derick has a similar document already finished
named sablot.xml git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@34978 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
0005934324
commit
7dfbb09618
1 changed files with 0 additions and 94 deletions
|
@ -1,94 +0,0 @@
|
|||
<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:
|
||||
-->
|
Loading…
Reference in a new issue