[Home] [By Thread] [By Date] [Recent Entries]

  • From: "Andrew Welch" <andrew.j.welch@g...>
  • To: xml-dev@l...
  • Date: Tue, 12 Dec 2006 15:27:05 +0000

I wrote:
> (a and b) or c
>
> could be designed as:
>
> <or>
>     <a>
>     <and>
>         <b/>
>         <c/>
>     </and>
> </or>

...or more correctly:

<or>
  <and>
    <a/>
    <b/>
  </and>
  <c/>
</or>

:)


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


Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member