Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2002-04-17 Thread Ron Chmara
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

Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2002-04-16 Thread Gabor Hojtsy
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

Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-12-17 Thread Gabor Hojtsy
> 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

Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-02-04 Thread Sebastian Bergmann
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.

Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-02-04 Thread Ron Chmara
[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

Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-02-04 Thread eschmid+sic
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

RE: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-02-04 Thread James Moore
> 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

Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-02-04 Thread eschmid+sic
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) > { > >

RE: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-02-04 Thread James Moore
> 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

Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-02-04 Thread eschmid+sic
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

Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-02-04 Thread Ron Chmara
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,

Re: [PHP-DOC] cvs: phpdoc /en/functions xslt.xml

2001-02-04 Thread Derick Rethans
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 ---