How to replace a part of BLOB(XML)
Hi.
I would like to know how replace a part of BLOB.
For example, I have this code
<inscSufDestinatario>999999999</inscSufDestinatario>
<ufDestino>MG</ufDestino>
<ufOrigem>SP</ufOrigem>
<qtdeNF>#1</qtdeNF>
<notasFiscais>
and I need replace the "#1" for "5" or "10" and store him again in a blob.
I wait have been clear.
Tks