Anthony Diodato wrote:

> I'm not sure how to accomplish the following.  I was hoping someone would
> point me in the right direction?
> 
> I would like to do the following:
> 
> <mynode myattr="<xsp:expr>foo.getBar()</xsp:expr>"/>
> 
> But, of course, that is not wellformed XML.  Is there a way to accomplish
> that is XSP?

<mynode>
  <xsp:attribute name="myattr"><xsp:expr>foo.getBar()</xsp:expr></xsp:attribute>
</mynode>


Also note that this markup will work in Cocoon 2 as well.

S/MIME Cryptographic Signature

Reply via email to