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
???
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
???
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs