Questions tagged as 'xml'

1
answer

Help with XML in PhP

Well, I have the following XML: <erros> <erro> <description>Nao localizado</description> </erro> <erro> <description>Nao especificado</description> </erro> <...
asked by 05.03.2016 / 19:11
1
answer

Control of XML NameSpaces in C #

Hello I'm building an XML file and it has the xmlns attribute on the parent element, but I do not want it to appear in the child as it's occurring below: FollowthecodeinC#language:eSocialevt1210Lote=newXDocument(newXDeclaration("1.0", "UT...
asked by 05.04.2018 / 13:35
2
answers

Problem trying to add an array of objects inside another array in java

Hello, I have a list of Notes objects and need to save them in xml files. I'm trying to convert this list to arrays to add them to the xml file. However I am not able to do the conversion properly, because it is a list of Notes that receive anot...
asked by 16.08.2018 / 16:40
1
answer

How to integrate webservice with real estate website?

I am a programmer but I did not do the programming logic part and I am having difficulty with a certain subject. I need to integrate real estate information into a website through data contained in a web-service. The integration manual is this...
asked by 06.09.2014 / 02:23
2
answers

HttpClient throwing exception org.hibernate.exception.GenericJDBCException?

Is there any reason for the following code to throw this exception? I have a webservice that queries my bank and transforms everything into xml and then sends to another webservice gets the answer and updates my database, everyth...
asked by 14.03.2014 / 17:45
1
answer

Convert TXT to XML, using C # code [closed]

I want to put the data below that is in a text file ( txt ) to XML , what is the C# code? # Number | Gender | GivenName | Surname | StreetAddress | City | StateFull | ZipCode | EmailAddress...
asked by 30.10.2017 / 16:51
1
answer

Using the code below, why am I only collecting the data from the last page of the Loop? [closed]

rm(list=ls()) options(warn=-1) library("RCurl") library("XML") baseurl <- "http://www.gmbahia.ufba.br/index.php/gmbahia/issue/archive?issuesPage=XX#issues" dados <- data.frame() for (i in 1:29){ print(i) url <- gsub("XX", i...
asked by 10.08.2015 / 19:02
1
answer

How to insert XML data inside a MYSQL database?

Generating the file XML with PHP I get the following result: I'd like to send this now to a MYSQL database by first inserting the columns in the Imovel table and then filling those columns with the data being p...
asked by 06.09.2014 / 18:36