Child attributes into one field
-
i have a xml like this:
<products> <properties> <prop> <property>Color</property> <values> <value> <title>Red</title> </value> <value> <title>Green</title> </value> </values> </prop> <prop> <property>Length</property> <values> <value> <title>10</title> </value> <value> <title>20</title> </value> </values> </prop> </properties> </products>
I am trying to put the colors into one field seperated in comma like this:
Red, GreenSome products have one color and some more, how can i achieve this?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Child attributes into one field’ is closed to new replies.