[xsl] Can this all fit into one Xpath expression?

Subject: [xsl] Can this all fit into one Xpath expression?
From: russurquhart1@xxxxxxxxxxx
Date: Tue, 14 Apr 2009 14:02:45 -0500 (CDT)
Hi,

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.

Any help is greatly appreciated!

Thanks,

Russ

Current Thread