- From: Steven Pemberton <Steven.Pemberton@cwi.nl>
- Date: Tue, 02 Jun 2009 12:22:26 +0200
- To: "Hunter Perrin" <hperrin@gmail.com>, site-comments <site-comments@w3.org>
Also fixed. Many thanks for the sharp eyes :-) Steven Pemberton On Mon, 01 Jun 2009 08:43:21 +0200, Hunter Perrin <hperrin@gmail.com> wrote: > I believe this is also a typo on the same page. It's in the Repeat > section under "Initializing inserted items". > <trigger> > <label>New</label> > <action ev:event="DOMActivate"> > > > <insert nodeset="todo" position="after" at="count(todo)"/> > <setvalue ref="todo[last()]/status">unstarted</xf:setvalue> > > > <setvalue ref="todo[last()]/task"/> > <setvalue ref="todo[last()]/date" value="substring-before(now(), > 'T')"/> > > > </action> > </trigger> > > The only tag with a namespace identifier is the first <setvalue>'s > closing tag. I don't believe it needs the identifier. > > Thanks, > Hunter
Received on Tuesday, 2 June 2009 10:23:09 UTC