Questions tagged as 'xml'

1
answer

How to Create a Browsing History For Android Browser? -Android Studio [closed]

Hello, I'm creating a web browser for Android with webview using Android Studio it already does research now I'm wanting to do a browsing history where it gets the sites that have been entered, just Google Chrome, so I do not have the least possi...
asked by 08.04.2018 / 22:04
0
answers

How to mount an XSD from the wsdl query?

Objective: to mount the XSD in blocks in the eclipse of the query to the webservice below: link XML is generated: <definitions xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:x...
asked by 23.04.2018 / 22:53
1
answer

Class structure for

I have the following XML returned by a service: <?xml version="1.0" encoding="iso-8859-1" ?> <mensagem tipo="0000" version="1.0"> <registro tipo="0000" version="1.0"> <header> <campos que não posso dispon...
asked by 13.03.2018 / 15:17
2
answers

Implementation of foreach

<?php $busca = $_GET['genero']; $xml_string = file_get_contents("livros.xml"); $xml_object = simplexml_load_string($xml_string); for ($i=0; $i < count($xml_object->livro); $i++) { for ($j=0; $j < count($xml_object->livro[$...
asked by 07.03.2018 / 18:28
0
answers

CollapsingToolbarLayout equal to Nubank

Hello, I'd like to know how to make the CollapsingToolbarLayout design the same as Nubank's design. The one below: ThecodebelowiswhatItriedtodo,howeveritdoesnotworkcollapseproperly.<?xmlversion="1.0" encoding="utf-8"?> <andr...
asked by 08.02.2018 / 13:00
0
answers

How to recognize a phone number using grammar in xml?

I'm using nuance to recognize voice over calls, I need to pick up the person's phone number to validate the registration, how to do it? For example, if the person says 95 (ninety-five) - I am getting 90 - 5 and not the 95. Follow test gr...
asked by 19.12.2017 / 18:42
1
answer

PHP - Consume webservice with XML via SOAP

I'm having problems with array in php. I need to send an xml via soap to the webservice with some product items, but a tag is bringing me doubts. The wsdl manual has an xml like this: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap....
asked by 15.12.2017 / 20:10
0
answers

How to change the prefix and name of an attribute in an XML tag in an NFS-e?

Hello, I am a beginner in NFS-e development and I am not able to change the prefix and attribute name below, I put it in the code so that it was xsi, however regardless of what I put it, it generates xml with d1p1. How to replace this d1p1 with x...
asked by 12.12.2017 / 13:48
1
answer

Get data from an XML file, using XPath and C #

I have the following document XML , and I want to do a search / filter by name GivenName using Xpath . How to do? XML <bloodonors> <donor> <Number>1</Number> <Gender>male</Gender>...
asked by 07.11.2017 / 10:23
0
answers

How to display and hide bookmarks in Google Maps with MySql?

I made a site with Google Maps that used each position of an array for each marker ... var map; var markers = []; function initMap() { var uluru = {lat: -23.9651447, lng: -46.3838347}; map = new goog...
asked by 31.10.2017 / 01:05