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

RE: Can this all fit into one Xpath expression?

Subject: RE: Can this all fit into one Xpath expression?
From: "Michael Kay" <mike@xxxxxxxxxxxx>
Date: Tue, 14 Apr 2009 20:36:30 +0100
RE:  Can this all fit into one Xpath expression?
> I have a structure with conditions something like this:
> 
> //GenTable/table/tgroup/tbody/row/entry[Emphasis = 'Address 
> Offset'] and Emphasis[@type='bold']
> 
> //GenTable/table/tgroup/tbody/row/entry[Emphasis = 'Physical 
> Address'] and Emphasis[@type='bold']
> 
> //GenTable/table/tgroup/tbody/row/entry[Emphasis = 
> 'Instance'] and Emphasis[@type='bold']
> 
> //GenTable/table/tgroup/tbody/row/entry[Emphasis = 
> 'Description'] and Emphasis[@type='bold']
> 
> //GenTable/table/tgroup/tbody/row/entry[Emphasis = 'Type'] 
> and Emphasis[@type='bold']

> 
> If a GenTable element has four or the five entry elements, 
> that match these conditions, i want to set 
> GenTable[@role='Register'] and GenTable[@columns='1'].
> 
> Can this be squeezed into one hairy Xpath expression.
> 
> Sorry still trying to get my head around multiple predicates.
> 

I suspect from your last sentence that the code you have supplied doesn't
mean what you think it means, but I don't know what you think it means
because you haven't told us, so I don't know how to correct it.

It's certainly possible to express the condition you want in XPath (even the
condition that only four out of the five predicates need to be true - though
that one is almost certainly easier in XPath 2.0). But this bit:

>i want to set GenTable[@role='Register'] and GenTable[@columns='1'].

is beyond the capability of XPath (either version). XPath is a read-only
query language.

Michael Kay
http://www.saxonica.com/

Current Thread

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
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.