Questions tagged as 'xml'

1
answer

Responsiveness - Android studio

I'm having a layout mismatch with other versions of android. In my android 8.0.0 the layout stays that way Onanothermobilewithandroid4.4.2 I'musingrecyclerview,grid,cardviewdependencies{implementationfileTree(include:['*.jar'],dir:'libs')...
asked by 17.05.2018 / 16:19
2
answers

How to return a specific column as an element with FOR XML AUTO clause

I need to make a particular column an element in the return XML when I use the FOR XML AUTO clause. Automatic return turns all fields into attributes of the corresponding element. All right, but one field or another I need to be an element. I...
asked by 02.03.2018 / 20:39
2
answers

VB.NET - Find text in XML file

I need some help to validate an XML file I'm using as a database. I do the insertion of the data correctly, however I need to do a validation not to insert repeated files, so I need to check if the text already exists inside the XML. My XM...
asked by 08.11.2017 / 19:40
1
answer

Error converting XML to Object using XStream

I simulated the same error in a smaller project as it is in my original project to make the problem clearer. Follow the code and error log. XmlConverter import com.thoughtworks.xstream.XStream; import com.thoughtworks.xstream.io.xml.DomDriv...
asked by 16.11.2018 / 14:00
1
answer

Method error Get in a collection

I need to use XML in a university job and I had problems with a Get method I had to implement in a Collection p> After a while I took a look at some websites to do this and found the following tutorial , it has a Contact class as foll...
asked by 02.11.2017 / 00:50
2
answers

Create node in xml with jquery

<?xml version="1.0" encoding="UTF-8"?> <dados> <usuarios> <usuario> <login>usuario</login> <senha>senha123</senha> </usuario> </usu...
asked by 04.06.2017 / 01:10
1
answer

How to get a specific object from a Json / XML?

I need to get the content within <extract> to use in my application, but I can not. I have tried to create a class with the same objects, I tried to use the regex, but without success. I have the following XML : <api b...
asked by 07.09.2017 / 00:04
1
answer

How to get the contents of a tag through a Linq query?

I have XML with the following structure: <?xml version="1.0" encoding="UTF-8"?> <pessoas> <pessoa> <nome>Joao</nome> <email>[email protected]</email> </pessoa> <...
asked by 02.07.2016 / 17:27
1
answer

Error inflating class android.support.design.widget.NavigationView

This is working correctly on most devices, however on other devices the following error is occurring:   android.view.InflateException: Binary XML file line # 16: Error inflating class android.support.design.widget.NavigationView I've alre...
asked by 15.06.2016 / 04:01
1
answer

How to get xml data with php?

I'm trying to integrate my system with the jadlog carrier but I can not get the xml data with php. jadlog return url Result: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/20...
asked by 23.06.2016 / 20:08