Re: Optional options

So if I summarize we have at least 4 levels

PARAMETER

<p:xslt>
  <p:parameter name="my:param" value="somevalue"/>
</p:xslt>

OPTION

<p:xslt>
  <p:option name="my:option" value="somevalue"/>
</p:xslt>

SPECIAL ELEMENT

<p:xslt>
  <my:element value="somevalue"/>
</p:xslt>

SPECIAL ATTRIBUTE

<p:xslt my:attribute="somevalue"/>


Isn't that a little bit too much of Xtensibility ?

Mohamed

On 5/7/07, Norman Walsh <ndw@nwalsh.com> wrote:
>
> Current, this is valid:
>
>   <p:identity my:attribute="somevalue"/>
>
> but I think this is not:
>
>   <p:identity>
>     <p:option name="my:attribute" value="somevalue"/>
>   </p:identity>
>
> I've got mixed feelings about that.
>
>                                         Be seeing you,
>                                           norm
>
> --
> Norman Walsh <ndw@nwalsh.com> | The richness of life lies in memories
> http://nwalsh.com/            | we have forgotten.--Cesare Pavese
>
>


-- 
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 Monday, 7 May 2007 11:26:49 UTC