How to convert XML to CSV (to be shown in Excel file) using XSLT?
Provided XML value itself contains comma, e.g.
<name>The,Bad Boy</name>
My logic considers "The"
& "Bad boy"
as separate values as it goes in different columns after opening in Excel file.