Questions tagged as 'xml'

2
answers

Convert XML into php [closed]

I am making a request in php via curl, and the answer is returning an xml, however I can not work with this xml .. REQUIREMENT: <br> curl = curl_init('http://ws.targetmailing.com.br/consulta');<br> curl_setopt($curl, CURLOPT_HEA...
asked by 07.07.2016 / 19:57
1
answer

Make a Foreach in XML with ids and store in a variable to insert data into a given table

Good afternoon, Next, I have a system that already has the ids registered in a table, (of cars, are optional of cars) and in the other table where is registered the cars calls these IDS already registered, the system only le in the bank of da...
asked by 07.11.2016 / 18:06
1
answer

How to give line break in an XML Feed according to page width?

I have a table with 15 items and must be done to break the columns when the total size of the items reach the full width of the table. Ex: What's happening: |--- WIDTH 300px ---| 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 What do I...
asked by 14.10.2015 / 18:17
2
answers

Convert Spring XML declaration to Java code

Can anyone help me convert the Spring XML code that is just below a Java code? <bean id="templateEngine" class="org.thymeleaf.spring3.SpringTemplateEngine"> <property name="templateResolver" ref="templateResolver" /> <pr...
asked by 15.07.2015 / 16:01
1
answer

Oracle 12C + Java + XMLType

Hello, Good morning in my company we are testing Oracle 12c. And I found a "problem" to query a field that is the XMLType type. We saved all xml from nfe in the database, so we always have to query this xml. The problem is this, when I query in...
asked by 15.08.2014 / 15:23
1
answer

How to search for an element in XML with PHP?

I'm starting to work with PHP now, so I do not know much. So, sorry if the question is too clueless. I have an XML file type like this: <usuários><br> <fulano> <codigo>287983</codigo> <pontos>50<...
asked by 10.02.2015 / 00:23
1
answer

Route system in PHP using the Google Maps API

I am terminating a system in PHP, where the client asked if he has how to generate a route between companies, and generate the shortest one, for example, he has 50 companies registered in the database, with address and everything else, he I want...
asked by 06.02.2015 / 01:15
1
answer

How to manipulate multiple banks with Hibernate?

I'm testing Hibernate and I ran into a question. I have the following configuration: hibernate.cfg.xml <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-configuration PUBLIC "-//Hibernate/Hibernate Configuration...
asked by 30.11.2018 / 15:47
1
answer

Serialize XML and save in Oracle with C # and ADO

I would like to know if there is something equivalent in Oracle for this select in SQL Server: select NickName, ExternalId1 from Basics where externalId1 = @externalId1 for xml auto, elements; And for this select below: sele...
asked by 02.04.2014 / 05:03
0
answers

Function to validate xml

I have this function to validate an xml: public static bool ValidarXML(string pathXML, string pathSchema, ref string retorno) { bool falhou; // Define o tipo de validação XmlReaderSettings settings = new XmlReaderS...
asked by 22.11.2018 / 13:45