Re: [xsl] Problem with a key

Subject: Re: [xsl] Problem with a key
From: "Murray McDonald" <m.mcdonald@xxxxxxxxx>
Date: Thu, 22 Mar 2012 17:22:32 -0400
You are trying to match against the device name aren't you?  If so I think
you have your "match" and use parameters reversed

<xsl:key name="bugtitlekey"
match="errata_section/devices_impacted/device_name"
use="ancestor::errata_section/title">

Current Thread