I am using XmlSimple to parse an XML string received from a remote
host.  I am getting the error message, "File does not exist: .".  I am
fairly well convinced that the problem is that XmlSimple is not
recognizing the received XML string as being valid XML and is
therefore looking for a file by that name (which, of course, does not
exist).  The XmlSimple documentation says that it recognizes an XML
string by the presence of '<' and '>' characters.  I interpret that to
mean that XmlSimple does not perform any sort of exhaustive XML
validity check; but, rather just looks for the presence of those
opening and closing characters to make the determination.  The
received string meets that requirement.  Any suggestions on what I
might do?

Thanks for any input.

          ... doug

-- 
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-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to