Questions tagged as 'xml'

1
answer

How to fetch an element in XML using JavaScript

I want to do a search for a given element (in the name case) in a XML document, using only a input of type text. Code of what I've already achieved TagXML = function() { dados = "<doc>" dados = dados + "<c...
asked by 28.01.2017 / 18:07
1
answer

How to mount XML with C #?

I need to mount an XML as in the following example: <?xml version="1.0" encoding="utf-8"?> <MeuXML> <Clientes> <Cliente-1>Dados Cliente-1</Cliente> </Clientes> <Sistemas>...
asked by 08.01.2016 / 18:22
2
answers

XmlTextReader () identify node end and duplicate tags

1 - How to identify equal tags with different nodes? ex: Categoria within Dados and Formato 2 - How to identify that one product ended and another one started? I have the (fictitious) XML: <produtos> <...
asked by 14.01.2016 / 19:19
1
answer

Sign XML NFSe

I need to sign the following XML: <?xml version="1.0" encoding="utf-8"?> <EnviarLoteRpsEnvio xmlns="http://www.abrasf.org.br/nfse.xsd"> <LoteRps Id="Id1" versao="Token1"> <NumeroLote></NumeroLote> <Cp...
asked by 07.04.2016 / 15:10
1
answer

Pure XML in PHP

I am making a request to a web service (made in delphi), by PHP sending an XML and receiving a response. What I want is to be able to show XML exactly as it is. Code that I use: $getData is the request XML $client = new SoapClien...
asked by 27.05.2015 / 15:37
1
answer

Change icon mylocation

I created an xml with an ImageView informing the image that I want to put in place of the icon. I want to put this image in place of the blue ball in the image below.    Is it possible to change the icon of mylocation?   If yes, what is t...
asked by 19.11.2015 / 14:17
1
answer

Virtual Republic Site out of the air [closed]

Already a few days ago the Republica Virtual site that served as a base for many people to conduct a CEP consultation and receive the data with ease, it's out of breath, I do not know if anyone knows the reason for being out but my question is...
asked by 05.05.2015 / 20:07
1
answer

XML query does not return values

The goal was to return the xml values but not returning anything: using System; using System.Xml.Linq; using System.IO; using System.Linq; using System.Collections.Generic; using System.Threading; namespace ConsoleApplication9 { class Pr...
asked by 06.08.2014 / 14:41
1
answer

How to work with mirrored systems? [closed]

I would like to know the logic of working on a web system where I would have a main site and would distribute sites to franchisees in their domains. p> The entire checkout process should be done on the franchisee's site but the information...
asked by 12.01.2015 / 21:30
1
answer

Which command to clear memory on Android

I am using ImageView which are calls by buttons to load the images fills the memory consisting of this error java.lang.OutOfMemoryError would have a command that would clear the memory.     
asked by 02.02.2015 / 15:40