Questions tagged as 'xml'

1
answer

Data referring to images getting repeated when reading XML

I'm trying to fetch image data from a xml but I'm having difficulty doing so, the record I'm reading is being superimposed. I made a first foreach and I get the date I need, but I need to enter one more level to get data from some...
asked by 02.05.2017 / 21:08
1
answer

Read Tags with the same name in XML

I have the following sample XML file: <?xml version="1.0" encoding="UTF-8"?> <EnviarLoteRpsEnvio xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3....
asked by 15.03.2017 / 16:11
1
answer

Selective reading of an XML

I'm able to read XML but there are more things I do not need. The problem is that my XML source file has repeated tags in a hierarchy like this (see the PLAN tag that repeats): <explain> <Query-Text> </Query-Text> &l...
asked by 13.01.2017 / 20:18
1
answer

How to create a Parser in Python?

For a file-driven project, I wanted to convert from "CFG" to "XML", and I believe Python does not support either of these types. There was a colleague who did the modification manually, so we could study the XML. Here are the respective CFG a...
asked by 14.01.2017 / 14:22
1
answer

Error on line 2 at column 1: Extra content at the end of the document

Hello, everyone, I'm trying to create an xml, but it returns the error of the title, I searched google and everything I saw about that was missing root, however, I believe I'm using root, can you help me? $valorReal = 340.00; $dom = new DomDoc...
asked by 28.12.2016 / 14:12
1
answer

Element fixed to the top of the keyboard

I created a RelativeLayout with property match_parent at the time so I can fill the entire screen. Inside it I insert a LinearLayout with property alignParentBottom having value true to fix the element in the f...
asked by 19.12.2016 / 19:16
1
answer

Editing in the ListView

I created a separate xml to get better with the ListView .. I just can not relate its id to my onCreate XML: <?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:...
asked by 02.11.2016 / 16:57
1
answer

How to define the output format of an XML in PHP?

Good afternoon! I'm developing a webservice in which I will not disclose the name in which there is a method that accepts XML in the following way: <exemplo> <exemplo></exemplo> <exemplo></exemplo> <...
asked by 05.09.2016 / 20:47
2
answers

Transaction Query PagSeguro

Opa I am generating the payment via pagseguro and storing its transaction code for later consultation. In the transaction query, by transaction code I'm doing this: $email_pagseguro = '[email protected]'; $token_pagseguro = '***************...
asked by 02.09.2016 / 18:15
2
answers

Transmission with digital certificate c #

I'm developing an electronic invoice transmission routine for services in C #. I have already signed the TAGS according to the city's manual but when I try to do the transmission it returns this error. <MensagemRetorno> <Codi...
asked by 08.08.2016 / 16:23