Gabor Hojtsy wrote:
>
> Please don't make any modifications in the main "functions"
> directory. It is freezed now. Make all your changes in the
> "reference" dir, in this case "reference/xslt". That is used
> for building up the manual, and not the functions dir. Any
> modifications in "function
Please don't make any modifications in the main "functions"
directory. It is freezed now. Make all your changes in the
"reference" dir, in this case "reference/xslt". That is used
for building up the manual, and not the functions dir. Any
modifications in "functions" are pointless, as it is not
us
> Modified files:
> /phpdoc/en/functions xslt.xml
> Log:
> added skeletons for missing functions
In this case, the one xml file by function approach
would even be better, as there is not too much point
in copying all the undocumented func skeletons in
translations, but th
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.
[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,
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
---
12 matches
Mail list logo