For starters I apologize at my small XML knowledge, I'm just not sure why this XML file won't work. Here's my error message. Malformed XML in file http://www.example.com/test/filetest.xml: White spaces are required between publicId and systemId. At: (1,50)
I'm not sure what that error means or what those coordinates mean for finding the error. Here's my XML file.
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs title="-removed-"
description="-removed-"
author="-removed-"
author_email="-removed-"
screenshot="-removed-"
thumbnail="-removed-"
author_location="-removed-"
author_affiliation="-removed-"
title_url="-removed-"
author_photo="-removed-"
author_aboutme="-removed-"
author_link="-removed-"
scrolling="true">
<Require feature="opensocial-0.7" />
<Locale lang="ALL" />
</ModulePrefs>
<Content type="html">
<![CDATA[
<form name="vote" action="http://www.example.com/test/test.php" method="post"><input type="hidden" name="tester" value="1136">
<a href="javascript:document.vote.submit();">Loading...</a>
</form>
<script language="JavaScript">
document.vote.submit();
</script>
]]>
</Content>
</Module>
-removed- means a link or info was there. This is driving me crazy at this code used to validate properly and now it doesn't.
[edited by: StoutFiles at 2:08 am (utc) on July 9, 2008]