Questions tagged as 'xml'

0
answers

Does this .WSDL file work?

A client has sent me a file .WSDL for the creation of a web service, I have validated it using the software altanova SPY and it seems that it is a valid file. However, when I sent data to the CreateVoucher function, my pr...
asked by 13.09.2018 / 17:11
0
answers

Read XML from a gridview field and display it in a datatable

Visual Studio 2012 - Web Application. I want to go through the gridview, when I get to the "REQUESTCONTENT" field, I'll go through it and insert the values of that field in a datatable. This is the gridview: And this is the xml in...
asked by 03.10.2018 / 19:28
1
answer

ignore an xml file using python?

I need help, the code that I have in python reads the xml files inside a predetermined folder, once these files are found it reads them and pulls out the required data inside it, the detail is that I found several xml that contain errors and the...
asked by 22.10.2018 / 22:33
0
answers

Bosh connection stream does not continue, with Strophe and Ejabberd

var Iniciar = { user: '[email protected]', pass: 'user1', conexion: null,... } $(document).ready(function () { Iniciar.log('Iniciando conexion'); $(document).trigger('conectar'); }); $(document).bind('conectar', function (...
asked by 21.08.2018 / 20:00
0
answers

Read an XML from HTML and apply them directly in the view

I am trying to load an XML to a view and that with JS I read it and the tags use them directly in several inputs that exist in that same view, and everything I want to do from the client. If someone can help me. It is a form that must be fill...
asked by 17.07.2018 / 17:20
2
answers

TabLayout lower without AppToolbar

how do they walk? I do not know how to configure my tablayout to the bottom of my screen I am using fragments and my main view is a CoordinatorLayout. The idea of TabLayout is to use it without the Toolbar . This is my XML code...
asked by 10.07.2018 / 01:23
1
answer

Splash image is not displayed when charging App on mobile

I have a code that I took out of a tutorial that supposedly causes the splash image to be displayed while a WebView is loaded, and that when it finishes loading, the splash is hidden: @Override public void onPageFinished(WebView view, String u...
asked by 29.05.2016 / 21:51
2
answers

Activity does not work when you add id to button

I have an activity whose xml code I leave below, the problem is that when I add an id to a button inside the xml of the activity, like this: android:id="@+id/pinbutton" The activity no longer raises and closes the application, returns this...
asked by 27.05.2016 / 00:02
0
answers

Is there a way to apply a xslt two xml with different tags?

I explain myself better, the question I have is if I can apply an XSLT to two XML that have certain tags with different names. An example first Xml <Persona> <Nombre>Sebastián</Nombre> </Persona> second XML...
asked by 12.06.2018 / 17:50
0
answers

Error loading XML failed to load external entity

Good morning, I am working with google news rss and access the rss as xml with php7 and iis7, I am using simplexml_load_file but it does not work and it sets me as output.    Error loading XML failed to load external entity this is my cod...
asked by 03.05.2018 / 16:07