You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@shindig.apache.org by "Randy Hudson (JIRA)" <ji...@apache.org> on 2009/10/09 05:45:31 UTC

[jira] Commented: (SHINDIG-1187) Gadget Spec - Rendering must support multiple content sections

    [ https://issues.apache.org/jira/browse/SHINDIG-1187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12763795#action_12763795 ] 

Randy Hudson commented on SHINDIG-1187:
---------------------------------------

Just to point out more issues in the spec, the next sentence reads:
"the set of view names on <Content> blocks with @href set to a non-null, non-empty string MUST be unique within the Gadget XML"

The set of view names on each of these two content blocks is unique:
<Content type="url" href="/some/more/html/content1" view="home, foo"/>
<Content type="url" href="/some/more/html/content2" view="home, bar"/>

So that's valid?  But then view="home" would require concatenation.

> Gadget Spec - Rendering must support multiple content sections
> --------------------------------------------------------------
>
>                 Key: SHINDIG-1187
>                 URL: https://issues.apache.org/jira/browse/SHINDIG-1187
>             Project: Shindig
>          Issue Type: Bug
>          Components: Java
>    Affects Versions: 1.1-BETA3
>            Reporter: Randy Hudson
>            Priority: Critical
>
> If gadget XML contains:
> <Content type="html" view="home">
> <![CDATA[ 
> 	<p>Why don't I show up?</p>
> ]]>
> </Content>
> <Content type="html" href="/some/more/html/content" view="home"/>
> Only the second content shows up in the rendered gadget.  Both sections should show up.  The restriction related to limits on content with hrefs only applies for type="url" content.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.