Questions tagged as 'xml'

1
answer

How to read XML in live standard? [closed]

I have a real estate system and I have developed my own XML standard for integration with Portals. But the code that I use to read my XML, can not read the Viva Real standard. Here is an example of the Viva Real pattern: <ListingDataF...
asked by 07.04.2016 / 14:19
1
answer

how to simply put an icon in actionBar?

I want to put an icon in my ActionBar I already looked for this information here in StackOverFlow, but the answers I found are very complicated (I'm a beginner) and so I wanted to know if it has a very simple form.     
asked by 07.12.2015 / 21:47
1
answer

How to fill an xml (request of a WS SOAP) with Javascript

I have an Ajax function doing a POST for a SOAP webservice and I need to insert values into the request XML elements based on what the page user inserts into an input text. How can I do this? My script looks like this: var soapMessage = '&l...
asked by 30.09.2015 / 11:50
1
answer

Get TAG reference from daughter of an XML C #

XML: <?xml version="1.0" encoding="UTF-8"?> <clientes> <cliente> <nome>Cliente1</nome> <contatos> <contato> <nome>Contato1</nome>...
asked by 02.09.2015 / 15:39
1
answer

JsonConvert returns exception in XmlNode

I was trying to convert Json to Xml so it made it easier to read. And I used the following code ... using System; using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using System.Diagnostics; using System.Xml; u...
asked by 22.11.2015 / 22:10
1
answer

How to generate an XML file from a form in PHP?

I've made the following form: <html> <body> <form method="post" action="cadastro.php"> Informacoes <br> Nome <input type="text" name="nome"> <br> Endereco <input type="text"...
asked by 23.11.2015 / 23:06
1
answer

How to check if a tag exists in an xml?

// Obtém a tag "tags" if(xmlDoc.ChildNodes[1].ChildNodes[1].ChildNodes[1].SelectSingleNode("tags") != null) { } I'm running an Xml and on some nodes there is no such tags and error tags. Does anyone know another way to validate this?     
asked by 29.07.2015 / 23:08
1
answer

XML for temporary table records

Last week I I asked Here about how put each XML tag in a column of the database. Now I came across a situation next to it but with a plus, my XML comes from the database, and sometimes it will not come just 1 record, but more than one. In t...
asked by 15.10.2015 / 20:52
2
answers

How to keep the layout in standby mode?

Well I have two layout test_1 and layout test_2, when I turn on the picture device appears test_1 and when I turn device to landscape appears test_2, you have to leave this layout in standby (idle) so your data will not be restarted when changin...
asked by 13.03.2015 / 17:10
1
answer

How to display data from an XML file in an input field with jquery?

I am having to develop a function that reads the information that in the fields of a file of type .xml in PHP and trying to return that information in the fields of a form. More so far I can only return the data in the form of an object and from...
asked by 22.04.2015 / 16:18