cancel
Showing results for 
Search instead for 
Did you mean: 

MII 12.1 - Getting String List from a single column xml document

former_member191528
Participant
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

HariCS23
Contributor
0 Kudos

You can apply transformation to your XML using XSLT .

Thanks

Hari

former_member191528
Participant

I used the getlistfromxpath(XML,"//ColumnName") to implement the requirement.

Answers (0)