Questions tagged as 'xml'

2
answers

Serialize xml output to class

I have the following XML data list: <xml> <cnt>7469</cnt> <emails> <item> <to_email>[email protected]</to_email> <id>3352143303</id> <app_id>121746</app_i...
asked by 28.07.2014 / 17:37
1
answer

Tag ns1: repeats in all other tags (XML)

I'm trying to make an XML but the ns1 tag repeats all in the ready xml, can you solve this in an easier way? Code sample: function TRPS.geraXML:TStrings; var XMLDoc : TXMLDocument; ANode : IXMLNode; begin try XMLDoc := TXMLD...
asked by 15.07.2014 / 00:10
1
answer

Configuration XML

I'm having trouble understanding an XML case The task I have to do is the following    If in the register of at least one input, the storage center   (esmart table, field10) for EXTC or system considers that it is   processing. What I need...
asked by 17.06.2014 / 14:06
1
answer

How to compose a Linear Layout in Activity using JAVA only

In my application it has a vertical linear layout with id: @+id/items In this layout for each item contained in a list, I would like to create another Horizontal Linear Layout called, Row containing 2 ImageButton and an EditText, an ImageBu...
asked by 16.10.2014 / 06:08
1
answer

Application C # does not load XML file by the application to start with Windows

I have an application that reads an XML file when it is opened, done this manually, but if the application to start with windows does not read the file.     
asked by 16.10.2014 / 13:25
1
answer

API Level disagrees

I'm taking my first steps in Android development (today is my second day of study). See below my configuration files and the error I'm encountering: Initially, my AndroidManifest.xml was like this: <uses-sdk android:minSdkVersi...
asked by 18.06.2014 / 15:36
1
answer

XSL read file names from a folder

I have the following file structure in a folder: -PASTA_XYZ - file1.xml - file2.xml - file3.xml - index.xml I would like the index.xml file to return the name of the files in this folder, but I am having difficulty with the FOR-EACH...
asked by 15.05.2014 / 17:35
3
answers

Problems with XML request with AJAX

I'm having a problem I made a Javascript code to display via AJAX an XML with a list: My XML looks like this: <?xml version="1.0" encoding="ISO-8859-1"?> <telas> <item> <title>Lorem ipsum</title> <title>Dolo...
asked by 29.01.2014 / 19:43
1
answer

Spring Security OAuth2 Plugin with Json Tokens

Can anyone tell me if Spring Security's OAuth2 plugin supports access tokens in JSON format instead of XML format? And if so, what do we have to do to make this change?     
asked by 21.02.2014 / 20:59
1
answer

Popular Select with XML - Logic

Hello, I need a popular select so they are dynamic. The customer is a car site, that is, the user can schedule the cars. My work is popular select, however I'm having difficulties because XML seems to me poorly structured ... I will have 4...
asked by 03.01.2019 / 14:33