i think that's to hard to make
test if you can

<person>
 <name>Aname</name>
 <order>1</name>
</person>
<person>
 <name>Anothername</name>
 <order>2</name>
</person>

that's most easy to do and most easy to map and understand.


2006/6/28, Stefano Orselli <[EMAIL PROTECTED]>:

Hi to all!
I've a problem.
I transform a bean to an xml file, and after i process this xml file with
fop.
I've an array (or a collection) but when i create (via betwixt) the xml
file
i find all the tags for the array value without numeration:
example
......
<name>Francesca</name>
<name>Stefano</name>
<name>Massimo</name>
......
but for a lot of reasons i want numbered tags:
example
......
<name1>Francesca</name1>
<name2>Stefano</name2>
<name2>Massimo</name2>
......
is there a solution?
Thanks
Ciao
Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to