ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> xml-dev
xml-dev
Re: [xml-dev] Re: XML design of ((a and b) or c)
by Andrew Welch other posts by this author
Dec 13 2006 6:16AM messages near this date
Re: [xml-dev] Re: XML design of ((a and b) or c) | RE: [xml-dev] XML design of ((a and b) or c)
& XSLT It does indeed... The Ant markup is to achieve a true/false result,
whereas I'm trying to model the items that make up an order, so the
result would be a set of elements.

It works for both, I think, so that's fine.

On 12/13/06, Mitch Amiano <mitch.amiano@[...].com>  wrote:
>  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>
>  >
>  > :)
> 
> 

_______________________________________________________________________

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

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved