Questions tagged as 'xml'

0
answers

Position of an Object with a specific name within an Array

Good afternoon! It's OK? Could you please help me resolve the case in JQuery / XML below? I make a request for an ex town name. ' Vila Velha - ES ' via JSON to a given XML, and it returns an array of cities 'Vila Valério - ES', 'Vila Velha -...
asked by 06.12.2017 / 20:00
1
answer

How to handle xml return in Jquery

I am making an Ajax request for a PHP page that returns me several XML data. If I make a simple recovery code by directly opening the PHP page, of course, however, I'm requesting another page that calls the data from another PHP via Ajax with Jq...
asked by 17.10.2017 / 07:05
1
answer

How do I get XSLT to get the attributes within the name of my tag item, only if it is true?

<bloco> <item nome="imagem">true</item> <item nome="imagem">false</item> </bloco>     
asked by 02.10.2017 / 15:00
1
answer

Import library org.apache.commons.io.input from Java to Eclipse

I need to use the ReversedLinesFileReader class, which belongs to the org.apache.commons.io.input library. @TomMelo told me that I should include a dependency on this library in the pom.xml file for Maven . This is the dependency: mvnrepos...
asked by 08.10.2017 / 23:18
1
answer

Name [name] is not bound in this Context. Unable to find [jdbc]

In the hope of improving access performance in DB, I started to implement a pool of connections within my Web Application. But whenever I go to give a lookup in the application I get the following error    javax.naming.NameNotFoundException:...
asked by 28.09.2017 / 18:12
0
answers

Get webservice return xml - SOAP

I'm accessing a webservice with SOAP and need to grab the contents of the tag -  Message The webservice returns. /var/www/html/particular/webservice/retphp:28: object(stdClass)[2] public 'Longout' => string '<WEBSERVICE_RET xmlns=""...
asked by 26.09.2017 / 16:54
2
answers

Capture, as a string, xml-specific tag

You need to save only the signature tag of an xml. The method for signing is this: private void assinarMdfe(String tipo, XMLSignatureFactory fac, ArrayList<Transform> transformList, PrivateKey privateKey, KeyInfo ki, Docu...
asked by 25.09.2017 / 04:19
1
answer

Read XML and create objects using LINQ in VB.NET

With the following code below: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <escuelas> <escuela> <estudiante>noe</estudiante> <fechaCreacion>2017-11-21T00:11:26.748-05:00</fecha...
asked by 21.11.2017 / 06:19
1
answer

Markerclusterer on Map with PHP echo XML

Hello, I'm developing a map looking at the google api and the first step is completed, bring all the establishments within the map, to get to do this I looked at the google reference How to use MySQL and PHP with Google Maps . Now whenever I...
asked by 01.09.2017 / 16:23
0
answers

XML accent failed for mysql

I'm facing a strange error with accentuation. I set my bank, table and structure to UTF-8. I use: header('Content-Type: text/html; charset=utf-8'); mysql_query("SET NAMES 'utf8'"); mysql_query('SET character_set_connection=utf8'); mysql_query(...
asked by 20.08.2017 / 19:33