[closed] Re: Primary output port in p:viewport

Per the minutes of 23 July, I don't think there's anything to be said.

> Section 4.3 (p:viewport) says: "The p:viewport must contain a single,
> primary output port explicit declared explicitly or supplied by default"
>
> Does this mean that if I want to provide an explicit output port in
> p:viewport I always have to do:
>
> <p:viewport match="...">
>   <p:output port="foo" primary="true"/>
>   ...
> </p:viewport>
>
> Or would the following also work (because the output port is the only
> port and would therefore become primary automatically, similar to what
> happens in p:declare-step):
>
> <p:viewport match="...">
>   <p:output port="foo"/>
>   ...
> </p:viewport>
>
> Regards,
> Vojtech

                                        Be seeing you,
                                          norm

-- 
Norman Walsh <ndw@nwalsh.com> | During the first period of a man's life
http://nwalsh.com/            | the greatest danger is: not to take the
                              | risk.-- Kierkegaard

Received on Thursday, 10 September 2009 14:05:23 UTC