[Date Prev]
| [Thread Prev]
| [Thread Next]
| [Date Next]
--
[Date Index]
| [Thread Index]
Re: [xml-dev] Re: XML design of ((a and b) or c)
- From: Mitch Amiano <mitch.amiano@agilemarkup.com>
- To: Andrew Welch <andrew.j.welch@gmail.com>
- Date: Wed, 13 Dec 2006 09:03:51 -0500
By the way, that's how ANT markup does it too.
Andrew Welch wrote:
> 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]