Questions tagged as 'xml'

1
answer

XPath does not recognize XML elements

I have an XML. But something is happening that I do not understand.  When I try to use XPath to return the Author elements, using //Author (I tested it via link ) is only bringing only the ones contained in the SearchBookResponse...
asked by 04.05.2016 / 01:47
1
answer

Insufficient memory with ClientDataSet.SaveToFile

I need to generate a XML file of a table of 500,000 rows and 200 columns using ADQuery of FireDAC and TClientDataSet saving with ClientDataSet.SaveToFile(Arquivo). I need to write with ClientDataSet to rem...
asked by 11.03.2016 / 18:54
1
answer

How to send data by XML file through an API integration to the server

I am using the Framework Codeigniter and trying to do a system integration via API using XML. I have to make a file upload with XML parameters to a server via post. Basically the server has to receive a string with date = xml content. I te...
asked by 26.11.2015 / 14:03
1
answer

LINQ TO XML Query with Optional Element

Hello everyone, I am having a question about displaying the data from an XML file through a LINQ query , the problem is that I am trying to query the person's data but the and then the NullReferenceException and Endereço and NullReference...
asked by 30.10.2015 / 19:32
2
answers

Retrieve the value of an attribute of a generic object in Java

I'm doing a system where I read Java objects, of different types, from XML files. So I do not have a single type of object and consequently I do not know its attributes or methods. I would like to perform a search, enter a string indicating attr...
asked by 26.02.2016 / 18:01
2
answers

Query in an XML file - C #

I have an application on windows phone 8.1 where an XML file is displayed in a listBox , and in that application it has a textbox for the user to search for content that is displayed by% with%. My question is: how do I make thi...
asked by 19.07.2015 / 09:21
1
answer

Read XML attribute

I'm reading an XML file with the command simplexml_load_file() which has the following structure: <nfeProc xmlns="http://www.portalfiscal.inf.br/nfe" versao="2.00"> <NFe></NFe> </nfeProc> How do I get the...
asked by 08.10.2015 / 16:02
1
answer

XML for Database Columns

I have a table that holds an XML in one of its columns, however I need to do a select by placing each XML item in a column. The problem is that I do not want to create another table, I want something, even if it is temporary, just to make it eas...
asked by 08.10.2015 / 20:28
1
answer

PHP - Full XML in var_dump

Good afternoon, I'm wanting to see the complete xml coming from a web service SOAP response, but when I put var_dump it shows only half of it, the other part is replaced by the word " ... (length=740) ". How do I see it compl...
asked by 10.07.2015 / 19:07
1
answer

How to read an XML file from the server

To create a java desktop application that accesses the internet and le an xml file. Well, that's the initial propolis. I am using the Socket class to do communication between the server and the application. But now I do not know how to read XML....
asked by 02.06.2015 / 17:36