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
-
0
votes1
answer172
viewsHow to change the course color of my Searchview
For now it is white and I need to put it in black color, I found several tutorials, but I did not find one that works, how do I do it? Code: searchViewPesquisa = (SearchView)…
-
0
votes0
answers63
viewsProblems sending Nfe 4.0 to SP, MT and MS states
I have problems sending the disabling of Nfe 4.0 only to the states of SP, MT and MS. The others are sending normally. Is giving error in this part of the code: HttpWebResponse responsePost =…
-
0
votes1
answer1087
viewsSerialize XML for special characters
I get an Nfse XML, but I need to handle the special characters, example: ´^~Ç etc, I serializo it this way: StringWriter sw = new StringWriter(); XmlTextWriter tw = new XmlTextWriter(sw);…
-
0
votes1
answer54
viewsError when serializing with namespace in if
I was creating a file and it worked normal, but now, when serialize appears Q1 in all tags, I’m doing this way: StringWriter sw = new StringWriter(); XmlTextWriter tw = new XmlTextWriter(sw);…
-
0
votes0
answers285
viewsHow to read a return xml containing CDATA in PHP
Hello, I’m not very familiar with this kind of feedback on a Soapclient request (by the way, I’m not very familiar with SOAP). The return has an "example]] element, and when I try to read the file,…
-
0
votes1
answer59
viewsPopular Select with XML - Logic
Hello, I need to popular a select so that they are dynamic. The customer is a car site, IE, the user will be able to schedule the cars. my job is to popular select, however I am having difficulties…
-
0
votes0
answers46
viewsI can only read XML file on localhost
Hello, I’m not able to read a particular file at all XML when my script is hosted on my server. The file XML it’s not mine, it’s available for reading, and I can only read with PHP when I test in…
-
0
votes0
answers148
viewsHow to map Java classes to a specific XML format?
I’m developing a framework that manages system calls and needs to save/load the state of the instance variables in a specific XML format. I looked for tools on the Internet and found the JAXB 2.…
-
0
votes0
answers146
viewsHow to correctly display an XML that has blank cells in PHP?
Good afternoon, everyone. I followed a video classroom how to display XML data in PHP, and everything worked out, the result was displayed correctly, but if a cell is empty it plays the value of the…
-
0
votes1
answer26
viewsXML to DB with PHP and MYSQL
I created a code that reads the XML and then inserts it into the MYSQL database, but only tries because an error is returned. It’s simple because I’m doing it for blocks. Filing cabinet conn.php…
-
0
votes1
answer151
viewsInvalid method (HTTP Verb) is being used Error
The page you are Looking for cannot be displayed because an invalid method (HTTP Verb) is being used. This error is being presented, when I try to send via POST data XML to an archive PHP. I wrote a…
-
0
votes0
answers29
viewsI can’t solve a notification line
The error is on the line: notification.setLatestEventInfo(context, contentTitle, contentText, contentIntent);. I couldn’t fix it. Any change I make makes a mistake. // Define Notification's message…
-
0
votes1
answer304
viewsHow to pull XML data from the "tag" using Filereader and Domparser? (Nfe)
What am I doing wrong? My intention is to save some information of an Nfe (take the tag data) from an XML, without having to do upload of the same nowhere. Head - <meta http-equiv="Content-Type"…
-
0
votes1
answer469
viewsSend special character in Request body via Httprequest in Delphi XE2?
I am consuming an API (POST), via Delphi for sending NF-e XML. I am using Httprequest. In the body of the request (body) I must pass the xml as follows: xml= But the issuer’s social reason (xName)…
-
0
votes1
answer468
views(Android Studio) Webview loads the page and does not open
I am making an application that gathers some sites, but some of them keep clicking on Webview and does not open. As an example I will use the Urpay. I’ve seen this site being opened by another…
-
0
votes1
answer128
viewsConfiguration of CORS tag in WEB.CONFIG in . NET project
I have a problem with the CORS tag in my XML. It even recognizes in Visual Studio 2012, but in VS 2017 it compiles but does not debug. Libraries are installed, but still persist in error, even if it…
-
0
votes1
answer228
viewsXML manipulation with PHP
I am creating a tool for reading XML files that will be searched locally in the user’s machine, I searched and found very easy methods to use in PHP, simpleXML. I have the following code: <?php…
-
0
votes1
answer525
viewsPrinting specific attributes of a python XML file tag
Hello, I’m starting to use the Python language for a survey, and as "activity" I received an XML file from my teacher and I need to "unlock" it, printing tag contents and some attributes specific to…
-
0
votes0
answers140
viewsManipulating XML from Webservice response in PHP
I’ve seen some of these responses here in other languages, but not in PHP. Does anyone know how I can manipulate this xml that returns from a Webservice? I would like to take the specific data you…
-
0
votes1
answer57
viewsParser XML Webservice in Java
I am having problems with XML return from a webservice when trying to parse. Netbeans output complains this way: [Fatal Error] :1:13: White space is required between the destination of the…
-
0
votes0
answers19
viewsI want to know how to read a domDocument with an xml inside
Currently the project using a print_r in the variable xml and it returns that: SimpleXMLElement Object ( [cidade] => SimpleXMLElement Object ( [@attributes] => Array ( [nome] => ARACAJU…
-
0
votes1
answer78
viewseSocial BX: "Event not found or not processed or without profile for access"
I’m using the "Download Request Website for Events", the Method "Solicitadownloadeventosporid". However, when submitting the event ID, I am getting the following return: <?xml version="1.0"?>…
-
0
votes1
answer78
viewsPass file by parameter in a function
I’m doing a function that turns a . xml file into a json file... I found some functions on the internet already, that do this but I do not know how I can pass the file by parameter, as the function…
-
0
votes1
answer265
viewsHow to check if an XML type field is null or empty in SQL SERVER
I need to check the amount of 0, NULL or empty in fields of different types, My difficulty is when it comes to fields of type XML. I tried to include in my logic the function exist(), but I do not…
-
0
votes1
answer26
viewsSQL Transform XML attributes into columns
I have the following code: IF OBJECT_ID('dbo.tabTeste') IS NOT NULL DROP TABLE dbo.tabTeste GO CREATE TABLE dbo.tabTeste ( id_tab INT IDENTITY PRIMARY KEY, field1_tab VARCHAR(255), paramsxml_tab…
-
0
votes1
answer149
viewsHow to insert xml tag within a sql server table
I am trying to insert an XML tag that is allocated within a field in an SQL table (SQL SERVER) I am currently trying so but am unsuccessful: update UserData set tp_ColumnSet.modify('insert…
sql xml sql-update sql-insert sql-server-2012asked 5 years, 4 months ago Guilherme G. Bitencourt 11 -
0
votes1
answer241
viewsHow to take src from an img of <content:encoded> Angular 7
I’m doing an Rss Feed and I want to get an image of <content:encoded> and use as thumbnail, how to solve? I’m using this feed as an example: http://parceriasocialdeempregos.com.br/feed…
-
0
votes1
answer228
viewsHow to convert XML with a repeated element to the Java object (JAXB)
I’m having a problem converting an XML file to Java Object. This is my XML file that I receive through Webservice: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"…
-
0
votes1
answer76
viewsFilling an Array with Read Data from an XML File
I need to fill an array with read data from an XML file, the code is listing all of the xml file the data in the browser correctly: if (file_exists('clientes.xml')) { $xml =…
-
0
votes1
answer155
viewsAdding a conditional to the XML TAG
I’m working on a.xml file to be sent to a service. However the question is how to add a conditional in XML, IE, I have N types of coverage that will be filled in a form and not all covers will be…
-
0
votes1
answer172
viewsValidation Bean Is Not Validating
Hi. I would like to create a program, where I write a task and it would save it in a database. With this I have a class called, which asks for the description to have at least 5 characters package…
-
0
votes1
answer312
viewsConvert a SOAP response to JSON
I receive as response the following XML <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP-ENV:Header/> <SOAP-ENV:Body> <obterLoteCupomResponse…
-
0
votes1
answer28
viewsHow to choose what will be displayed from the xml by the php you are reading?
I have this Instagram rss code in XML is on this link: https://rss.app/feeds/wUySUmu0Kiy1c3uL.xml But the part I need is this: <description> <![CDATA[ <div> <img…
-
0
votes2
answers179
viewsSkip line in XML with Python
Hello! I am creating a program in Python where the output of the program will be an XML script in the ABAP language (for a SAP specific transport), but when I export the output to XML it does not…
-
0
votes2
answers998
viewsHTTP Flutter request sending xml data to body
I would like help processing an HTTP request in Flutter (in this case using the SEARCH method to filter files on a Webdav (Nextcloud) file server where I need to send XML type data in the request…
-
0
votes1
answer14
viewsDisplay XML parameters in PHP
I’m creating a routine of reading XML files in a directory, but I’m having trouble presenting the XML elements. The XML file: <?xml version="1.0" encoding="UTF-8"?> <Report…
-
0
votes1
answer108
viewsTransform XML into Dataframe
I have an XML and I’m trying to turn it into a DF. My XML: <?xml version="1.0" encoding="ISO-8859-1" ?> <test:TASS xmlns="http://www.vvv.com/schemas"…
-
0
votes2
answers116
viewsRead multiple tag attribute in an XML
I want to read the XML and get the tag data <product zupid="fe36ddb561f0cd98f693722931fa2b83"> but I’m not getting it. Part of XML: <?xml version="1.0" encoding="UTF-8"?> -<products…
-
0
votes1
answer37
viewstake the values of an xml array
Good afternoon, I’d like to know how to add the values of an xml array to a Combox. I am using this code but it is giving me the following error: "System.Collections.Arraylist" in the Combox c#:…
-
0
votes2
answers153
viewsC# convert dynamic string to xml with TAG
I would like to know how to convert a string with XML inline to an XML with tags, I am using Xmldocument, I have the following code: var MihaString="<MeuXML Info01="teste 0121245"…
-
0
votes0
answers25
viewsHow to add new information in XML using serialization without overwriting previous information
Good evening guys, I am casually studying and creating some applications, I have reached a point where I need to create an XML with values, and that every time I enter information it goes to the XML…
-
0
votes2
answers368
viewsHow to take data from a specific field in an XML,with Nodejs,and then save it in the Mongo database
In an API response, it brings me an XML, but I need to capture just a few specific fields and save it in my database Mongodb with the package Mongoose,using Nodejs and Axios. My XML response comes…
-
0
votes1
answer64
viewsExecution Error 424 - Import multiple XML files in VBA
I’m completely new in vba and I’m having a problem with my code. I need to extract data from some tags from various files XML. When I execute the code or perform Debub, the error of 424 "The object…
-
0
votes1
answer67
viewsComparing strings
Hello I have a program to check if there is a string inside a file like this: import xml.etree.ElementTree as ET #Bibliotecas…
-
0
votes1
answer63
viewsLooking for string inside another Python string
Hello I have a program to check if there is a string inside a file like this: import xml.etree.ElementTree as ET #Bibliotecas…
-
0
votes1
answer92
viewsHow to convert XML field to decimal
When reading an Nfe XML I read fields that in my system are decimal, for example qCom (Quantity), vUnCom (Unit Value) and vProd (Product Value), but the XML file uses the point as decimal separator,…
-
0
votes1
answer70
viewsMy material components are not being recognized in my Activity
Reinstalled Android Studio on my computer, went to make a basic application Only login screen and a button to advance But in Activity, when typing the id that was assigned in xml, the Kotlin file…
-
0
votes0
answers21
viewsReturn xml with 406, Net Core 2.2, with Formatfilter?
I’m trying to make a comeback in mine Controller with FormatFilter .xml, but I get the 406. Controller: [HttpGet("xml/loja/{id}/{format}"), FormatFilter] [Produces("application/xml")]…
-
0
votes0
answers36
viewsAlternative to allow_url_fopen using xml and geolocation
Meta: User type an address and I must recover it by means of geolocation. Problem: The code below works locally and returns the latitude and longitude value. However, I need it to work on the…
-
0
votes0
answers12
viewsI am trying to change the source of an item in the menu
I’m making a burger menu and I want to change the font to one I’m using in the Android project. I tried to create a new style and put in the item, but I could not. Follow the xml from the menu…