Questions tagged as 'xml'

2
answers

Read xml file ready

Hey guys, I've tried to read an xml file in my program, but there's a line I can not read. <?xml version="1.0"?> <XML> <PATCHINFO> <PATCHNODE file="./Unit1.dfm"> <SIZE>2962</SIZE> <CHECKSUM&...
asked by 28.04.2018 / 22:11
2
answers

Create frame for item list

I need to create a frame for an item in a listView but I have no idea how to do this     
asked by 25.04.2018 / 05:38
2
answers

XML signature error for EFD-Reinf

The problem I quote below is similar to the post problem of this link:    REINF - Invalid Signature. Failed to verify the signature of the XML document. Reinf using c # What happens is that I'm testing the sending of an event to REINF a...
asked by 15.03.2018 / 20:21
1
answer

Application closes when opening activity

The application simply closes when I press TextView . It should move to another Activity . I've tried it in many ways and it keeps crashing. package com.example.evellyn.auris; import android.content.Intent; import android.su...
asked by 02.04.2018 / 21:03
1
answer

How to transform xml tags to table columns in html?

XML: <animal> <humano> <clientes> <cliente> <Nome_cli>Froslass</nome_cli> <Idade_cli>18</Idade_cli> <Ende_cli>Rua xyz</Ende_cli> </cliente> <c...
asked by 02.04.2018 / 16:17
1
answer

What view was used in this layout

I'm creating an app that the person does a registration, and in that register have names, photos and various information and I wanted to list these information and photos that way, does anyone know what was used? In this gallery you'll slide you...
asked by 24.01.2018 / 17:39
1
answer

Application for login to another site (Facebook), error "InvalidSubmitError"

My code is this: import robobrowser import re url = 'https://m.facebook.com' loggedin_title = 'Facebook' # isto vai servir para confirmarmos que estamos loggedin, vendo o titulo da pagina para onde fomos redirecionados browser = robobrowser...
asked by 16.01.2018 / 12:25
1
answer

How to load data from an XML file into an HTML input field?

I'm trying to load an XML upload by saving on an object and showing it on the screen. I was able to do showing in a Div But I'm not able to show in Inputs. Follow the process and the code: I choose the File and click Upload Theresul...
asked by 25.01.2018 / 21:59
1
answer

Generate xml automatically

I want after reading the html page with file_get_contents and selecting what matters with preg_match_all to be automatically generated xml (calling the function below) and generating the file. As there are several lists to be...
asked by 25.09.2017 / 20:36
1
answer

How to open an activity from a calculation?

I'm a layman in android studio and need to do a program on a BMI calculation. The idea is simple, in the first activity he asks for his weight and his height, after that he must make the account of the imc (imc = weight / height²) and if the res...
asked by 23.09.2017 / 20:38