
11/10/2007, 01:08
|
| | Fecha de Ingreso: octubre-2007
Mensajes: 3
Antigüedad: 17 años, 5 meses Puntos: 0 | |
Re: iReport 1.3.0 + XML DataSource Adjunto expresiones XPATH utilizadas en el informe así como el fichero xml origen de datos.
************************************************** **************
************************************************** **************
<?xml version="1.0" encoding="ISO-8859-1" ?>
<padron>
<cabecera>
<ayuntamiento>099</ayuntamiento>
<annocargo>2003</annocargo>
<numcargo>4</numcargo>
</cabecera>
<recibo>
<numfijo>1</numfijo>
<niftit>13809999K</niftit>
<apelnomtit>PEDRO EL PESCADOR</apelnomtit>
<domnot>CL BATALLA DEL </domnot>
<descvado>VADO Nº 2</descvado>
<metcuadrados>0,0000</metcuadrados>
<numplazas>1</numplazas>
<uso>INDIVIDUAL SIN MODIFICACION DE RASANTE CATEGORIA 1</uso>
<importe>5,67</importe>
<importeded></importeded>
<importetot>5,67</importetot>
</recibo>
<recibo>
<numfijo>2</numfijo>
<niftit>13878457K</niftit>
<apelnomtit>JESUS FRAUDE SERAFIN</apelnomtit>
<domnot>DEL EBRO IZ</domnot>
<descvado>VADO</descvado>
<metcuadrados>0,0000</metcuadrados>
<numplazas>1</numplazas>
<uso>INDIVIDUAL</uso>
<importe>5,67</importe>
<importeded></importeded>
<importetot>5,67</importetot>
</recibo>
<total>
<totalrecibos>125</totalrecibos>
<totalimporteded>999</totalimporteded>
<totalimportetot>1628,23</totalimportetot>
</total>
</padron>
************************************************** **************
************************************************** **************
Expresiones XPATH para obtener los datos en el iReport.
/padron/cabecera+ayuntamiento
/padron/cabecera+annocargo
/padron/cabecera+numcargo
/padron*recibo
/padron/total+totalrecibos
/padron/total+totalimporteded
/padron/total+totalimportetot
Última edición por tuerkkas; 11/10/2007 a las 01:13 |