on ‎2014 Aug 21 9:17 PM
Hello All,
I have a single column XML document. Is there an easy way apart from using a repeater to convert the single column XML document to string list.
| Values |
|---|
| 1 |
| 2 |
| 3 |
| 4 |
| 5 |
| 6 |
| 7 |
| 8 |
| 9 |
The output needs to be 1,2,3,4,5,6,7,8,9
Thanks,
Kiran
Request clarification before answering.
You can apply transformation to your XML using XSLT .
Thanks
Hari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I used the getlistfromxpath(XML,"//ColumnName") to implement the requirement.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.