Help

if ((( chaine[i+14] == “twincards>false</twincards”)||(chaine[i+14]
== “twincards>true</twincards”))|| ( chaine[ i+14]== “twincards
xsi:nil=“1”/”))

???

: syntax error, expecting end-of-file

???

Tonyrrr T. wrote:

if (
(
( chaine[i+14] == “twincards>false</twincards”)
||(chaine[i+14] == “twincards>true</twincards”)
)
|| ( chaine[ i+14]== “twincards> xsi:nil=“1”/”)
)

???

: syntax error, expecting end-of-file

???

On Jul 26, 10:44 am, Tonyrrr T. <rails-mailing-l…@andreas-
s.net> wrote:

Tonyrrr T. wrote:

if (

(
( chaine[i+14] == “twincards>false</twincards”)
||(chaine[i+14] == “twincards>true</twincards”)
)
|| ( chaine[ i+14]== “twincards> xsi:nil=“1”/”)
)

Extra bracket after the if ?

On Jul 26, 2007, at 10:44 AM, Tonyrrr T. wrote:

Tonyrrr T. wrote:

if (
(
( chaine[i+14] == “twincards>false</twincards”)
||(chaine[i+14] == “twincards>true</twincards”)
)
|| ( chaine[ i+14]== “twincards> xsi:nil=“1”/”)
badly nested quotes perhaps?
Try:
“twincards> xsi:nil="1"/”
or
‘twincards> xsi:nil=“1”/’
)

???

: syntax error, expecting end-of-file

???

Rob B. http://agileconsultingllc.com
[email protected]