|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Using keys to filter nodesets
I am trying to use a key to filter a nodeset. The individual elements work,
but when I put them all together the nodeset does not get filtered. What am
I doing wrong? - Maria
<xsl:key name="MappingKey"
match="/PresentationData/PageSpecific/SubscriptionList/Subscription/WDBiller
ID" use="../SubscriptionID"/>
<xsl:template match="//Biller[WDBillerID = key('MappingKey',
/PresentationData/PageSpecific/SubscriptionList/Subscription/SubscriptionID[
1])]">
<option>
<xsl:attribute name="value"><xsl:value-of
select="MappedBillerID"/></xsl:attribute>
<xsl:value-of select="MappedBillerName"/>
</option>
</xsl:template>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








