134 Posts in 59 Topics by 69 members
Jump to:If this is your first visit, you will need to register before you can post. However, you can browse all messages below.
| Page: 1 | go to end | Reply | |
| Author | Topic: Firefox XML Parsing Error | 1176 views |

29 May 2008 at 9:54pm
I need some help. Whenever I view some pages in Firefox, I receive this error message:
But when I use IE or Opera, it is fine. Is anyone familiar with this error?
Last edited: 29 May 2008 at 9:55pm

29 May 2008 at 10:02pm
You are sending your page as true XHTML so firefox is parsing it and coming up with the error. Easiest way is to remove the xml declaration at the top of themes/yourtheme/Page.ss or work out why '23c5' is an error in the parser!

29 May 2008 at 10:34pm
Hi Willr,
you've got the same problem on one of your sites:
http://www.andyofniall.net/party-at-rose-cottage/
anyone run's into this, becouse this setting is default in ss themes ...

30 May 2008 at 9:31am
for the next version I will update blackcandy to send it as normal html rather then proper xml since nobody really understands / uses it. For the time being you can just remove the top line of Page.ss - the <? xml bit above the doctype

30 May 2008 at 7:41pm
i did that before, because of havin some troubles with safari and ie6.
utf-8 is default in xhtlm so there's no need to specify it.
instead specifiying sets ie6 into quirks mode with box problems.
and i had additionally some side-effects in safari with it...
| 1176 views | |||
| go to top | Reply |