[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XPath challenge: can you simplify this XPath expression?

  • From: "G. Ken Holman" <gkholman@C...>
  • To: "'xml-dev@l...'" <xml-dev@l...>
  • Date: Mon, 11 May 2009 12:57:12 -0400

Re:  XPath challenge: can you simplify this XPath expression?
At 2009-05-11 18:49 +0200, Philippe Poulard wrote:
>Costello, Roger L. a écrit :
>>Hi Folks,
>>I created an XPath expression and I am wondering if it can be simplified.
>>The XPath expresses this:
>>    There must be one child Title element and
>>    there must be zero or more child Author elements and
>>    there must be one child Date element and
>>    nothing else.
>>
>>Here's the XPath 2.0 expression I created:
>
>Hi,
>
>I don't know how to write it with XPath 2, but 
>wouldn't it be simpler to say: "the context has 
>the type xxx" where xxx is the type defined in a 
>schema, using schema-element() ?
>
>I'm almost sure Saxon-SA can do that... any confirmation ?

I don't think you can express Roger's constraints in W3C-Schema-speak.

In ISO/IEC 19757-2 RELAX-NG Compact Syntax it would be:

   ( Title & Author* & Date )

... which takes advantage of the interleave 
concept in RELAX-NG that is not in W3C Schema.

How would you think one would write the content 
model in W3C Schema to satisfy Roger's 
constraints?  If successful, then yes one could 
consider using the XPath schema validation 
approach, which yes Saxon-SA can do just fine.

Perhaps you can write it in W3C-Schema-speak and 
I just cannot see it and I'm missing something obvious.

. . . . . . . . . . Ken

--
XQuery/XSLT/XSL-FO hands-on training - Los Angeles, USA 2009-06-08
Crane Softwrights Ltd.          http://www.CraneSoftwrights.com/x/
Training tools: Comprehensive interactive XSLT/XPath 1.0/2.0 video
Video lesson:    http://www.youtube.com/watch?v=PrNjJCh7Ppg&fmt=18
Video overview:  http://www.youtube.com/watch?v=VTiodiij6gE&fmt=18
G. Ken Holman                 mailto:gkholman@C...
Male Cancer Awareness Nov'07  http://www.CraneSoftwrights.com/x/bc
Legal business disclaimers:  http://www.CraneSoftwrights.com/legal



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


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.