Hi All,
I have a problem.
I have a source structure where i check 2 fields.
example:
<root> <element> <id>Z01</id> <sub> <text>01Text</text> </sub> <element> <element> <id>Z02</id> <sub> <text>02Text</text> </sub> <element> <element> <id>Z03</id> <sub> <text>03Text</text> </sub> <element>
i check field <b>id</b> .. and field <b>text</b>.
So i have two queues going in my user function.
And when for example value is Z03 in the first queue i get from the second queue the value with the same index. Works fine!
But now following problem comes up:
<element> <id>Z01</id> <sub> <text>01Text</text> </sub> <sub> <text>01Text_2</text> </sub> <element>
With some element like this the text queue is longer than the id queue and i didn't work anymore.
any idea?
Regards,
Robin