Questions tagged as 'xml'

0
answers

How to change style.xml file delphi firemonkey

I'd like to know how to change this file style.xml to change the notification bar of android in the default material design ( link ). I want to change the theme, but every time I change this file it goes back to what it was befo...
asked by 02.02.2016 / 12:48
0
answers

Windows 8.1 problem App.GetResourceStream method

I have a problem with a method on windows phone. It reads an xml file and returns a string, the problem is that this method only works on windows 8 and not on windows 8.1. Here is the code: public static String readFile(String path) {...
asked by 17.12.2015 / 18:28
0
answers

How to read xls in javascript

Hello, I am studying some "communication" between php and javascript, I am a beginner and I am a few days with a problem that I can not solve, in php I am generating an xls with DB data function buscaLocalizacoes($conexao){ $resultado = my...
asked by 05.07.2016 / 20:20
0
answers

Change element names

I would like to clarify some doubts since I do not have much experience with Web-Services and, currently, I was in charge of reviewing and implementing some changes in an already implemented system. Through inexperience, I am facing basic diffic...
asked by 25.11.2015 / 22:20
0
answers

Element Statement 'env: Envelope' Not found XML SOAP

I'm trying to consume a WS from the GNRE sefaz, but in a UF query it returns the following validation error: Can not find the declaration of element 'env: Envelope' Follow XML: <env:Envelope xmlns:env="http://www.w3.org/2003/05/soap...
asked by 26.11.2015 / 17:57
0
answers

Return content to client application with header defined

I have an application that returns PHP JSON content to an HTML page, however I do this without setting header , such as header('Content-Type: application/json'); , ie in the application it does not have this declaration. It works...
asked by 11.10.2015 / 00:20
0
answers

Show Fragment in Activity with transition

Good afternoon, I have a main activity with a button and I would like that when the person clicks on this button, that fragment opens on the screen, there are three buttons inside a linear layout. <FrameLayout xmlns:android="http://schemas....
asked by 27.11.2015 / 17:51
0
answers

Webservice WCF xml output formats

I have a webservice created by WCF which generates the following result in XML <?xml version="1.0" encoding="utf-8" ?> - <feed xml:base="http://meudominio.com.br/WebServices/ABC.svc/" xmlns="http://www.w3.org/2005/Atom" xmlns:...
asked by 25.11.2015 / 17:20
0
answers

Get the properties of the XML response from the web services server

I want to capture the values of the properties of the XML responded by the server. public ArrayList<Carga> smbcRequest(smbc smbc) { //instanciando variaveis PropertyInfo req = new PropertyInfo(); ArrayList<Carga> lista...
asked by 10.12.2015 / 05:08
1
answer

I can not get all the data from the XML file and save it to a txt

This is XML: <cv> <pessoa id="1"> <dadosPessoais> <nome></nome> <sexo></sexo> <idade></idade> </dadosPessoais> <form...
asked by 29.08.2015 / 07:18