Questions tagged as 'xml'

1
answer

How to deserialize attributes of XML elements with C #? [duplicate]

Well I asked this question once but I did not have an answer, so I'll ask again. I've tried some methods I saw there that said that worked on other questions, but none of them. I need to read this XML: link And extract the attribute...
asked by 21.06.2015 / 17:31
2
answers

How to "capture" Webservice (XML) data in Java SE?

I am a layman in the subject webservice and I need to capture the data of a webservice that returns a little information. The webservice is this: link I found a lot of information on the internet but only for Java EE and in very complex...
asked by 24.03.2014 / 02:50
1
answer

How to do list all of xml to php

Good evening. I have the following xml file: <MusicHistory CompactMode="1"> <Item0 Block="2018-02-11T23:00:00" Folder="Musicas" Music="Zara Larsson - So Good" Composer="" Comment="" Start="2018-11-03T02:19:13.000Z"/> <Item1 Bloc...
asked by 03.11.2018 / 03:25
1
answer

Get key value set with hyphen

I'm trying to access the value of the url-authentication key, but it displays the following message: Notice: Use of undefined constant autenticacao - assumed 'autenticacao' in SimpleXMLElement Object ( [@attributes] => Array ( [versao] =>...
asked by 01.05.2014 / 13:17
3
answers

Send a string name via post using javascript

Good night, I'm trying to send only the name to the server, but every time I pass the string it arrives at the server as "name:", here is the way I'm trying: <!DOCTYPE html> <html> <head> <script> var bt...
asked by 14.08.2018 / 03:19
1
answer

How to create browser tabs in Android Studio

Hello, I'm creating a browser for Android using Android Studio I'm trying to create a resource that has in all browsers that are multiple tabs like Google Chrome, but I'm out of luck and all my attempts are failing, does anyone know how to create...
asked by 10.04.2018 / 02:59
2
answers

Issue with eSocial digital signature - Invalid signature

I'm having problem validating eSocial xml signature. We have already made a number of attempts, but in all cases the return of the event processing is the same: "Signature of the invalid event Suggested actions: Verify that the event after the s...
asked by 18.01.2018 / 12:54
1
answer

Edit value inside a node in XML with C #

I have a login system in C # and a following XML file: <?xml version="1.0"?> <Usuarios> <Usuario> <User_ID>001</User_ID> <Password>010309</Password> <Password_Change_Date...
asked by 22.11.2017 / 23:14
1
answer

Is it possible to apply style to an XML structure?

A while ago I did this question , and these days I thought if I could not use XML for structures, for example with a table, make the following two codes have the same behavior when interpreted by the browser: XML: <root> <ro...
asked by 09.11.2017 / 13:35
1
answer

Read XML through Python

I need to get data in an XML file from another domain, initially I did a js, I had to abort. I thought about reading the files through .py within my Django project In test character I tried something else one less like this: tree = ET.Eleme...
asked by 09.11.2017 / 22:14