Questions tagged as 'xml'

1
answer

XML import for Oracle tables

. Hello, I need to import an XML file into an oracle table. There are several examples on the internet, but none of them worked for me. In general, I'm having the error: LPX-00210: expected '<' instead of '�' ORA-06512: at "SYSTEM.LOAD_XM...
asked by 30.06.2014 / 00:32
0
answers

xml components are not loaded in activity

Edition:    I just discovered that if you comment on the lines that cause the error,   it gets the screen all black ... that is, it does not load the layout. I'm trying to get a ProgressBar and a TextView to be able to make changes accord...
asked by 02.12.2014 / 14:56
2
answers

Value when is null does not show value in xml

I did this: if (lis.DT_TransacaoV == null) pdv.Transacao = "Não Recebido"; else pdv.Transacao = "Recebido"; I have in the object PDV a property called Transacao...
asked by 28.05.2014 / 22:39
1
answer

Error in the CEP query in PHP

I'm trying to fix the URL that queries the zip code in PHP, when typing zip XXXXX-XXX the URL is displaying the amp; characters that are causing error in the XML result. Correct query: http://cep.republicavirtual.com.br/web_cep.php?format...
asked by 20.09.2018 / 16:07
1
answer

NFe - ERROR in AddProt (For those who have already used NfePHP)

(For those who have already used NfePHP) I've done almost all of the steps to Generate Nfe: I created the xml in MakeNfe Signed xml with AssinaNfe Validated with ValidaXml I sent the Lot to Sefaz with the EnviaLote.php I consult...
asked by 11.10.2017 / 03:15
1
answer

Display array data

I need to display the data for this array and I'm not sure how to place the call. I would like to get specific data like [Postage] => 140.55 [0] => SimpleXMLElement Object ( [@at...
asked by 05.10.2018 / 16:49
2
answers

How to envelop the sending batch of NFe in the header using C #?

Hello, I'm not experienced with WebServices , but I'm trying to develop a NFCe sender and I've already been able to authorize some notes in the certification environment. I generate XML using C# , so I validate, sign an...
asked by 10.10.2016 / 06:27
1
answer

NFe XML Parser for Object

I'm trying to make an XML parser from NFe for the TNFeProc object, and I always get the error: java.lang.IllegalArgumentException: can't parse argument number: {0} at java.text.MessageFormat.makeFormat(MessageFormat.java:1429) at java.text.Mes...
asked by 16.03.2016 / 01:35
1
answer

Filter information in an XML using C

I need to extract relevant information from an XML that has this structure: <ARTIGO-PUBLICADO SEQUENCIA-PRODUCAO="2"> <DADOS-BASICOS-DO-ARTIGO IDIOMA="Inglês" DOI="" FLAG-RELEVANCIA="NAO" HOME-PAGE-DO-TRABALHO="" MEIO-DE-DIVULGA...
asked by 02.12.2017 / 01:29
3
answers

How to handle errors in simplexml_load_file in PHP? [duplicate]

I have a routine to access the webservice of the mails that uses simplexml_load_file, but if for some reason the post office website is out of order or if it takes too long to respond to my site it returns an error, then I would like to handle...
asked by 19.09.2018 / 14:07