Re: [Widgets] Requirements LC

On 6/18/08, Marcos Caceres <marcosscaceres@gmail.com> wrote:
>  R35. Configuration Document Data
>  A conforming specification SHOULD specify a means that allows authors
>  to access any relevant data they declared in the configuration
>  document for the widget resource.

On 6/19/08, Marcos Caceres <marcosscaceres@gmail.com> wrote:
> This just means that you should be able to get at the stuff in the
>  config.xml file (so you don't need to declare the metadata again in
>  the start file).

oh, well that definitely isn't what i misinterpreted it to mean :)

what is the reason not to require access to irrelevant information?
i guess it's implementation simplicity...

> How would you suggest I rewrite it?

i think my concern is "they declared". I treated that is a "link" and
read the block to mean that the host would "resolve the link" on
retrieval.

declare: foo=get_data_from(http://somewhere)

means: retrieve(foo)

result:
  data from somewhere is loaded

your goal:
  "get_data_from(http://somewhere)"

Received on Thursday, 19 June 2008 08:03:39 UTC