Subject:How to loop trough and identify attributes within a node Author:Michael Kwee Date:10 Jan 2007 05:05 PM Originally Posted: 10 Jan 2007 05:03 PM
Hi there,
I have a problem with identifying specific attributes within a node starting with "Date_".
The objective of the XSLT is to identify and transform those attributes that starts with "Date_" into other date format. However when i loop through the XML, the node that contains a few attributes cannot be identified using name() or "@*".
Is there a way to identify the attributes using wildcard function like start-with and so on ?
Please find attached my XSLT and the source XML. I have hardcoded the attributes within the SiebelMessage in this XSLT and it can work in this way.