Re: Syntactic irregularity (choose vs. other components)

Hum...

On 10/12/06, Norman Walsh <Norman.Walsh@sun.com> wrote:
> Consider
>
>   <p:pipeline>
>     <p:declare-input step=... source=...>
>
>   <p:step>
>     <p:input step=... source=...>
>
>   <p:for-each>
>     <p:declare-input step=... source=...>
>
>   <p:viewport>
>     <p:declare-input step=... source=...>
>
>   <p:group>
>     <p:declare-input step=... source=...>
>
> and
>
>   <p:choose step=... source=...>
>     <p:when test=... step=... source=...>
>

or you forgot to mention the main aspect of when which is @test

>   <p:choose>
>     <p:input step=... source=...>
>
>     <p:when test=...>
>       <p:input step=... source=...>

I cannot imagine something like this because I don't see if the test
is on the input of the choose or on input of the when....

but may be in between

>   <p:choose>
>     <p:input step=... source=...>
>
>     <p:when test=... step=... source=...>

Mohamed
-- 
Innovimax SARL
Consulting, Training & XML Development
9, impasse des Orteaux
75020 Paris
Tel : +33 8 72 475787
Fax : +33 1 4356 1746
http://www.innovimax.fr
RCS Paris 488.018.631
SARL au capital de 10.000 €

Received on Thursday, 12 October 2006 14:34:09 UTC