Re: Concrete syntax with use case

Alessandro Vernet wrote:

> 4) Choose/when/otherwise
> 
> <p:choose from="is-valid">
>    <p:when test="/validity != 'true'">...</p:when>
>    Other p:when
>    Optional p:otherwise
> <p:choose>

I don't understand your example's use of p:choose.  It looks like
you are missing a p:when wrapper around the xslt step.

--Alex Milowski

Received on Wednesday, 19 July 2006 19:45:03 UTC