Questions tagged as 'xml'

3
answers

XML Web Services with HTML deployment

$url = 'http://www.webservicex.net//country.asmx/GetCountries?'; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);...
asked by 22.03.2017 / 07:01
0
answers

Problems with http://schemas.android.com/apk/res/android

Currently I'm getting into the Android programming with Visual Studio v3 and Xamarín v4.3 . The project that I am creating is to make a layout of login, but I have several problems with http://schemas.android.com/apk/res/android ,...
asked by 20.03.2017 / 13:10
1
answer

How can I insert data from an xml to mysql with php?

What happens, generate a .bat that will collect the data of my cpu and the data will be geared to me in an xml format with the following code wmic cpu get /all /format:rawxml.xsl >cpu.xml and I generate the following xml <COMMAND SE...
asked by 30.07.2017 / 02:38
2
answers

Parsear array object in php

I am consuming a Webservice Soap of type asmx from PHP . I receive the data but it does not give me the object array ordered with the fields that returns the XML of the Webservice , it is like that it show...
asked by 05.01.2017 / 20:59
0
answers

Serialize a class to xml after it passes the binding validation in wpf c #

I have a project in WPF with a configuration file in XML I have made a ViewModel class that is Binded to MainWindow.xaml, and I have done one validator using IDataErrorInfo and classes with the ValidationRule interface. What I want is that...
asked by 14.10.2016 / 12:21
0
answers

Downloading XML files with double-dot content (..) in the attachments of an Outlook mail

I have a question about downloading attachments from a mail server like Outlook. I made an application where you download the attachments of the emails and in those attachments comes an XML. Sometimes I download these files with double point (...
asked by 07.11.2016 / 18:40
1
answer

Error in XMLTYPE in xml with namespaces

The following sql statement is causing me an error LPX-00601: Invalid token in: '/ soap: Envelope / soap: Body / GetRatesTreeResponse'. Could you tell me if you see any failure? WITH mydata AS (SELECT TO_CLOB('<soap:Envelope xmlns:soap="...
asked by 10.05.2016 / 12:35
1
answer

ImageView that can be selected

I have this ImageView And I want that when you click on it, of the sensation of a button, as well as that it changes color. <ImageView android:id="@+id/image_view" android:layout_width="48dp" android:layout_height="48dp" and...
asked by 19.10.2018 / 16:07
1
answer

How to use where in data set to filter result

I have a data set that is called from a web service. What I'm trying to do is call this web service by filtering the type of project I want to get. This means that I do not want to call projects that have a DefinitionType "Survey". I have...
asked by 10.03.2016 / 17:44
1
answer

How to access an attribute of a node with xslt?

Good morning: I hope you can help me I have the following xml: <?xml version="1.0" encoding="UTF-8"?> <biblioteca> <libro tipo="Novela"> <titulo>Don quijote</titulo> <autor>Miguel de cervantes</...
asked by 02.03.2016 / 17:47