cancel
Showing results for 
Search instead for 
Did you mean: 

Manipulating XML into VC Table

Former Member
0 Kudos

Hi, have a web service that is returning XML into VC response field, but I wish to manipulate it into a table.

XML data example:

<mydata>

<element><name>brian</name><age>38</age></element>

<element><name>fred</name><age>56</age></element>

<element><name>susan</name><age>23</age></element>

</mydata>

How do I put it into a table with headers:

Name Age

Thanks

Brian

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Brian,

how would you like to display it? I think for Visual Composer the XML file is a string so, you have to modify your webservice so that you get several strings in an array, but it depends on your requirements.

Best Regards,

Marcel