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 ???? -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Tonyrrr Tonyroor 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 > > > ????-- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Jul 26, 10:44 am, Tonyrrr Tonyroor <rails-mailing-l...@andreas- s.net> wrote:> Tonyrrr Tonyroor 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 ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Jul 26, 2007, at 10:44 AM, Tonyrrr Tonyroor wrote:> > Tonyrrr Tonyroor 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 Biedenharn http://agileconsultingllc.com Rob-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---