OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

relax-ng message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: details of list.




> Do we allow <list> to have <attribute>s in it?
> 
> <list>
>   <value>x</value>
>   <attribute name="abc"/>
>   <value>y</value>
> </list>
> 
>   Semantics is clear, but it looks strange. Also, it is always possible
>   to rewrite it to more natural form. So I think we are going to
>   prohibit this.

Even stranger would be:

<list>
  <choice>
     <value>x</value>
     <attribute name="x"/>
  </choice>
  <choice>
     <value>y</value>
     <attribute name="y"/>
  </choice>
</list>

I don't think we want to allow this.

James




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC