Questions tagged as 'xml'

0
answers

Minimize the App and keep the array in the GridView? - Expert on Android

I have an application which works with an external API to load images in a GridView, everything works perfectly except when the App is minimized, and it is returned. Launches the Error "The application has stopped" at the time of loading the dia...
asked by 09.09.2016 / 02:21
1
answer

format problem query linq to xml

I do the following linq query on an xml file, and it shows me this result, how can I remove the keys and the text (code =), I am programming on asp.net c #. this is the linq query var q = (from r in LicitacionesD.Descendants("Licitaci...
asked by 23.05.2016 / 19:04
1
answer

Filter language from an XML file in PHP

I wanted to know if it is possible to remove certain tags from an XML in PHP. I need the data only in Spanish (0) and I would like to obtain the data in a new XML without the other languages. I do not know what type of filtering I should use...
asked by 17.11.2018 / 16:09
2
answers

Get Value of an XML (XSD) with PHP

I connect to a SOAP service that returns the following: <xs:schema xmlns:mstns="http://tempuri.org/dsPDFGuia.xsd" xmlns="http://tempuri.org/dsPDFGuia.xsd" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:x...
asked by 12.04.2018 / 17:38
1
answer

I have the following error, which I can not solve in the andorid studio xml

I am doing an App in Android Studio and it throws me the following error that seems to be a failure to inflate the view in my XML file but I can not give it a solution. This is the XML <?xml version="1.0" encoding="utf-8"?> <a...
asked by 26.05.2018 / 17:20
1
answer

How to justify a text with XML

I'm trying to justify a text with some dots in XML, I've tried in several ways without success. Example: I need the text to be long, since I have to put several points, detailing each information in a different dot. It should also be j...
asked by 23.02.2018 / 05:21
1
answer

Switch from XML or XSD to Java class? [closed]

Good! I need to pass an 'XSD' document, or XML to java classes and vice versa, it has to be using SAX, does anyone know how?     
asked by 04.10.2017 / 18:39
0
answers

Sign XML document with p12 using XADES-BES

I want to be able to sign an xml using a P12 file which I own the key .. and the file itself, using the XADES-BES methodology, I have seen that in JAVA they use libraries ready for it, but in my case it is for python. The XML I want to sign h...
asked by 04.01.2019 / 14:42
1
answer

Xpath select that the field has more than one attribute

Hello Very good I have a problem when looking for another attribute in a node WebElement SelecionFechaCalendario = findElementByXPath ("// tbody / tr / td [@ data-month=" + fechaselecionarmes + "] / a [@date=" + fechanueva + "]", DEFAULT_W...
asked by 18.05.2018 / 10:13
1
answer

Justify TextView [duplicate]

How can I justify the text of a TextView tag in Android-Studio. I have been reading a thread that they said that they used android:layout_gravity="center_horizontal|center" but nothing, still does not justify. I have also seen anothe...
asked by 10.04.2018 / 21:30