Questions tagged as 'xml'

1
answer

Problems with DATABASE and JavaScript

The database works perfectly for me, it keeps the information I want, the problem comes when I add a new member (DATE) to the listView, I close the application when I start, LOG: 12-29 19:17:07.187 24552-24552/prueba.nuevointento E/SQLiteLog:...
asked by 29.12.2016 / 15:50
1
answer

How can I send an email using an xml file?

I have a program written in C # which has to send an email. What I'm looking for is that the content of the email comes from an xml file. Here is how I have the code of the post office: MailMessage mail = new MailMessage("[email protected]"...
asked by 27.02.2017 / 18:48
1
answer

Go through an XML document with SimpleXML

Good! I'm trying to traverse the data of an xml document, for the time being, but when I have to deal with the attributes of some tags, it's when I get lost. $agenda = new SimpleXMLElement("prueba.xml", 0, true); foreach($agenda->personas-&...
asked by 20.09.2016 / 21:49
3
answers

Read an xml and show it in a listbox

What I want is to show it from a listbox the code that I show you in the image to forgive but I can not put it as a code because otherwise the labels are not shown. And I want to show the description and the name of the class. Code xml <...
asked by 26.07.2016 / 20:55
0
answers

Pass Context to XML Django

I'm trying to pass a context (variables, parameters) to an xml template that has the following structure: <infoTributaria> <ambiente>1</ambiente> <tipoEmision>1</tipoEmision> <razonSocia...
asked by 19.12.2018 / 21:17
1
answer

save in variables the elements of an answer xml

How to record list elements from an xml? that is, I have the answer that regeates me several elements and those elements save it in variables? example: For Each nd As Xml.XmlNode In record rec= New Response() rec.nombre = nd.Item("...
asked by 04.01.2019 / 21:27
0
answers

Reply Objetc Array in Web Service XML-RPC

Friends, I need the XML-RPC Web Service that I developed to respond to an object Array (1) and what it responds to is an objetc Objetc (1) What answers me is with the structure: Response object Object (1) - filter: 0 String (1): "2" And...
asked by 30.11.2018 / 20:28
0
answers

Blank spaces Calc to xml

I am using an .xsl file as an export filter to convert an Open Office Calc file to xml. One of the fields is the DNI, which in the calc is like D (two blank spaces) XXXXXXXXX. The problem is that when exporting to xml the two blanks become one....
asked by 05.12.2018 / 13:53
0
answers

Integrate XML with Python for Views

I'm going to do a program in python, and I'd like to use XML to create the views of the program. I mean, I'd like to have the python code in the .py files and the views in the .xml files Investigating a little you would have to use model-view-co...
asked by 04.12.2018 / 14:29
0
answers

Java and XML: Problem loading images

When parsing an XML with netbeans, using java and a .jsp, I try to make a table where it shows the XML images. The parsing goes well, but when I launch it into a browser (I've used all browsers) it does not load the images (jpg). - PART OF TH...
asked by 30.11.2018 / 10:15