XSLT - getting the attribute name
hi
i am new to XSLT. i need a help
i have a xml file and it contains a node with attribute
<songs type="folks"></songs>
i want to knw how to get the attribute name ie (type) in a XSLT. i got its value uisng the @type function. but i have to get the attribute name.and print it in a table.
plz help me
thnkx

