Topic: Not valid XML |
|
---|---|
Author | Thread |
Nervous Wreck (II) Inmate From: |
posted 07-04-2009 09:15
When I try to validate http://redsplat.org/getdata.php?site=games as XML validator tells me that I ain't got no DOCTYPE. I've been searching for a XML doctype but I can't figure out what I should use. |
Paranoid (IV) Inmate From: Norway |
posted 07-05-2009 15:52
As it says on the tin, http://validator.w3.org/ is : quote: Trying to validate pure XML with it makes no sense. Use an XML validator. |
Maniac (V) Inmate From: there...no..there..... |
posted 07-05-2009 16:26
Why is there no header on that page anyway? I'm a little confused as to why it is done that way. |
Nervous Wreck (II) Inmate From: |
posted 07-17-2009 18:32
Thanks poi. In a real XML validator I get a bug that I do not understand http://www.validome.org/xml/validate/?lang=en&viewSourceCode=1&url=http://redsplat.org/getd |
Nervous Wreck (II) Inmate From: |
posted 07-27-2009 18:17
I fixed i by my self. |
Paranoid (IV) Inmate From: Norway |
posted 07-27-2009 18:42
I'm afraid you did not. code: JavaScript - http://redsplat.org/ Unknown thread Error: name: TypeError message: Statement on line 56: Cannot convert undefined or null to Object Backtrace: Line 56 of linked script http://redsplat.org/script.js document.title='redsplat - '+document.getElementById('title').innerHTML; ... stacktrace: ...
code: JavaScript - http://redsplat.org/ Timeout thread: delay 20 ms Error: name: TypeError message: Statement on line 42: Cannot convert undefined or null to Object Backtrace: Line 42 of linked script http://redsplat.org/script.js: In function fadeIn document.getElementById('content').style.opacity=opacity; ... stacktrace: ...
code: JavaScript - http://redsplat.org/ Timeout thread: delay 20 ms Error: name: TypeError message: Statement on line 33: Cannot convert undefined or null to Object Backtrace: Line 33 of linked script http://redsplat.org/script.js: In function fadeOut document.getElementById('content').style.opacity=opacity; ... stacktrace: ... |