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
sterlingTue Apr 16 02:06:59 2002 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
fix a problem with "double parentheses"
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.32 phpdoc/en/functions/xslt.xml:1.33
---
jan Sat Feb 2 13:00:36 2002 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
- adding suggestion/grammar-fix from Rick Bradley <[EMAIL PROTECTED]>
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.31 phpdoc/en/func
hholzgraFri Jan 18 16:32:34 2002 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
small but important clarification
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.29 phpdoc/en/functions/xslt.xml:1.30
--- phpdo
> 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
hholzgraMon Dec 17 16:07:17 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
added skeletons for missing functions
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.28 phpdoc/en/functions/xslt.xml:1.29
--- phpd
jimwSat Dec 8 20:39:40 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
fix
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.26 phpdoc/en/functions/xslt.xml:1.27
--- phpdoc/en/functions/xslt.xml:1.26 Sat Dec 8
sterlingSat Dec 8 20:08:31 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
Update the documentation to the new XSLT extension in anticipation of mondays
compatibility breaking
release.
# I don't have a local test environment
damsFri Jul 27 03:42:19 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
Updated resources indications
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.19 phpdoc/en/functions/xslt.xml:1.20
--- phpdoc/en/functions/
rasmus Thu Jul 26 19:18:55 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
Each parameter needs to be inside its own paramdef tag
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.18 phpdoc/en/functions/xslt.xml:1
damsMon Mar 19 05:24:24 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
setting parmeter type outside parameter tag.
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.14 phpdoc/en/functions/xslt.xml:1.15
--- phpdo
jmcastagnetto Fri Mar 16 22:10:59 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
More fixes to the xslt_process() example
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.13 phpdoc/en/functions/xslt.xml:1.14
--
jmcastagnetto Fri Mar 16 22:07:06 2001 EDT
Modified files:
/phpdoc/en/functionsxslt.xml
Log:
Fixed example, so it should work now
Index: phpdoc/en/functions/xslt.xml
diff -u phpdoc/en/functions/xslt.xml:1.12 phpdoc/en/functions/xslt.xml:1.13
--- ph
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,
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
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
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
26 matches
Mail list logo