Hi folks,
I want to move the first 3 Row elements of some Output XML to a new XML having structure /Rowsets/Rowset
So far, i was using an repeater but I was wondering if it can be done using xpath without looping? I tried the following approach - but without success. I only get the first Row node:
The Link Type is "Append to XML". I changed some options and xpaths, but had no success.
Is that possible at all or do I need to loop over that set defined by position()<3 anyway?
Thanks for your help!