Derick Rethans wrote:
> > Log:
> > Really 'fix' Sterling's XSLT example :-)
>
> He probably drank to much cherry beer this time :)
Definetly :-)
--
sebastian bergmann e-mail : [EMAIL PROTECTED]
homepage : http://www.sebastian-bergmann.
[17:11:39] waiting for nobody's lock in /repository/phpdoc/en/chapters
[17:12:09] waiting for nobody's lock in /repository/phpdoc/en/chapters
Snip_>
[17:16:10] waiting for nobody's lock in /repository/phpdoc/en/chapters
Snip_>
[17:21:40] waiting for nobody's lock in /repository/phpdoc/en/chapter
ronabop Sun Feb 4 16:56:51 2001 EDT
Modified files:
/phpdoc README
Log:
Updated for closing XML tags, bracketing, using current names, etc.
Index: phpdoc/README
diff -u phpdoc/README:1.9 phpdoc/README:1.10
--- phpdoc/README:1.9 Fri Jan 5 20:28:13 2001
+
[EMAIL PROTECTED] wrote:
> On Sun, Feb 04, 2001 at 11:50:25PM -, James Moore wrote:
> > > But this doesn't fit into the scheme of the examples we have already in
> > > the manual. When I parse the source code I don't see such a malformed
> > > syntax. Ok, someone have used it...
> > this is tr
On Sun, Feb 04, 2001 at 11:50:25PM -, James Moore wrote:
>
> > But this doesn't fit into the scheme of the examples we have already in
> > the manual. When I parse the source code I don't see such a malformed
> > syntax. Ok, someone have used it...
>
> this is true and PEAR also uses } else
> But this doesn't fit into the scheme of the examples we have already in
> the manual. When I parse the source code I don't see such a malformed
> syntax. Ok, someone have used it...
this is true and PEAR also uses } else { so perhaps this is better in the
manual too
James
On Sun, Feb 04, 2001 at 11:33:12PM -, James Moore wrote:
>
> > Yes it is not documented. I prefer the } else { style.
>
> Personally I like
>
> if ($foo)
> {
>
> } else
> {
> ...
> }
>
> or
>
> if ($foo)
> {
>
>
> Yes it is not documented. I prefer the } else { style.
Personally I like
if ($foo)
{
} else
{
...
}
or
if ($foo)
{
}
else
{
...
}
then all braces are in same c
On Sun, Feb 04, 2001 at 04:13:55PM -0700, Ron Chmara wrote:
> Egon Schmid wrote:
> > eschmid Sun Feb 4 14:59:51 2001 EDT
> > Modified files:
> > /phpdoc/en/functionsxslt.xml
> > Log:
> > Indentation in examples should be four spaces.
>
> About this:
>
> > -if (xslt_pro
Egon Schmid wrote:
> eschmid Sun Feb 4 14:59:51 2001 EDT
> Modified files:
> /phpdoc/en/functionsxslt.xml
> Log:
> Indentation in examples should be four spaces.
About this:
> -if (xslt_process($xslData, $xmlData, $result))
> -{
> +if (xslt_process($xslData, $xmlData,
eschmid Sun Feb 4 14:59:51 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
Indentation in examples should be four spaces.
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.10 phpdoc/en/functions/xslt.xml:1.11
--- php
ronabop Sun Feb 4 14:58:50 2001 EDT
Modified files:
/phpdoc/en/functionshttp.xml
Log:
Typo.
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.14 phpdoc/en/functions/http.xml:1.15
--- phpdoc/en/functions/http.xml:1.14 Sun Feb
ronabop Sun Feb 4 14:45:17 2001 EDT
Modified files:
/phpdoc/en/functionshttp.xml
Log:
Move and enhance note about blank lines and header().
Index: phpdoc/en/functions/http.xml
diff -u phpdoc/en/functions/http.xml:1.13 phpdoc/en/functions/http.xml:1.14
On Sun, 4 Feb 2001, Sebastian Bergmann wrote:
> sbergmann Sun Feb 4 14:11:49 2001 EDT
>
> Modified files:
> /phpdoc/en/functions xslt.xml
> Log:
> Really 'fix' Sterling's XSLT example :-)
He probably drank to much cherry beer this time :)
Derick Rethans
---
sbergmann Sun Feb 4 14:11:49 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
Really 'fix' Sterling's XSLT example :-)
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.9 phpdoc/en/functions/xslt.xml:1.10
--- ph
Anderson Fortaleza wrote:
>
> If i am using a XSLT parser as Xalan, for example, and DocBook
> Stylesheets like N. Walsh stylesheets, do I have to have DocBook DTD
> installed in my computer ? Cos jade uses this catalog file, but I see no
> equal thing under Xalan, just for example "xalan source.
damsSun Feb 4 12:45:23 2001 EDT
Modified files:
/phpdoc/fr/functionsyaz.xml
Log:
Removing illegal chars noted by Jouni.
Index: phpdoc/fr/functions/yaz.xml
diff -u phpdoc/fr/functions/yaz.xml:1.7 phpdoc/fr/functions/yaz.xml:1.8
--- phpdoc/fr/functio
damsSun Feb 4 12:43:48 2001 EDT
Modified files:
/phpdoc/fr/functionssem.xml
Log:
Removing some illegal cars noted by jouni
Index: phpdoc/fr/functions/sem.xml
diff -u phpdoc/fr/functions/sem.xml:1.3 phpdoc/fr/functions/sem.xml:1.4
--- phpdoc/fr/func
damsSun Feb 4 12:42:08 2001 EDT
Modified files:
/phpdoc/fr/functionsstrings.xml
Log:
Typos (plutot).
Index: phpdoc/fr/functions/strings.xml
diff -u phpdoc/fr/functions/strings.xml:1.24 phpdoc/fr/functions/strings.xml:1.25
--- phpdoc/fr/functions/st
damsSun Feb 4 10:22:44 2001 EDT
Modified files:
/phpdoc/fr/functionsdatetime.xml
Log:
Typos (lit(t)eral)
Index: phpdoc/fr/functions/datetime.xml
diff -u phpdoc/fr/functions/datetime.xml:1.10 phpdoc/fr/functions/datetime.xml:1.11
--- phpdoc/fr/funct
If i am using a XSLT parser as Xalan, for example, and DocBook
Stylesheets like N. Walsh stylesheets, do I have to have DocBook DTD
installed in my computer ? Cos jade uses this catalog file, but I see no
equal thing under Xalan, just for example "xalan source.xml style.xsl
target.html" for ex
jah Sun Feb 4 07:17:58 2001 EDT
Modified files:
/phpdoc global.ent
Log:
Oops. This was a leftover after testing some strange things...
Index: phpdoc/global.ent
diff -u phpdoc/global.ent:1.71 phpdoc/global.ent:1.72
--- phpdoc/global.ent:1.71
hirokawaSun Feb 4 05:31:51 2001 EDT
Modified files:
/phpdoc/ja/chapters install.xml
Log:
update translation.
Index: phpdoc/ja/chapters/install.xml
diff -u phpdoc/ja/chapters/install.xml:1.23 phpdoc/ja/chapters/install.xml:1.24
--- phpdoc/ja/chapters/i
sterlingSun Feb 4 01:21:44 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
Fix the XSLT example...
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.8 phpdoc/en/functions/xslt.xml:1.9
--- phpdoc/en/func
24 matches
Mail list logo