Questions tagged as 'xml'

1
answer

IllegalAnnotationsException error when printing XML

When I print in XML the data ( nombrep and especialidad ) of the class Profesor I get the error that it has two properties with the same name " especialidad " and two others with " nombrep ". Does anyone know...
asked by 09.11.2018 / 15:48
1
answer

Animation XML fragment with setTransition does not work

I've been programming with Android Studio for a long time, I do not like to use a lot of XML, so Animations usually create them in java but what I realized is that with the FragmentManager there is not a method to place it, it touches by...
asked by 28.08.2018 / 17:30
1
answer

how to send a data from a recyclerView to an Activity? How to return this data to the recyclerView if it is modified in the activity?

Hi, I am new to Android, and I have not yet been able to solve a problem I have. Code a recyclrerViewAdapter that allows me to display a list of products on the screen. I want to emphasize that this list of items has the options to add products...
asked by 14.06.2018 / 23:57
1
answer

Read an Xml, load it into a DataTable and go through it in Visual Basic .net 2008

You will see I'm trying to read an XML file, mount it in a DataTable and then go through the DataTable, but I can not do it and I've been trying it for a while, for this I'm using the following code I found in msdn: introducir el código aquí M...
asked by 28.04.2018 / 00:36
1
answer

Problems receiving xml by request ajax jquery [closed]

I am doing tests for an application. I want to make an ajax request with jquery to a php file and receive an xml structure from it. The request with Jquery I do so: $.post({ url: 'php/procesar_xml.php', dataType: 'xml',...
asked by 18.04.2018 / 13:58
1
answer

How can I change the visibility of an xml object in ViewModel?

I have a question about how the visibility of an object in the ViewModel will change. I expose my case: I have a login interface that has two Edittext and two buttons, a button and an Edittext are invisible by default, and I want to press the...
asked by 20.04.2018 / 14:34
1
answer

Read from a delimiter in a file

You see, I'm reading an xml file where each entry has the following format: <BatchIdentifier>[ID_FACTURA]</BatchIdentifier> I capture each line in the file with: string line; while(getline(plantilla,line,'\n')){//PARA HACER L...
asked by 21.04.2018 / 13:40
1
answer

How to include sequence in WebService Restful

I have created a database in Oracle 11G , where there is a sequence to make the autoincrementable records: CREATE SEQUENCE S_CATEGORIA MINVALUE 1 START WITH 1 INCREMENT BY 1 NOCACHE; Through a webservice I need to save a new record to...
asked by 11.04.2018 / 22:54
1
answer

Select the value of the attribute with XSLT

I'm trying to get the proper names (@name type="Antropónimo") from the following XML from an XSLT stylesheet. At the moment I have only managed to extract all the names that are in the document. I would need to add the attribute type="Antropónim...
asked by 12.03.2018 / 17:10
1
answer

How to compress an XML file in ZIP in VBA Excel?

I'm trying to compress an XML file into a ZIP file and I'm using the code below, but I'm running into the following error Indicate the error on this line Shell.Namespace(zipFile).CopyHere (xmlFile) Code: Sub CreateZipFil...
asked by 07.03.2018 / 19:19