↧
converting XML to CSV format
Thanks hgen_banks Here is the XML and XSL that I was able to use <?xml version="1.0"?> <D> <D1 ID="1" NAME="NEERAJ" SCORE="8"/> <D2 ID="2" NAME="RAJAT" SCORE="4"/> <D3...
View Articleconverting XML to CSV format
Getting at attributes in an xslt is the same as getting at elements, except that you must precede the name with an @ sign.
View Articleconverting XML to CSV format
I have to convert XML to CSV format using XSLT Transformation. My XML looks like: <D><D1 ID="1" Name="Paul Banas" ActiveStatus="0"/><D1 ID="2" Name="Dave" ActiveStatus="0"/><D1...
View Article