+1
> Change Log<
http://wiki.opensocial.org/index.php?title=Data_Pipelining#Change_Log>
> :
> 11/17/08 - Updated with feedback from OpenSocial 0.9 summit:
>
> - Added separate <Require> feature for "osml"
> - Added <os:Get> tag to render inline HTML
> - Moved <os:TabSet> to Next Round of Tags, as it wasn't clear that
> containers were ready to support the processing required for HTML content
> embedded inside of OSML tags
>
> Evan
>
> On Wed, Nov 12, 2008 at 8:26 AM, Evan Gilbert <
uid...@google.com> wrote:
> > Thanks, fixed both.
>
> > Also, everyone should feel free to make edits to fix obvious errors. For
> > comments and issue discussion, possibly start a new section at the bottom of
> > the page.
>
> > On Wed, Nov 12, 2008 at 8:03 AM, Chris Chabot <
chab...@google.com> wrote:
>
> >> one last nit-pick:
>
> >> echo "High score for <os:Name person=\"${Owner}\"> is ".getHighScore($Viewer.id);
>
> >> s/Viewer/Owner in the getHighScore()
>
> >> On Wed, Nov 12, 2008 at 7:58 AM, Chris Chabot <
chab...@google.com> wrote:
>
> >>> few minor details:
>
> >>> Seems to be a cut&paste error or missing the rest of the sentence
>
> >>> div if="${jobs[0].Title}">${name}'s job is ${jobs[0].Title}"</div>instead of
>
> >>> also
>
> >>> <?php
> >>> foreach ($ViewerFriends as $friend) {
>
> >>> if ($friend.birthday) {
> >>> echo "<div>".$
friend.name."'s birthday is".$friend.birthday."</div>";
>
> >>> }
> >>> }
> >>> ?>
>
> >>> The class.property construction is invalid in php, that should be
> >>> $array['hash'] or $object->property
>
> >>> -- Chris
>
> >>> On Wed, Nov 12, 2008 at 12:19 AM, Evan Gilbert <
uid...@google.com>wrote:
>
> >>>> (Sorry this is late - the Data Pipelining discussion sidelined this
> >>>> proposal for a couple of days)
>
> >>>> This is a proposal for an initial set of OSML tags. These tags came out
> >>>> of discussions on the OpenSocial template discussion list, see earlier work
> >>>> at
> >>>>
http://wiki.opensocial-templates.org/index.php?title=OpenSocial_Marku....