Getting key column in loop + XSLT
- by rajcog
Hi,
I need a help on getting primary key values repeated times from the xml.Here is the xml file.
the required output is
KeycolumnName,Columnname
customer_id,customer_id
customer_id,customer_name
customer_id,customer_address
Can anyone help me on this?