Good Day!We would like to seek help on managing multiple values within a single XML attribute.
<Row>
<title>type Title here</title>
<description>type Description here</description>
<stage>Development</stage>
<platform>Java, .NET, Mainframe</platform>
<lifecycle>Custom Development</lifecycle>
<servicegroup>System Integration (SI), Technology Consulting (TC)</servicegroup>
</Row>
With the above sample xml, as you may notice, <platform> does have 3 values; (1) Java, (2) .NET and (3) Mainframe.