Questions tagged as 'xml'

1
answer

CheckBox checked / unchecked does not follow instructions

Activity starts with the layout activity_home and the CheckBox unchecked. When I touch% color, the layout becomes CheckBox , but activity_home_avancado remains unchecked. On the second touch, it is checked...
asked by 17.12.2014 / 04:36
1
answer

How to customize the row of a ListVIew according to the value in the ArrayAdapter

Assuming that I have an object called Item, and that it has text, id, and validation properties, in this case, text is a string, id is an integer, and validation is a Boolean value. class Item { private int id; private String texto;...
asked by 25.09.2014 / 15:03
2
answers

PHP - Convert XML to Object

Is there a way with PHP to transpose an XML into an object and object in xml? Example: ** Classe (objeto) ** <?php class Telefone { private $codigoArea; private $numero; public function setCodigoArea($codigoArea) { $this->c...
asked by 03.08.2018 / 16:36
1
answer

Make a query on a specific node of an XML file in C #

I have a login system in C # and a following XML file: <?xml version="1.0"?> <Usuarios> <Usuario> <User_ID>001</User_ID> <Password>010309</Password> <Password_Change_...
asked by 28.10.2017 / 21:59
1
answer

Read XML file, server returning error

I wrote a code to read RSS feed that works fine. If you access this URL you will see that it returns an XML in the browser, but when running in my code it generates an internal error in the server and I do not understand why. Can someone help...
asked by 06.12.2017 / 21:26
1
answer

Position button on top of ad

Hello, I'd like to know how I put a close ad button in the corner of the screen above the ad.
asked by 04.12.2016 / 02:51
1
answer

How to read objects from an XML?

I have an XML like this: <?xml version="1.0" encoding="UTF-8"?> <java version="1.8.0_101" class="java.beans.XMLDecoder"> <object class="java.util.ArrayList"> <void method="add"> <object class="modelo.Aluno">...
asked by 09.11.2016 / 22:58
2
answers

Xml Tag base64Binary C #

I have the following xml tag (I'll summarize it for size): <docZip schema="procNFe_v3.10.xsd" NSU="000000000001868">H4sIAAAAAAAEAN1aWY+jyLJ+Pv..bla bla bla</docZip> The field type is base64Binary, it is a Gzip file. I have al...
asked by 17.08.2016 / 15:33
1
answer

XML Mapping in Excel 2013

I have a spreadsheet where on each line I register a test case and then export it to XML, and then upload this xml to another system we use. The problem is that I can only do 1 to 1, I can not fill several rows and then export all, when I do...
asked by 24.10.2016 / 20:13
1
answer

Malformed reference element: Digital Signature

I ended up having the same problem about a post already done here, however come a doubt next to what was posted in the article. What windows update would be to remove from the ones mentioned in this article ? (removal would be a palliative unti...
asked by 13.04.2016 / 21:00