Questions tagged as 'xml'

1
answer

VB.NET Working with XML?

I'm filling a ComboBox from a Xml : Dim mXml As New XmlDocument Dim Arquivo As New IO.FileInfo(My.Application.Info.DirectoryPath & "\Configuracao.xml") mXml.Load(Arquivo.FullName) Dim SearchMusic As New DataSet SearchMusic.Re...
asked by 07.11.2017 / 15:56
0
answers

Scraping with R - xpathSApply returning a list of 0

I'm learning to read data in XML in R. I would like to extract the information of the Brazilian football (name of the championship, game principal, result, etc.) of this site: link with the XML package. My code looks like this: [1] fileUr...
asked by 02.11.2017 / 13:01
1
answer

Get an XML list in JAVA

I'm trying to get a list in XML but I can not put it in the variable. Main class: import java.io.BufferedReader; import java.io.InputStreamReader; import java.net.HttpURLConnection; import java.net.URL; import javax.xml.bind.JAXBContext; im...
asked by 29.09.2017 / 00:42
0
answers

Is it possible to generate the XSD file from XML?

Doubt is how to generate the file. xsd from xml? Home I was reviewing this tutorial C # - Basic Operations with XML and here does not say how. Is it possible? XML <?xml version="1.0" encoding="utf-8" ?> <arquivoxml> <S...
asked by 27.06.2017 / 16:06
0
answers

array_filter in array inside SimpleXML object

I have the following object: object(SimpleXMLElement)#2 (1) { ["cinema"]=> array(82) { [0]=> object(SimpleXMLElement)#4 (11) { ["@attributes"]=> array(2) { ["id"]=> string(3) "716" ["grupo-economico"]=> str...
asked by 03.04.2017 / 19:01
0
answers

How to generate XSD that requires sending the contents of an XML element using JAX-WS

I'm creating a web service with JAX-WS. In an operation, I get an object that contains some attributes and I want these attributes to always come with value. @XmlRootElement @XmlAccessorType(XmlAccessType.FIELD) public class RequestConsultarMa...
asked by 31.03.2017 / 21:52
1
answer

Webservice php without using soap? [closed]

I'm not familiar with Webservice and wanted to know how to make one, without the need to use Soap (to grab data from the bank and consume it in Android Studio).     
asked by 21.10.2016 / 11:13
0
answers

Filtered search (by Label blogger)

Hello, I'm having trouble in a blogger search system. The problem is that I want to filter searches by Label . <form action='/search' class='navbar-form navbar-right' id='searchthis' method='get' role='search' style='display: inline;'&...
asked by 24.08.2017 / 15:54
0
answers

Doubts about integration Bradesco ticket [closed]

I am in doubt about integrating this Bradesco payments solution. This is the documentation I do not know if it's via POST, via GET, if it's via XML. I'm confused.. I tried something like this <?php $adm = '0000'; $order = '1'; $url...
asked by 11.10.2016 / 15:26
1
answer

How to convert XML to objects in Swift?

How can I convert responses from XML requests to objects in Swift, just like ObjectMapper does with JSON for objects?     
asked by 08.07.2016 / 15:19