[xsl] collecting ALL nodes with a specific attribute on all levels

Subject: [xsl] collecting ALL nodes with a specific attribute on all levels
From: Alexander Stippler <stip@xxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 25 Jan 2006 13:22:14 +0100
Hi,

I have several XML documents where some tags on different levels and with different structure share
some attribute, let's say 'property'. How do I apply templates to all these nodes. There are different
templates for a match to e.g. 'XXX/@property' or 'YYY/ZZZ/WWW/ @property'. So how can I process all tags in all XML-documents having the property attribute regardless the level the 'live'.
Sorry for the unprecise use of terms, but I'm quite a newbie to XSLT.


regards,
Alex


Current Thread