Home. 
.

transparent

transparent

transparent

Altova Mailing List Archives


Re: [xml-dev] XPath challenge: can you simplify this XPath

From: "G. Ken Holman" <gkholman@----------------.--->
To: "'xml-dev@-----.---.---'" <-------@-----.---.--->
Date: 5/11/2009 5:11:00 PM
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


_______________________________________________________________________

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@l...
subscribe: xml-dev-subscribe@l...
List archive: http://lists.xml.org/archives/xml-dev/
List Guidelines: http://www.oasis-open.org/maillists/guidelines.php



transparent
Print
Mail
Like It
Disclaimer
.

These Archives are provided for informational purposes only and have been generated directly from the Altova mailing list archive system and are comprised of the lists set forth on www.altova.com/list/index.html. Therefore, Altova does not warrant or guarantee the accuracy, reliability, completeness, usefulness, non-infringement of intellectual property rights, or quality of any content on the Altova Mailing List Archive(s), regardless of who originates that content. You expressly understand and agree that you bear all risks associated with using or relying on that content. Altova will not be liable or responsible in any way for any content posted including, but not limited to, any errors or omissions in content, or for any losses or damage of any kind incurred as a result of the use of or reliance on any content. This disclaimer and limitation on liability is in addition to the disclaimers and limitations contained in the Website Terms of Use and elsewhere on the site.

.
.

transparent

transparent