Given a node type with 3 defining attributes (i.e., primary key) ...
<someNode a=aValue b=bValue c=cValue>
<data>target</data>
</someNode>
... is it possible to access data from 1 of n of these using some form of
logical AND?
For example ...
<xsl:variable name="theData" select="someParent/someNode[@a='aKey' and
@b='bKey' and @c='cKey']/data" />
Thanks.
Mik
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
| Current Thread |
- Quark Express
- jim jim - Thu, 7 Jun 2001 13:16:15 -0400 (EDT)
- Matt Gushee - Thu, 7 Jun 2001 14:09:28 -0400 (EDT)
- Mikal Keenan - Thu, 7 Jun 2001 15:48:56 -0400 (EDT) <=
- Peter Flynn - Thu, 7 Jun 2001 18:13:28 -0400 (EDT)
- <Possible follow-ups>
- Conor Ryan - Fri, 8 Jun 2001 05:06:07 -0400 (EDT)
|
|