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?

My mistake - this does not enforce the condition that there is at least 
one Title or Date.  I should have checked more carefully before posting.


Oliver Hallam wrote:
> If you are going for the minimum number of characters, then this 
> (although not particularly efficient) should work:
>
> deep-equal(Title[1]|Date[1]|Author,*)
>
> or (probably more efficient)
>
> count(Title[1]|Date[1]|Author)=count(*)
>
>
> Oliver Hallam
> http://www.xqsharp.com



[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