Oxygen XML Editor
 
[XML-DEV Mailing List Archive Home] [By Thread] [By Date]

Re: XML design of ((a and b) or c)


  • From: "Andrew Welch" <andrew.j.welch@...>
  • To: xml-dev@...
  • 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]
 
© 2002-2008 SyncRO Soft Ltd. All rights reserved. | Sitemap | Privacy Policy
This website was created & generated with <oXygen/> XML Editor