Questions tagged as 'xml'

1
answer

Error in SoapClient with php 7.1 on shared server

I have the following code that works perfectly on host location: $wsdl ='http://ws.portaledu.com.br:8051/wsConsultaSQL/MEX?wsdl'; $client = new SoapClient($wsdl,array( 'trace' => true, 'exceptions' => true, 'login' => $lo...
asked by 24.05.2018 / 14:59
0
answers

Read xml with DOMDocument PHP

I have xml like this: <pai a='1'> <filha> <codigo>1</codigo> </filha> <outrafilha> <codigo>2</codigo> </outrafilha> </pai> <pai a='2'> <filha>...
asked by 28.05.2018 / 00:35
0
answers

Click on button and save xml file on server side

Hello, I am building an application with PHP, it happens that I have a button that when clicking it generates a file.xml in the downloads folder, I believe that by default, but I want to generate this file.xml in a specific folder that stores my...
asked by 22.05.2018 / 15:35
0
answers

How to load the XML data into a TTreeView in Delphi in MultiDeviceApplication?

Hello, using a procedure that adds to TTreeView the data of an XML file in VCLForms Application works perfectly, whereas in MultiDevice Application    Error [dcc32 Error] Unit1.pas (56): E2029 '[' expected but '.' found...
asked by 17.05.2018 / 21:36
0
answers

How to get the PHP SOAP XML before sending?

I was reading about the function __getLastRequest of SOAP PHP and I saw that this function returns the last XML sent in 'POST, but if there is an error I can not get the content sent, because it seems to me that the function...
asked by 16.05.2018 / 17:14
1
answer

How do I centralize the search box in Magento?

Well, guys, good night. I am developing a virtual store with CMS Magento in version 1.9.3.8 and wanted to know how to centralize the content that I marked in the image. I will be grateful if you help me with this, because I have been trying for w...
asked by 14.05.2018 / 01:40
0
answers

Deserialize an XML file and insert into a MySQL database

A save to the galera here, How to read XML files so data can be inserted into a database . The problem is to read the XML and deserialize, since the return is blank because the insert in the database is quiet. I'm using asp.net as vb.net , Th...
asked by 11.05.2018 / 04:12
1
answer

"android.view.InflateException: Binary XM file line" at the time of changing activity

I'm currently developing an Android app and I'm having a problem that ends up making my program crash from the moment I click the "SignIn" button. The App has no problem at the time it reaches the main activity, but always crashes when the bu...
asked by 12.05.2018 / 21:56
1
answer

Import XML file data into Array

Good morning, I have the following XML code. <?xml version="1.0" encoding="utf-8"?> <Regras> <Regra Id="1" ExtensaoArquivo=".RET" PastaOrigem="C:\Nova pasta\" PastaDestino="C:\Nova pasta (4)\"> <depara IdRegra="1" Co...
asked by 21.05.2018 / 15:18
1
answer

problems with return "None" in Python

Hello, I'm trying to get data from an API for a university job, but when I try to print the data I get the following error:    AttributeError: 'NoneType' object has no attribute 'text' Follow the code used: def list_all_political_par...
asked by 07.05.2018 / 17:28