[xml-dev] Re: XML design of ((a and b) or c)
by Andrew Welch other posts by this author
Dec 12 2006 5:53PM messages near this date
Re: [xml-dev] XML design of ((a and b) or c)
|
Re: [xml-dev] Re: XML design of ((a and b) or c)
& XSLT 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>
:)
_______________________________________________________________________
XML-DEV is a publicly archived, unmoderated list hosted by OASIS
to support XML implementation and development. To minimize
spam in the archives, you must subscribe before posting.
[Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
Or unsubscribe: xml-dev-unsubscribe@[...].org
subscribe: xml-dev-subscribe@[...].org
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
Thread:
Andrew Welch
Rick Jelliffe
Andrew Welch
Mitch Amiano
Andrew Welch
|