Please help me to parse text from xml with xslt [closed]

allonym

New Member
Here is my xml:\[code\]<catalog><cd> <title>Empire Burlesque</title> <year>1985</year></cd><cd> <title>Hide your heart</title> <year>1988</year></cd><cd> <title>Greatest Hits</title> <year>1982</year></cd></catalog>\[/code\]And I want to use xslt parse this to text, a result look like this:\[code\]Empire Burlesque, Hide your heart, Greatest Hits, 1985, 1988, 1982,\[/code\]Thanks for any help!
 
Top