Repeating table in Secondary Data Source to Repeating table in Mai

M

MattBell

I have a web service which I call which has a repeating section in it. I
need to map values in that repeating section to my main datasource which also
has a section with repeating values which are similar but not identical to
the secondary.

Is there an easy way to move this data over? I tried using set field rules,
but it will only copy the first row of the repeating section. Is there a way
to loop while setting a field's value?
 
M

MattBell

You wouldn't happen to know a decent link for an example of the XSL would you?
 
M

Martyn Lawson

Hi Greg,

This is exactly what I am trying to achieve through the code. I have a
secondary datasource called Orders and it has a repeating group called
Products. How do i access these values in the code?

Cheers in advance,
Martyn....
 
Top