in my web run time app "Tourist attractions" Iam getting the error at " <key>
in my web run time app "Tourist attractions" Iam getting the error at " <key>Identifier</key>" in info.plist
my info.plist is "as below"
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/DTDs/plist-1.0.dtd">
<plist version="1.0">
<dict>
<key>DisplayName</key>
<string>TouristAttractions</string>
<key>Identifier</key>
<string>com.TouristAttractions.widget</string>
<key>Version</key>
<string>1.0.0</string>
<key>AllowNetworkAccess</key>
<true/>
<key>MainHTML</key>
<string>index.html</string>
<key>MiniViewEnabled</key>
<false/>
</dict>
</plist>
Error highlighted at "<key>DisplayName</key>" is
Description Resource Path Location Type
[url]http://www.nokia.com/DTDs/plist-1.0.dtd[/url] Info.plist /TouristAttractions line 3 Problem
Re: in my web run time app "Tourist attractions" Iam getting the error at " <key>
it does look ok, anyway, you could always try replacing it with something that works, f.ex. take it from wiki examples: [url]http://www.developer.nokia.com/Community/Wiki/Create_your_first_WRT_widget[/url] and then see what happens if you change the lines as they are in yours.
Re: in my web run time app "Tourist attractions" Iam getting the error at " <key>
[QUOTE=GTO_India;908116]in my web run time app "Tourist attractions" Iam getting the error at " <key>Identifier</key>" in info.plist
my info.plist is "as below"
....
Error highlighted at "<key>DisplayName</key>" is
Description Resource Path Location Type
[url]http://www.nokia.com/DTDs/plist-1.0.dtd[/url] Info.plist /TouristAttractions line 3 Problem[/QUOTE]
Hi,
That error is due to missing DTD file. It has not been around for years.
So please ignore this warning.
Br,
Ilkka