XML.orgXML.org
FOCUS AREAS |XML-DEV |XML.org DAILY NEWSLINK |REGISTRY |RESOURCES |ABOUT
OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]
Re: [xml-dev] XPath challenge: can you simplify this XPath expression?

If we want to turn this into a game of code golf, then a few characters 
can be shaved:

Thanks to precedence rules, using '|' in place of ',' means you can drop 
a pair of brackets.

To save 2 characters, "empty" can be replaced with "not".  Also,   It is 
also possible to trim the whitespace between '*' and 'except', but that 
is really getting nasty.

Title and Date and not(*except Title[1]|Date[1]|Author)



Oliver Hallam
http://www.xqsharp.com


Costello, Roger L. wrote:
> I was just informed that the predicate [1] is not needed outside the except() function.
>
> So, the super, super XPath is David's solution:
>
>
> ************************************************
>
> Title and Date and empty(* except (Title[1], Date[1], Author))
>
> ************************************************ 
>
>
> Incredible.
>
> /Roger
> _______________________________________________________________________
>
> 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@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php
>
>   



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


News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 1993-2007 XML.org. This site is hosted by OASIS