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
votes0
answers46
viewsHow to make two xml file calls in the same document
I wonder if you can generate two XML files in the same document. That’s the code I’ve got so far: downloadUrl("connect_xml.php", function (data) { var xml = data.responseXML; var markers =…
-
0
votes1
answer174
viewsChange 2 attributes of an XML with XSLT
I have the following XML: <?xml version="1.0" encoding="WINDOWS-1252"?> -<NewDataSet> -<xs:schema xmlns:msdata="urn:schemas-microsoft-com:xml-msdata"…
-
0
votes2
answers83
viewsWhen importing an xml file it comes blank
I created this following xml file: <?xml version="1.0" encoding="UTF-8"?> <usuarios> <usuario> <nome>Andrêy Ferraz</nome> <idade>25</idade> </usuario>…
-
0
votes1
answer156
viewsProblems with web.xml file
Warning: selected war files include a WEB-INF/web.xml which will be ignored (webxml attribute is missing from war task, or ignoreWebxml attribute is specified as 'true') I am using Netbeans to work…
-
0
votes0
answers56
viewsAndroid - Error while renaming package on android
I’m trying to change the name of the package with.app3 to with.gamePedraShow when I try to move up to google play console. I get the message that the name of com.app3 should be changed. Inside Xml.…
-
0
votes1
answer345
viewsJava - Change XML and then read
I have an application that writes in an XML and one that reads, the two work well separately, but the problem is that when I write in XML, the other application keeps reading without updating the…
-
0
votes1
answer361
viewsJava - read XML from a URL
I have a function that reads XML and it works 100%, the problem is that when I try to read an XML that is online on my server I cannot. Follows code: public int lerXml() throws JDOMException,…
-
0
votes1
answer106
viewsXML Parser in PHP does not work
I am trying to implement an XML PARSE code in PHP, I believe I have set up following the right logic, but it is not working. It works if I use it with an RSS feed, but the RSS Feed doesn’t have the…
-
0
votes0
answers207
viewsProblems when deserializing XML
I have the following code: public T LerXml<T>(string pArquivoXML) { byte[] xmlBytes = Encoding.UTF8.GetBytes(pArquivoXML); Stream xmlStream = new MemoryStream(xmlBytes); using (var stream =…
-
0
votes0
answers27
viewsHow to Generate XML of two Note and Note Items Tables Hierarchically
Staff would like to create the XML of two tables Imagine an example below CREATE TABLE T_PARENT (ID NUMBER, TOTAL_VALUE NUMBER, LOCAL_OPERATION VARCHAR2(100), AGENT_OPERATOR VARCHAR2(50),…
-
0
votes1
answer94
viewsSitemap.php for Sitemap.xml
Can anyone help me? I made a file "sitemap.php" all ok, only I want it to be accessed in "sitemap.xml" also. My . htaccess; <IfModule mod_rewrite.c> DirectoryIndex index.php RewriteEngine on…
-
0
votes1
answer588
viewsExtract attributes from an XML in a SOAP message
I am building a Webservice that returns status of an object, so I get the data of the object to search in the base via SOAP message: <soapenv:Envelope…
-
0
votes2
answers488
viewsC# - XML Serialization error
I came across this error when trying to load an XML file through three scripts: One called Item, one Itemcollection, and the script to load the XML file. Item: using System.Collections; using…
-
0
votes0
answers76
viewsBlogger Posts in Horizontal Slip
Guys, I’m new here and I want a hand with Blogger, I can’t solve a problem that I’ve been trying to solve for days, and if there’s no way, then I’m quitting. I don’t know how to program right, but…
-
0
votes1
answer517
viewsAndroidmanifest.xml Error - A pseudo-attribute name is expected.
Good morning, When I run the application, an error message appears on Androidmanifest.xml "Error:Exception while Parsing the supplied manifest file C: Users Weslley Androidstudioprojects Projectname…
-
0
votes1
answer254
viewsWhat does ns3 and ns4 mean in an XML file?
<ns3:dadoTransporteTransportXml> <uuidDadoSerializado>5444429-da1cb4c9-ea75-4149-bb10-def6a6173731</uuidDadoSerializado> <tipoDadoSerializado>4</tipoDadoSerializado>…
xmlasked 7 years, 4 months ago Italo Rodrigo 4,344 -
0
votes1
answer250
viewsRelativelayout "anchored" at the bottom of the screen
Next I want to make this layout (id div_external) below is anchored at the bottom of the screen. But look at the next one it’s at 0dp height on purpose, I don’t want it to appear unless I click the…
-
0
votes0
answers526
viewsTomcat is configured by Eclipse to climb on port 8085 but only opens on 8080
Guys, when setting up Tomcat in the eclipse he gave the error saying that the default ports (8005,8080,8009) were busy, I changed the ports and ran the program, only in Google Chrome when I put…
-
0
votes1
answer456
viewsTextview does not appear for some reason
I’d like to do something like this in XML: I’ve tried with Linearlayout but I’m not getting it. <?xml version="1.0" encoding="utf-8"?> <LinearLayout…
-
0
votes2
answers55
viewsError adding Textview by programming
I’m having an error in creating Textviews by programming the application 'crasha' when arriving on the screen Mainactivity.java package com.example.matheus.login; import android.content.Intent;…
-
0
votes2
answers1364
viewsRetrieve xml data with php
I never worked with XML. Below I put the XML code as I get from a URL. I would like to take the latitude and longitude data and move on to a PHP variable. <?xml version="1.0"…
-
0
votes0
answers144
viewsFailure accentuation XML to mysql
I’m facing a strange mistake with accentuation. I set my database, table and structure to UTF-8. Utilise: header('Content-Type: text/html; charset=utf-8'); mysql_query("SET NAMES 'utf8'");…
-
0
votes1
answer714
viewsConvert xml-like format to json with javascript
I am using the following code to read a file similar to an XML, but I need this file to be converted to a JSON, will anyone be able to give me this help ? Follow the code of my index.html…
-
0
votes1
answer223
viewsMarkerclusterer on Map with PHP echo XML
Hello, I am developing a map looking at the google api and the first step is completed, bring all establishments within the map, to be able to do this I looked at the google reference How to use…
-
0
votes1
answer44
viewsXML query with Linq
I need to read a specific part of an XML (highlighted in red), and for this I am using LINQ. I’m using the following code, but I believe I didn’t write it the right way. IEnumerable<string>…
-
0
votes1
answer626
viewsGenerate xml automatically
I want after reading the html page with the file_get_contents and select what matters with the preg_match_all a is automatically generated xml (calling the function below) and generating the file.…
-
0
votes1
answer659
viewsRead xml in Java
I’m using a program called Tiled(Tilemap) to generate a map and I want to read these numbers. The xml is like this: <?xml version="1.0" encoding="UTF-8"?> <map version="1.0"…
-
0
votes1
answer59
viewsPass String to array (Xml);
I’m using this code to read a map of an xml file. private void loadMap(String mapa) { File file = new File(getClass().getResource(mapa).getFile()); try { dbBuilder =…
-
0
votes0
answers253
viewsGet return from xml webservice - SOAP
I’m accessing a webservice with SOAP and I need to get the contents of the tag - Message Follow the return of the webservice. /var/www/html/particular/webservice/retphp:28: object(stdClass)[2]…
-
0
votes1
answer3056
viewsName [name] is not bound in this Context. Unable to find [jdbc]
In the expectation of improving the performance of BD access I started to implement a pool of connections within my Web Application. But every time I will give a lookup on the application I think…
-
0
votes2
answers231
viewsDifficulty reading XML in Java
I’m trying to learn, and I’m having a hard time reading an XML by taking it via the Web and turning it into an object. There is a ready code in which it connects to the site, and another that a…
-
0
votes1
answer697
viewsImport org.apache.Commons.io.input library from Java to Eclipse
I need to use the class Reversedlinesfilereader, which belongs to the org.apache.Commons.io.input library. @Tommelo told me that I should include a dependency of this library in the archive pom.xml…
-
0
votes1
answer117
viewsNfe - ERROR in Addprot (For those who have used Nfephp)
(For those who have used Nfephp) I’ve done pretty much every step to Generate Nfe: I created xml in Makenfe I signed the xml with Subscriberfe I validated with Validaxml I sent the Batch to Sefaz…
-
0
votes1
answer574
viewsHow to handle xml return in Jquery
I am making an Ajax request for a PHP page that returns several data in XML. If I make a simple code recovery by opening the PHP page directly, sure, however I am making the request for another page…
-
0
votes1
answer131
viewsIs it possible to apply style to an XML structure?
A while ago I did that question, and those days I wondered if I could not use XML for structures, for example, with a table,: XML: <root> <row> <col>col 1</col>…
-
0
votes1
answer1055
viewsRead XML via Python
I need to take data in an XML file from another domain, initially I did a js, I had to abort. I thought of reading the files through . py within my Django project I tried something a little less…
-
0
votes1
answer839
viewsEdit value within an XML node 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>…
-
0
votes1
answer353
views -
0
votes0
answers540
viewsHow to read the xsd file from within my C#project
I’m validating an xml from an xsd file this way: XmlSchemaSet schemaSet = new XmlSchemaSet(); schemaSet.Add("urn:bookstore-schema", @"D:\Arquivo\VoltVarPlanning.xsd");…
-
0
votes1
answer172
viewsTaking a string from an XML I received from an http request
So guys, the problem at hand now is that I have to pick up two lines that are in an XML, I get this XML through an httpRequest, and then apparently starts the problem. What I’ve tried so far is: ...…
-
0
votes1
answer242
viewsFilter information in an XML using C
I need to extract relevant information from a XML which has this structure: <ARTIGO-PUBLICADO SEQUENCIA-PRODUCAO="2"> <DADOS-BASICOS-DO-ARTIGO IDIOMA="Inglês" DOI="" FLAG-RELEVANCIA="NAO"…
-
0
votes2
answers214
views -
0
votes1
answer363
viewsHow to add XML encoding tag
How to add XML encoding clause <?xml version="1.0" encoding="UTF-8"?> When you generate XML via FOR XML PATH as an example below: SQL query: WITH XMLNAMESPACES (DEFAULT…
-
0
votes1
answer106
viewsApplication for login on another site (Facebook), error "Invalidsubmiterror"
My code is this: import robobrowser import re url = 'https://m.facebook.com' loggedin_title = 'Facebook' # isto vai servir para confirmarmos que estamos loggedin, vendo o titulo da pagina para onde…
-
0
votes2
answers80
viewsGenerate an array within XML in sql server
I have the following problem: I am running a Procedure in Sql Sever that generates an XML through the XML PATH command, however, one of the fields is an array, what I got was this: This select is…
-
0
votes0
answers67
viewsWrite an XML using Xmlwriter C# from an Excel table
Hi, I’ve never used Xmlwriter before, this is something totally new to me. I have a table in an excel and need to create an XML file from it, the first column will be the main Node, and each other…
-
0
votes0
answers76
viewsWrite an XML file inside Solucion C#
Good evening Everyone, I would like a help, the structure of my project is according to the image below. I would like to import data from my table to this 'Arq.xml' file that is inside the project.…
-
0
votes0
answers107
viewsForeach in PHP with Simplexmlelement Object
I need to have access to the information (id_midia, midia_tipo, etc.) within the object array below. How should I proceed? [midias] => SimpleXMLElement Object ( [midia] => SimpleXMLElement…
-
0
votes1
answer849
viewsHow to load data from an XML file into an HTML input field?
I’m trying to upload an XML by uploading it to an object and showing it on the screen. I managed to do it in a Div But I’m not getting to show in Inputs. Follow the process and the code: I choose…
-
0
votes1
answer165
viewsUpdating XML Data in Real-Time with jQuery.get
I’m building a page that has a carousel (with bootstrap 4) that displays some information about temperatures. This information comes from a XML that will be updated whenever any change occurs. I’m…