• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

ERROR: "info.plist does not validate against DTD"

New Here ,
Jun 17, 2009 Jun 17, 2009

Copy link to clipboard

Copied

Hi! I got this error if anyone has it solved Please HELP.

I am trying to package a WRT widget using Nokia WRT extension for Adobe Dreamweaver. This is the place for info on the extension: http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/Runtimes/Web_Runtime/

I figure developer from here who use DW to develop mobile content might know the error.

When come to the step of 'Package Nokia WRT Widget' I got this error: info.plist does not validate against DTD

and a page of error info shown like this:

DTD validated at: Wed Jun 17 2009 19:03:00 GMT+0800 (Malay Peninsula Standard Time)
DTD used for validation: http://www.nokia.com/DTDs/plist-1.0.dtd

LineColumnMessageExplanationSource
295DTD did not contain element declaration for document type name
316Attribute "version" exists, but can not be used for this element.
321element "plist" undefined. Did you mean "applet" or "strike"?
47element "dict" undefined. Did you mean "strike" or "input"?
57element "key" undefined. Did you mean "strike" or "blockquote"?
610element "string" undefined. Did you mean "strong" or "strike"?
77element "key" undefined. Did you mean "strike" or "blockquote"?
810element "string" undefined. Did you mean "strong" or "strike"?
97element "key" undefined. Did you mean "strike" or "blockquote"?
1010element "string" undefined. Did you mean "strong" or "strike"?
117element "key" undefined. Did you mean "strike" or "blockquote"?
1210element "string" undefined. Did you mean "strong" or "strike"?
137element "key" undefined. Did you mean "strike" or "blockquote"?
149element "true" undefined. Did you mean "textarea" or "tr"?

Can anyone knows what this means and how i can solve it?

Please help. Thankyou.


note: I am new here and knows that keep asking quesion without giving back is not good but I have a deadline here and wanted to finish the job. I will read some other post and try to help in return when I am able to do so.

TOPICS
Extensions

Views

2.1K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 17, 2009 Jun 17, 2009

Copy link to clipboard

Copied

This is a list of validation errors.

The secret with such a list is to fix the first one 'first', as those further up the list can cause a cascade of error messages, (that may not exist).

What you may also find, (looking at your list) is that it is trying to validate your scripts, so check this first.

Also check the documentation on the Nokia website for how everything should be coded, e.g. should script be in a CDATA section?

HTH

PZ

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 17, 2009 Jun 17, 2009

Copy link to clipboard

Copied

Hi pziecina,

Thanks for your reply,

I suspect my problem is the installation or setup of my system or software. as the result i tested is not by doing any scripting at all. All I did is following one of their example exactly (http://www.forum.nokia.com/Tools_Docs_and_Code/Tools/Runtimes/Web_Runtime/Dreamweaver_Extension/QuickStart.xhtml) and package strightaway without modifying the code. because I want to make sure i got the extension install correctly. even so by packaging one of their ready make example already yield this error.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 17, 2009 Jun 17, 2009

Copy link to clipboard

Copied

There are various none required items in their samples which you have to remove.

PZ

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jun 18, 2009 Jun 18, 2009

Copy link to clipboard

Copied

LATEST

A workaround to this issue is to download the http://www.nokia.com/DTDs/plist-1.0.dtd file and put it on your own webserver and then change the this line in your info.plist <!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.nokia.com/DTDs/plist-1.0.dtd"> to <!DOCTYPE plist PUBLIC "-//Nokia//DTD PLIST 1.0//EN" "http://www.userYourOwnServerDomainHere.com/DTDs/plist-1.0.dtd">.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines