[Home] [By Thread] [By Date] [Recent Entries]
It might be because key() selects only nodes in the document containing the context node, which you've made into the stylesheet itself with your xsl:for-each. So there are no nodes matching /items/item to be selected. That's the conclusion I reached too. Yes, that's correct - XSLT 1.0 > You could wrap the above-quoted xsl:apply-templates in another xsl:for-each that puts the context node back to the document that you want to process: Aha, that was just what I was looking for - it didn't click that doing a for-each on the root node would only cause one "iteration". At this point I'm only using it in one place, so I can live with the messiness (it's still cleaner than copying and pasting the same block 12 times!) Thanks for your help! Cheers, Adam.
|

Cart



