
October 11th, 2004, 05:44 PM
|
|
Registered User
|
|
Join Date: Nov 2003
Posts: 17
Time spent in forums: 3 h 15 m 20 sec
Reputation Power: 0
|
|
|
Required white space was missing ?
How I solve this error?
IE: "Required white space was missing. Error processing resource ......"
Firefox 1.0: "XML Parsing Error: syntax error
<!DOCTYPE rss PUBLIC "http://127.0.0.1:8084/xmlwebgui/DTD/rss/rss.dtd" >
-------------------------------------------------^"
Code:
<?xml version="1.0"?>
<!DOCTYPE rss PUBLIC "http://127.0.0.1:8084/xmlwebgui/DTD/rss/rss.dtd" >
<rss version="0.91">
<channel> ......
If I input the DTD address into the browser I get the correct response but I don't know why I'm having this error when I open the xml file with a web browser.
Note: Don't concentrate in RSS format, because I'm using this as a test template.
|