Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
In a table I have a column that contains xml data I need to extract the value 937.24 as I can do it, please help
<detalle>
<codigoPrincipal>I005359</codigoPrincipal>
<descripcion>INSUMOS MEDICOS</descripcion>
<cantidad>1</cantidad>
<precioUnitario>7810.33</precioUnitario>
<descuento>0.00</descuento>
<precioTotalSinImpuesto>7810.33</precioTotalSinImpuesto>
<impuestos>
<impuesto>
<codigo>2</codigo>
<codigoPorcentaje>2</codigoPorcentaje>
<tarifa>12</tarifa>
<baseImponible>7810.33</baseImponible>
<valor>937.24</valor>
</impuesto>
</impuestos>
</detalle>
Funciono, muchas gracias.
Hello
I attached an example of a possible way to do it.
A greeting,
Funciono, muchas gracias.