Egon Schmid wrote:
> eschmid         Sun Feb  4 14:59:51 2001 EDT
>   Modified files:
>     /phpdoc/en/functions        xslt.xml
>   Log:
>   Indentation in examples should be four spaces.

About this:

> -if (xslt_process($xslData, $xmlData, $result))
> -{
> +if (xslt_process($xslData, $xmlData, $result)) {
>      echo "Here is the brilliant in-depth article on learning";
> -}
> -else
> -{
> +} else {
>      echo "There was an error that occurred in the XSL transformation...\n";

Should we establish a standard for bracket usage? Four spaces is currently
standardized and documented (phpdoc/README), but bracketing is not, AFAICT.

-Bop

--
Personal:  [EMAIL PROTECTED], 520-326-6109, http://www.opus1.com/ron/
Work: [EMAIL PROTECTED], 520-546-8993, http://www.pnsinc.com/
The opinions expressed in this email are not necessarily those of myself,
my employers, or any of the other little voices in my head.

Reply via email to