Re: Dynamic @href value for p:document?

2008/10/30 Norman Walsh wrote:

>     <p:for-each>
>        <p:iteration-source select="//matrix"/>
>        <p:load>
>          <p:with-option name="href" select="/matrix/@href"/>

  Thanks.

  I tried the Vojtech's solution, with select="@href", and didn't
understand why it didn't work.  If I am right, that is because even if
iteration-source select elements, they are turned into documents by
the processor (so in this case I can use matrix/@href but not @href).
Correct?

  Regards,

-- 
Florent Georges
http://www.fgeorges.org/

Received on Thursday, 30 October 2008 15:26:30 UTC