XML Publisher - fetch value from particular row in a group
edited May 11, 2012 10:56AM in PeopleTools and Lifecycle Management - PSFT (MOSC) 3 commentsAnswered
Hi,
I have XML data like this
<rowset>
<row>
<fieldnumber>01<f/ieldnumber>
<fieldvalue>ABC</fieldvalue>
</row>
<row>
<fieldnumber>02<f/ieldnumber>
<fieldvalue>XYZ</fieldvalue>
</row>
</rowset>
The data in this xml will not be displayed like:
"The contact person for the department is ABC.Please contact the person at XYZ."
In the template I know that field number 01 should come in the first line (ABC) and Field number 02 in the second line (XYZ).
Is there a simple way to do this?
Thanks,
Arun
0