Scusami ancora
Ti posto un pezzo di codice xml che deve essere convertito in pdf o rtf attraverso il fop
	codice:
	<quotation>
 <head>
  <sender>
   ... (dati mitt)
  </sender>
  <receiver>
   ... (dati dest)
  </receiver> 
 </head>
 <items>
  <item>
   <pos_number>xxx</pos_number>
   <pos_discount>xx,xx</pos_discount>
   <pos_gross>xxx,xx</pos_gross>
   ...
  </item>
  <item>
   <pos_number>xxxx</pos_number>
   <pos_discount>xx,xx</pos_discount>
   <pos_gross>xxx,xx</pos_gross>
   ...
  </item>
 </items>
</quotation>
 
Come potrebbe essere un file xsl-fo tipo derivante da questo xml?
Grazie ancora..