Questions tagged as 'xml'

1
answer

What are the differences between MERGE and INCLUDE?

I often work with INCLUDE, but I never understood the MERGE. What are its uses and advantages?     
asked by 05.03.2014 / 21:35
2
answers

How to read data from an aquiver.xml and display in a textbox

I have an application that generates an XML file, but I am not able to read the XML file and insert it into the TextBox. <?xml version="1.0"?> <parametros> <banco>rango</banco> <caminho>C:\</caminho>...
asked by 10.10.2014 / 19:37
1
answer

Checking the data type received in POST in PHP

I need to find out what kind of data I am getting in a user's post. The user can provide me the data in XML format, JSON HTML and text Content-Type = text / xml / json / text / html Accept = application / json / xml / text / html     
asked by 07.07.2016 / 15:01
1
answer

XML returning incorrect values

I'm trying to make a program on the c # to test the codes you need to be able to run a xml , read your data and enter them in a list. But for this, I preferred to use a MessageBox to debug first. My xml is a RSS Feed that I...
asked by 29.03.2014 / 17:52
1
answer

Error 400 when sending request to ESocial (C #)

I'm getting 400 error response to executing the SOAP request on eSocial servers. The error occurs in this command: using (HttpWebResponse resposta = request.GetResponse() as HttpWebResponse) I installed the certificate chains. I installe...
asked by 10.09.2018 / 15:04
1
answer

What is the difference between XmlDocument and XElement?

I would like to know the difference of XmlDocument and XElement.     
asked by 19.04.2018 / 23:20
1
answer

How to write math symbol in xml android button?

How to write mathematical symbol in the Android xml button as root n of x, x high n, would have how to do so typed and not with image.     
asked by 17.02.2015 / 00:40
1
answer

How to import XML from Data Dictionary to SQL Server?

To contextualize, I'm doing a data dictionary for a local database, for that I used a tool called "DataBase NoteTaker". This tool loads the data from the database and allows me to comment on the data in the tables and saves the changes to the...
asked by 29.11.2017 / 16:44
1
answer

Interpreting XML with JQuery

I made a script with JQuery to use AJAX and it's working. The problem is when interpreting the XML is returned, the XML is the result of a login attempt, it contains information indicating whether the user was authenticated or not, otherwise it...
asked by 29.04.2014 / 16:15
2
answers

Search XML field information in SQL

I need to search inside a field where I store an XML The XML is from a CT-e and has a series of tags in it and I need to find a data inside a specific tag. Below the table structure TheXMLhasthefollowingstructureandwithinitthefieldInee...
asked by 18.10.2017 / 17:34