Questions tagged as 'xml'

2
answers

Problems installing an application

I was trying some things in android studio and I realize that it does not run on Android 5.0 or 6.0, it only runs on 7.0. I am using compileSdkVersion 26, minSdkVersion 21 and targetSdkVersion 26 so it should not have any problem. The error of t...
asked by 14.04.2018 / 16:56
2
answers

Button on top of an editText

I really do not know if that is the most appropriate title but I need to make a button this over an editext, in the picture below you see what I need, for now this is the code that I have in the xml <LinearLayout xmlns:android="http://schem...
asked by 12.06.2018 / 21:38
1
answer

Read xml without path

What a good day, I've seen many examples of how to read xml files, but they do it from the path of the file. However, I want to search the xml files. with the OpenFileDialog (It should be noted that the xml have the same structure, the nodes do...
asked by 04.12.2017 / 21:31
1
answer

Consult xml file from sql server with OPENROWSET

I'm doing a query to an xml file from a store procedure and when placing the direct route it works. the problem is that the route I want to pass it by parameters and throws me error when placed as variable DECLARE @XmlFile XML SELECT @XmlFile...
asked by 18.12.2017 / 13:04
2
answers

Collect xml data in php

Good afternoon, I'm making a website to send sms to customers, so far I have managed to use the api that provides the sms service contracted, it would be something like this: <script> function enviar(telefono,mensaje){ //doc...
asked by 23.11.2017 / 16:24
1
answer

Receive XML response using CURL

I have a code that returns a response from Amazon MarketPlace, it is by get and I get the answer by cURL, if I put the URL in the browser it brings me the xml, however if I do it by php it brings me the plain text, even I do not know much about...
asked by 30.10.2017 / 14:15
3
answers

PHP include does not recognize XML file

I have a php project in a structured main folder as follows: Container folder: Folder config XML file conexion.xml Folder php sub-folder bd PHP file conexionbd.php PHP file consultas....
asked by 06.11.2017 / 19:48
1
answer

How to fix It does not allow me to modify android: layout_height in a LinearLayout

I'm trying to change the height of the rows that would be displayed in a ExpandableListView , but I've modified the android: layout_height attribute with different values, when emulating changes are not noticed, it is as if it were always "w...
asked by 28.10.2017 / 20:32
2
answers

Read complex XML with PHP

Good day, I have an XML file which I have difficulty reading, my problem is in the labels, since they are not simple labels, the Teachers start with cfdi and the ones that have internally you start with ecb, which are what I I'm interested in ge...
asked by 19.10.2017 / 15:52
1
answer

what is the difference between a getElementsByTagNameNs () and a getElementsByTagName ()

good morning I'm consuming a web service through bonitasoft with the groovy editor but I have not been successful, because when I manage the xml I can not get all the information about it, I think the problem is the way I am using the getElement...
asked by 02.10.2017 / 16:46