always error in submitting xml to contest
>When i submit my xml file i keep on getting errors (i use the standard xml file). at:http://www.worldsbestapp.com/submitentry.aspx
Your XML file does not meet our submission standards. The following error occured:The element 'Entry' has invalid child element 'PassportSiteID'. Expected 'EnableIP'. An error occurred at , (21, 4).>deletingPassportSiteID.
Your XML file does not meet our submission standards. The following error occured:The 'Hidden' element has an invalid value according to its data type. An error occurred at , (32, 18).>
hidden element changed to False, or 0, or True. nothing helps.What must i do?
[802 byte] By [
yvo] at [2007-12-17]
I also keep getting the same error for different tags. I have loaded the XML in VS.Net IDE, and I am sure there is no syntax error. Need your help.
<?xml version="1.0"?>
<Entry>
<EntryID>7</EntryID>
<Error />
<Locale>en-us</Locale>
<Kids>1</Kids>
<Page>1</Page>
<Category>50</Category>
<Sequence>10</Sequence>
<Name>Together</Name>
<Description>Online Activity</Description>
<URL>http://winspace.com/activity.aspx</URL>
<IconURL />
<Type>App</Type>
<Height>500</Height>
<Width>500</Width>
<Location>side</Location>
<MinUsers>2</MinUsers>
<MaxUsers>2</MaxUsers>
<EnableIP>False</EnableIP>
<ActiveX>False</ActiveX>
<SendFile>False</SendFile>
<SendIM>False</SendIM>
<ReceiveIM>False</ReceiveIM>
<ReplaceIM>False</ReplaceIM>
<Windows>False</Windows>
<MaxPacketRate>120</MaxPacketRate>
<UserProperties>False</UserProperties>
<ClientVersion>6.0</ClientVersion>
<AppType>0</AppType>
<Hidden>True</Hidden>
</Entry>