First of all, as XML is case sensitive, I would change this:

<!DOCTYPE HTML PUBLIC...
<html>

to this:

<!DOCTYPE html PUBLIC...
<html>

See what errors are still found after that.
 (btw: this is more a html / xml related question than a RubyOnRails-related
issue, just to be clear)

--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to