Questions tagged as 'xml'

3
answers

ScrollView does not work "Android Studio"

The truth is I have some basic knowledge in Android programming and others. I am making an application in Android Studio that tries to make a main screen so that a teacher and parent can register and log in. In the activity in which the parent r...
asked by 08.03.2017 / 15:03
1
answer

How to scraping a remote xml file?

I want to get certain data from an open-access XML file on a remote server. These are Open Data files of AEMET. The idea is to read the xml and extract some information. I want to do it using javascript, so that I can visualize in a web this...
asked by 23.03.2016 / 17:29
2
answers

How to serialize / deserialize a node of type CDATA

The next class (of an xml) has several attributes and contains text. [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Xml", "4.6.1055.0")] [System.SerializableAttribute()] [System.ComponentModel.DesignerCategoryAttribute("code")] [Syste...
asked by 07.09.2017 / 17:20
2
answers

Is it possible to change the background color of a "Floating" Activity?

I need something similar to DialogFragment but with a full class, in other words, create a activity floating%. The procedure is as follows: In my MainActivity pulse on a Item of my ListView and it shows me a contextua...
asked by 28.02.2017 / 15:41
1
answer

Convert XML to Object C #

I have a string , in which I keep the serialization of an object in XML format, leaving the following form: <miObjeto> <id>01</id> <Lista> <elemento>1</elemento> <elemento>2</eleme...
asked by 21.02.2017 / 17:55
1
answer

Do not differentiate CFDI attribute names in XML

I'm doing an application that is responsible for separating XML files based on some parameters, that's fine, but now with the changes of the CFDI, my programming thundered, since users can have mixed the documents of cfdi 3.2 and 3.3 in the same...
asked by 23.08.2018 / 23:27
3
answers

Problem with app.config

I have a problem using my application. In it I call several Web services which download a file in CSV format. The file weighs more than 15 Mb. When the file is small I can easily download it, but when it reaches 15 Mb it only downloads the sa...
asked by 07.03.2016 / 20:58
0
answers

Create block objects by assigning values to field many2many odoo8

I'm creating a functionality to create instances in bulk from a wizard, assigning values to some many2many fields, but when I try it I get an error: "Expected singleton: modelo3(167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179,...
asked by 24.08.2017 / 11:23
1
answer

Problem when validating an XML file with DTD

When validating the document with DTD I get this error:    XML document structures must start and end within the same entity XML: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE Alumne SYSTEM "Activitat02.dtd> <Alum...
asked by 14.01.2017 / 16:44
1
answer

Stored procedure does not run completely when I call it from PHP

I'm having a very serious problem because it does not let me continue with the project I'm developing. The logic is as follows, I upload a file of Excel to the server (from a web system) then I read the data that is in the file of E...
asked by 22.04.2016 / 16:11