Cannot access some fields from a XML Datasource
Posted: Fri Oct 01, 2021 4:26 pm
I'm evaluating Stimulsoft Reports to use on our company but I'm having some troubles using it with a XML datasource.
We have a XML document that has the following structure:
Fields inside the NFe tag could be accessed normally, but fields inside protNFe, don't.
What could be wrong?
Thanks!
We have a XML document that has the following structure:
Code: Select all
<nfeProc xmlns="http://www.portalfiscal.inf.br/nfe" versao="4.00">
<NFe xmlns="http://www.portalfiscal.inf.br/nfe">...</NFe>
<protNFe versao="4.00">...</protNFe>
</nfeProc>
What could be wrong?
Thanks!