Questions tagged as 'xml'

0
answers

How to write specific XML tags in PHP to MySQL

I'm reading a XML in PHP to write to MySQL , the XML is PagSeguro , I'm already saving some data as the head of the request, but the client wants the purchase information be available in the buyer area on the site even...
asked by 24.10.2018 / 22:38
0
answers

Is there a way to make a url for internal navigation in a webview?

I'm trying to make a url to be browsable within the app, but for some reason, it's not even opening with the native Android HTML reader, can someone help me sort it out as the app now closes after deploy. This is client activity of the main c...
asked by 30.10.2018 / 19:59
2
answers

How do I place the image next to the listview items in Android Studio?

I have the following code for listview: ListView listview = (ListView) findViewById(R.id.listview1); String[] dados = new String[] { "Produção Geral", "Perdas", "Contagem Por Máquina", "OEE", "Paradas de Máquina" }; ArrayAdapter&l...
asked by 05.11.2018 / 18:13
1
answer

Delphi Browsing the Nodes of an XML (DOM)

I have the following code, but I am not able to list the node name and its value. I can search and show the main node [ide] but the sub-node that would be [cUF] + value this I can not. procedure TForm1.Button3Click(Sender: TObject); var...
asked by 05.11.2018 / 14:35
0
answers

Calculate freight with Fetch JavaScript API

I'm trying to calculate freight from mail using the Fetch JavaScript API, but it's returning the following error that I do not know how to solve. Server was unable to process request. ---> System.Xml.XmlException: Root element is missin...
asked by 18.10.2018 / 00:37
0
answers

Arrange the size of a Bitmap in a layer-list

I would like to be able to set a size for my image by having it fit into my reduced size menu. Expectancy: <?xmlversion="1.0" encoding="utf-8"?> <layer-list <item > <shape android:shape="rectangle" >...
asked by 18.10.2018 / 21:02
1
answer

Reading XML and Printing Data in Word or PDF with Python

Good evening, gentlemen. I would like to ask the help of university students to read this XML file below and print the values in Word or PDF. <?xml version="1.0" encoding="UTF-8"?> -<profiles xsi:noNamespaceSchemaLocation="sche...
asked by 10.10.2018 / 21:49
1
answer

Treat XML return with PHP

I'm making a form for sending SMS, but I'm not able to handle the feedback to get the program going. I want to do a SE conditional for every return that is passed. I've tried using the curl to make this condition, as per the code below...
asked by 13.10.2018 / 20:05
0
answers

Use SPC webservices

Hello everyone. I'm trying to get the web service method, but it prints the following result: Array ( [faultcode] => S:Client [faultstring] => org.xml.sax.SAXParseException; cvc-elt.1: Cannot find the declaration of element 'ns76...
asked by 10.10.2018 / 03:49
0
answers

Status Webservice Sefaz in PHP

Does anyone know why this query script returns nothing (neither error nor response)? Thanks! try { $wsdl = 'https://mdfe-homologacao.svrs.rs.gov.br/ws/MDFeStatusServico/MDFeStatusServico.asmx?wsdl'; $function = 'mdfeStatusServicoMDF';...
asked by 08.10.2018 / 22:31