Date: 11/13/00
- Next message: Jesus Castagnetto: "Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml"
- Previous message: Sebastian Bergmann: "[PHP-DOC] cvs: phpdoc /de Translators /de/functions xslt.xml /de/language references.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
jmcastagnetto Sun Nov 12 23:49:23 2000 EDT
Modified files:
/phpdoc manual.xml.in
/phpdoc/en chapters.ent
/phpdoc/en/functions xslt.xml
Log:
Fixed problems w/ xslt.xml XML, added the appropriate entities and
references.
Index: phpdoc/manual.xml.in
diff -u phpdoc/manual.xml.in:1.34 phpdoc/manual.xml.in:1.35
--- phpdoc/manual.xml.in:1.34 Tue Oct 17 03:53:15 2000
+++ phpdoc/manual.xml.in Sun Nov 12 23:49:22 2000
@@ -183,6 +183,7 @@
&reference.vmailmgr;
&reference.wddx;
&reference.xml;
+ &reference.xslt;
&reference.yaz;
&reference.nis;
&reference.zlib;
Index: phpdoc/en/chapters.ent
diff -u phpdoc/en/chapters.ent:1.28 phpdoc/en/chapters.ent:1.29
--- phpdoc/en/chapters.ent:1.28 Fri Oct 20 00:24:46 2000
+++ phpdoc/en/chapters.ent Sun Nov 12 23:49:22 2000
@@ -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">
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.3 phpdoc/en/functions/xslt.xml:1.4
--- phpdoc/en/functions/xslt.xml:1.3 Sun Nov 12 14:49:19 2000
+++ phpdoc/en/functions/xslt.xml Sun Nov 12 23:49:22 2000
@@ -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>
- Next message: Jesus Castagnetto: "Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml"
- Previous message: Sebastian Bergmann: "[PHP-DOC] cvs: phpdoc /de Translators /de/functions xslt.xml /de/language references.xml"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

