mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed problems w/ xslt.xml XML, added the appropriate entities and
references. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@35636 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
ab8f9fadbe
commit
aed7d37ec7
2 changed files with 9 additions and 1 deletions
|
@ -101,6 +101,7 @@
|
|||
<!ENTITY reference.vmailmgr SYSTEM "functions/vmailmgr.xml">
|
||||
<!ENTITY reference.wddx SYSTEM "functions/wddx.xml">
|
||||
<!ENTITY reference.xml SYSTEM "functions/xml.xml">
|
||||
<!ENTITY reference.xslt SYSTEM "functions/xslt.xml">
|
||||
<!ENTITY reference.yaz SYSTEM "functions/yaz.xml">
|
||||
<!ENTITY reference.zlib SYSTEM "functions/zlib.xml">
|
||||
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
<reference id="ref.xml">
|
||||
<reference id="ref.xslt">
|
||||
<title>XSLT functions</title>
|
||||
<titleabbrev>XSLT</titleabbrev>
|
||||
|
||||
<partintro>
|
||||
<sect1 id="xslt.partintro">
|
||||
<title>Introduction</title>
|
||||
|
||||
<sect2 id="xslt.intro">
|
||||
<title>About XSLT and Sablotron</title>
|
||||
<para>
|
||||
|
@ -16,6 +17,7 @@
|
|||
found at <ulink url="&url.xslt;">&url.xslt;</ulink>.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
<sect2 id="xslt.install">
|
||||
<title>Installation</title>
|
||||
<para>
|
||||
|
@ -24,6 +26,7 @@
|
|||
found at <ulink
|
||||
url="&url.sablotron;">&url.sablotron;</ulink>. Binaries
|
||||
are provided as well as source.
|
||||
</para>
|
||||
<para>
|
||||
On UNIX, run <command>configure</command> with the <option
|
||||
role="configure">--with-sablot</option> and <option
|
||||
|
@ -44,6 +47,10 @@
|
|||
basically provides a standardized and portable template
|
||||
mechanism, separating content and design of a website.
|
||||
</para>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
</partintro>
|
||||
|
||||
<refentry id="function.xslt-closelog">
|
||||
<refnamediv>
|
||||
|
|
Loading…
Reference in a new issue