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 ,...
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...
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...
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...
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 (...
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="...
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...
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...
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</...