Re: XForms and APP clients

Hi Nikunj,

Thanks for this...I'm starting to get there. :) Some of this is more
difficult than other parts, so I'll do the easy bits first.

> The problem here is that the link cannot be constructed in XForms.
> XForms can dump the href of this link as text on the XHTML output, but
> then it would be of little value in the feed reader. What I would have
> liked is if I could specify the following in the xforms:output control
>
> <xforms:output ref="atom:link[@rel='alternate']">
>     <a href="{@href}"><xforms:output ref="atom:title"/></a>
> </xforms:output>

This should be:

  <xf:trigger appearance="minimal">
    <xf:label ref="atom:title" />
    <xf:load ev:event="DOMActivate" ref="atom:link[@rel='alternate']/@href" />
  </xf:trigger>

Regards,

Mark

-- 
  Mark Birbeck, formsPlayer

  mark.birbeck@x-port.net | +44 (0) 20 7689 9232
  http://www.formsPlayer.com | http://internet-apps.blogspot.com

  standards. innovation.

Received on Friday, 1 June 2007 16:30:36 UTC