hello
         let my xml is:
<test>
    <image>
       <url>1.jpg</url>
    </image>
    <image>
       <url>2.jpg</url>
    </image>
    <image>
        <url>3.jpg</url>
    </image>
    <image>
        <url>4.jpg</url>
    </image>

    <name>
        AAAA
    </name>

    <name>
         ZZZZ
    </name>

</test>

in the pdf i want to show at top the first 2 image(1.jpg,2.jpg)
then the 2 names (AAAA, ZZZZ) and then the last 2 image (3.jpg,4.jpg)

for this i have uesd position(). at first i try to show the
images while position() < 3 then show the names (AAAA, ZZZZ)
then again show the images matching position()>2. but unfortunately
all the 4 images are shown at first then the names.

How can i do that?


Do you Yahoo!?
The New Yahoo! Search - Faster. Easier. Bingo.

Reply via email to