On Tue, Dec 16, 2008 at 2:47 PM, Henning Schmiedehausen < [email protected]> wrote:
> The gadget spec at > > http://code.google.com/p/opensocial-resources/source/browse/spec/0.8/gadgets/gadgets-extended.xsd > defines an attribute <xs:attribute name="render_inline" > type="xs:string" use="optional"/> in line 132 which is not > parsed/evaluated by the current ModulePrefs. Does that mean it is not > used or was it missed. Also, the "string" attribute (which probably is > a typo) is not parsed as well... :-) The 'extended' XSD is not actually the specification -- it's there to enumerate legacy properties inherited from igoogle. The canonical XSD doesn't include most of those fields. That said, ModulePrefs makes all properties available to those that want them via getAttribute / getUriAttribute. > > > Ciao > Henning >

