Most voted "xml" questions
Extensible Markup Language (XML) or extensible markup language is a structured document format that defines human and machine-readable encoding rules. It is defined by the XML 1.0 Specification produced by the W3C (World Wide Web Consortium).
Learn more…1,028 questions
Sort by count of
-
1
votes0
answers131
viewsRetrieve information from Webservice
I have to send an Access Token to the webservice, this token should be sent in an XML, like this: POST /webslaptime_deploy/websLapTime.asmx HTTP/1.1 Host: 187.17.175.49 Content-Type: text/xml;…
-
1
votes1
answer987
viewsReinf - Event error R-5011
While trying to sign the R-5011 consultation event, I am encountering this error: "The element of thehttp://www.reinf.esocial.gov.br/schemas/evtTotalContrib/v1_03_00:nrProtEntr' is invalid - The…
-
1
votes1
answer1922
viewsTransform array into XML
I’m trying to turn an array into an XML My XML needs to have the following structure <Products> <Product name="TR-501"> <Descricao texto="55.180.198 / 46789771" /> <Detalhes>…
-
1
votes0
answers109
viewsFailed to Merge Android Manifest.xml with Admob [UNITY]
The error is present when I try to build my Android game in Unity, it simply accuses error and says that it was not possible to merge the Androidmanifest.xml file.. Erro1 Androidsdktoolsexception:…
-
1
votes1
answer192
viewsproblems with return "None" in Python
Hello, I’m trying to get data from an API for a university job, but when trying to print the data I get the following error: Attributeerror: 'Nonetype' Object has no attribute 'text' Follows the…
-
1
votes1
answer540
viewsHow to select XML and return a specific column from an anonymous block?
I have an anonymous block in PL/SQL that returns to me an XML as the result of running a web service. How do I select this XML to only get a desired column? Anonymous block: DECLARE l_filename…
-
1
votes1
answer1837
viewsConsume webservice Soap with PHP (xml with attributes)
I need to consume a wsdl but the XML for sending to the webservice server has attributes. I created an array containing all tags, but I was wondering how to add the attributes of each tag. XML to be…
-
1
votes1
answer198
viewsProblem with Python zipfile logic
I’m trying to make a python script to zip xls files. I managed to get it inside directory and is adding everything inside a file .zip. However I wanted it to go through all subdirectories and be…
-
1
votes1
answer556
viewsSoapclient error with php 7.1 on shared server
I have the following code that works perfectly on host location: $wsdl ='http://ws.portaledu.com.br:8051/wsConsultaSQL/MEX?wsdl'; $client = new SoapClient($wsdl,array( 'trace' => true,…
-
1
votes1
answer105
viewsPoorly formatted XML
I’m trying to read some XML files with the Element Tree of Python, but one of them, when I will do the parser give me that mistake: xml.etree.Elementtree.Parseerror: not well-Formed (invalid token)…
-
1
votes2
answers1604
viewsServer Did not recognize the value of HTTP Header Soapaction
I am trying to implement a webservice of a software called Smartertrack only that I am not succeeding... give me the following error: Server did not recognize the value of HTTP Header SOAPAction:…
-
1
votes0
answers48
viewsPHP does not save message in XML
I want to set up a comment system, when opening the xml php can, but when saving a new message not, and can not save it also not from the error. (Note: it is kind of urgent pro TCC). Codes:…
-
1
votes1
answer1541
viewsHow to open an Activity via a button
I’m having a problem opening my Activity on various forums and I haven’t found the answer. I have the Activity "Teladelogin" and the Activity "Feed", and I have tried to open in various ways, here…
-
1
votes1
answer217
viewsCount repetitions of TAG in XML file
Example of XML file: <rec> <v001>001</v001> <v002>2012609272311</v002> <v003>616.890231</v003> <v005>7</v005> <v006>m</v006>…
-
1
votes1
answer90
viewsGenerate constant tags using Xstream in Java
Hello I need to generate an xml with uppercase tags that would necessarily have to be final attributes in the model class to generate xml. To do this, I’m trying to use the Java Xstream API. However…
-
1
votes1
answer303
viewsHow to get images in XML CDATA and DESCRIPTION
I have some xml files, and several of them the news images are inside the Description, in one of them the image is inside the CDATA, at the time I return the array to Description does not appear any…
-
1
votes3
answers713
viewsSend a string name via post using javascript
Good evening, I’m only trying to send name to the server, but every time I pass the string to the server as "name:", here’s the way I’m trying: <!DOCTYPE html> <html> <head>…
-
1
votes1
answer46
viewsPROBLEM WITH PARENT TAG in VBS
So people... all right? I have a little problem here very similar to the one I had yesterday, I have a VBS script that suits me well, it basically reads the XML, takes the date inside the XML and…
-
1
votes0
answers38
viewsPLSQL to update a node in xmltype
I have to update a column in format xmltype of an Oracle database. Basically I just do update of property valor if another property of that node date and time are equal. That is, in the code below,…
-
1
votes1
answer94
viewsError creating XML with Xmlwriter
I need to create an XML, but when I try to create 2 error elements, how do I generate 1 XML with two elements? follows my code class Program { static void Main(string[] args) { using (XmlWriter…
-
1
votes2
answers229
viewsRead XML with equal PHP nodes
I have the xml example: <Listings> <Listing> <Title>Nome</Title> <Details> <Description> dados </Description> </Details> <Media> <Item…
-
1
votes1
answer635
viewsType 'http://www.portalfiscal.inf.br/nfe:Tnfe' is not declared
Good morning, usually I avoid to the maximum to ask questions here in the forum because I always find many answers that supply my situation. I am doing an integration with Sefaz, using Ws Nfe 4.00…
-
1
votes0
answers538
viewsProblem in editing interface of android studio XML layout
Build.Radle (app) apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig { applicationId "com.example.karlo.menu" minSdkVersion 15 targetSdkVersion 28 versionCode 1…
-
1
votes1
answer102
viewsSVG - Problem opening svg file
Good staff, I’m having a little problem with svg files. The situation is as follows: I have an initial file (also with svg extension) which I subsequently edit (change text, dates and so) with the…
-
1
votes1
answer151
viewsHow do I check if a switch is activated?
I’m trying to do a show that has some elements of the house, like lamps. On a screen I want you to show all the elements, whether these are on or off. I own some Switchs and want to put a text on…
-
1
votes0
answers46
viewsBack to Android menu
Have a menu inside a menu, like going back to the previous menu? <menu xmlns:tools="http://schemas.android.com/tools" xmlns:app="http://schemas.android.com/apk/res-auto"…
android xml android-studio android-layout android-xmlasked 6 years, 1 month ago João G. Hartmann 31 -
1
votes1
answer136
viewsHow to search word snippet within XML using PHP
I use this code that is to return data related to each searched name, but the query only works if I type a name identica, I wanted to type "Smartphone" and it returns me all the searches that have…
-
1
votes0
answers34
viewsHow to display the result of reading an XML file correctly
Good morning , I came up with the need to read an XML file available in a URL, however , even following the questions already opened here in the stack as :Query the XML URL the data are returned to…
-
1
votes1
answer813
viewsPHP SOAP - SOAP-ERROR
Good afternoon Guys, I’m doing a WEBSERVICE to consume a company API. But with the code below the return is always "SOAP-ERROR: Encoding: Object has no 'Active' Property" I don’t know what else to…
-
1
votes1
answer1390
viewsDelphi Traversing An XML Nodes (DOM)
I have the code below, but I’m not able to list the node name and its value. I can search and show the main node type [ide] but the sub-node that would be [Cuf] + value that I can’t. procedure…
-
1
votes1
answer122
viewsHow to define a color using the <Color/> element of Xamarin Forms within a Resourcedictionary
Hello, I’m following you this tutorial and, starting from what it shows along with the Xamarin.Forms documentation, I can create a Resource Dictionary as follows: <?xml version="1.0"…
-
1
votes1
answer807
viewsXSD.EXE Generate classes in C# - EFD Reinf v1_04_00
I am trying to generate XSD.exe classes in C# from the Reinf XSD files: EFD Reinf v1_04_00 http://sped.rfb.gov.br/arquivo/show/2802 As follows: C:\Reinf\XSD>xsd evtInfoContribuinte-v1_04_00.xsd…
-
1
votes1
answer438
viewsGet data return xml
I am trying to return the data of this xml: <?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?> <GerarNfseResposta xmlns="http://www.betha.com.br/e-nota-contribuinte-ws">…
-
1
votes1
answer407
viewsError Reading Bovespa XML Files with R
I tried to use all libraries for manipulation of XML available on R which I found, but I could not, with any of them, perform the reading of the new closing quotation files made available by…
-
1
votes0
answers665
viewsPost post Submission with Axios
Hello, I’ve been bumping my head to solve a problem with sending a POST request from a SOAP envelope with Xios, I send the same XML with the same Reset by POSTMAN and it works pretty good, but when…
-
1
votes1
answer235
viewsXML serialization/deserialization C#
Good night! I can’t use the data I do the XML deserialization, there is no exception or anything like that... I already checked the path, data but I can not list the data... XML: <?xml…
-
1
votes1
answer133
viewsProblems with xml to transform into data.frame in R
Good night I need an xml collaboration, I have little knowledge for R in this I have the following xml structure To help me, please copy to a txt and save in xml format to use…
-
1
votes1
answer387
viewsHow do I filter a search using Searchview?
I’m building an app where in a particular app a list of registered users will appear in a ListView. This Activity also has a SearchView which serves to filter data from ListView according to the…
-
1
votes2
answers674
viewsHow to send WS XML file from Safe Harbour (made in PHP) using Restsharp C#
I am trying to integrate a Ct-e XML file with the Safe Harbor Web Service (done in PHP) using Restsharp in C# and always returns message saying that they could not open XML or that file is empty.…
-
1
votes0
answers43
viewsJava web mapping with xml
Hello, I am learning java for web, and I have a certain problem, I am not able to do the mapping in the xml file for the links of the pages to be cleaner. I have the following class:…
-
1
votes0
answers435
viewsWebservice PHP WSDL XML
Hello, I’m developing a PHP system where I manage my court cases. I would like to receive the process movements automatically, so I saw that there is a Webservice to facilitate this functionality.…
-
1
votes0
answers241
viewsAn error occurred while sending the request
I am generating a batch xml of rps, and to envelop, and add ![CDATA[ he jumps line, I thought it was something with the registers, but I managed lot of only one rps, one by one, to see if it would…
-
1
votes1
answer1619
viewsHow to read an XML file with PHP?
Hello, I am trying to read an XML file through a link and am not succeeding. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"…
-
1
votes2
answers331
viewsWhite screen before splash screen startup
I created a Splash Screen that works normally, but when opening the application instead of directly entering Splash, it runs a white screen. Splash.xml <?xml version="1.0" encoding="utf-8"?>…
-
1
votes1
answer282
viewsGenerate XML file of more than 1 Mi of records with Xml.etree.elementtree in python
Please, how can I generate an XML file, with Xml.etree.elementtree in python, but in such a way that it creates the file of 5 thousand in 5 thousand resgitros, without the need to wait to load the…
-
1
votes0
answers38
viewsHow to show nested part of a json in Kotlin
My class date data class News ( val title: String, val pubDate : String, val link : String, val description : String, val content : String, val categoria : String, val linkImg : String ) My Adapter…
-
1
votes1
answer89
viewsFilter files by their extension(xml, rar, docx....)
Good Afternoon, I have an algorithm that takes all the files of an x directory, and reads them, but these files have to be XML, and sometimes RAR files appear, then at the time of reading give error…
-
1
votes0
answers21
viewserror Content for element Serv is incomplete According to the DTD/Schema
Good morning, I’m trying to send a note, but it’s catching up with the following message: Content for element Serv is incomplete According to the DTD/Schema. Expecting: vServ. the part where I…
-
1
votes1
answer109
viewsC# Function convert string to xml
I wonder how to convert a string with XML inline for a XML with tags, I’m using the XmlDocument, I have the following code: var MihaString="<MeuXML Info01="teste 0121245" Info02="2020-01-14"…
-
1
votes1
answer97
viewsReturn a specific XML field
I am creating a program that aims to obtain data from an XML, I am using xml.etree.ElementTree for this, but I’m not able to create a for to call the tags cEAN and qCom. The XML used: <nfeProc…