You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-users@xmlgraphics.apache.org by Meena <me...@wipro.com> on 2002/02/04 10:56:25 UTC

Regarding Lists

Hi,
I've an xml as something like below

<NODE name=A>
    <xyz>a</xyz>
    <NODE name=B>
    <xyz>b</xyz>
    <NODE name=C>
    <xyz>c</xyz>
</NODE>
</NODE>
</NODE>
<NODE name=D>
    <xyz>d</xyz>
    <NODE name=E>
    <xyz>e</xyz>
    <NODE name=F> 
    <xyz>f</xyz>
</NODE>
</NODE>
</NODE>
    
And in my output PDF File, i want an output as below

A                                   page.1
  B                                 page.2
    C                               page.3
D                                   page.4
  E                                 page.5

Is it possible to achieve the same without using tables?
Please reply soon.

Regds,
Meena