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
votes1
answer157
viewsRemove Xnamespace in Xelement c#
I am in need of removing the Xnamespace that enters as default on an rss return. Follow the code below: static void Main(string[] args) { XNamespace ns = "http://search.yahoo.com/mrss"; var item =…
-
1
votes1
answer2615
viewsHow to set a size for Edittext text box?
How to set a size for text box EditText to make a square
-
1
votes0
answers69
viewsContent control - Java Sax
[Java - Sax Parser] Good afternoon. If anyone can help me I’d be grateful. I need to build an application that works as follows: In case he finds the tag "classname", and this has an attribute…
-
1
votes1
answer1135
viewsCreate XML with Excel, date field formatting problem
I have an Excel spreadsheet, generated by SAP with a date field. I need to convert this spreadsheet to XML. I do the XML mapping by Excel, but I cannot make it export the date field as a date,…
-
1
votes1
answer128
viewsXML query does not return values
The goal was to return the xml values but it is not returning anything: using System; using System.Xml.Linq; using System.IO; using System.Linq; using System.Collections.Generic; using…
-
1
votes1
answer600
viewsSite Republica Virtual off the air
A few days ago the site Republica Virtual that served as a basis for many people perform ZIP code query and receive the data easily, this out of the air, I do not know if anyone knows why to be out…
-
1
votes1
answer279
viewsHow to run a command on Android when touching the screen or swiping your finger on the screen?
How to run a command on Android by touching the screen or swiping your finger on the screen, if someone can help me
-
1
votes2
answers192
viewsAndroid custom listview working but having problems
Hello, I am making a Binding and I have only one of the properties of my Model that are appearing in my listview. Follow the code: Adapter: public class ProjectAdapter extends…
-
1
votes2
answers5882
viewsHow can I place one element on the other side?
I want to put the atendenteBalaoProdutoValor on the side of atendenteBalaoProdutoNome and atendenteBalaoProduto2 below the atendenteBalaoProdutoNome. For that, I tried this: attendant.xml <?xml…
-
1
votes0
answers159
viewsImport XML into Mysql
I have two xml files. When I care one of them comes like this pública and the other one comes like this pública I opened the files in Notepad++ and in the Format tab the two files are with UTF-8…
-
1
votes1
answer82
viewsZoom and drag settings in SVG area
I’m trying to make a system creates a graph of a mathematical function, and I’m developing it into svg. But I’m encountering some difficulties, the first of which is the lack of automation, because…
-
1
votes0
answers32
viewsAdd function to firefox
I am wanting to make a modification to firefox so that it automatically updates the page after a period. In other words, I want to "trigger F5" in a certain time interval and on a certain page. I’ve…
-
1
votes1
answer178
viewsPure XML in PHP
I am making a request to a web service (done in Delphi), by PHP sending an XML and receiving a reply. What I want is to be able to show XML exactly as it is. Code I use: $getData is the request XML…
-
1
votes1
answer45
viewsCode abstraction with multiple Replaces
I have this code pad: xml = xml.Replace("<html>", ""); xml = xml.Replace("<head>", ""); xml = xml.Replace("</head>", ""); xml = xml.Replace("<body>", "<certidoes>");…
-
1
votes1
answer267
viewsGet multiple checkbox tag values
I am displaying a table with data coming from a xml, for this I am going through the array @ag and assembling the elements of each line. Each line has a check_box_tag to select the elements to be…
-
1
votes1
answer586
viewsRead an xml file
I’m trying to read an XML file. string pagina =…
-
1
votes1
answer3906
viewsJSF does not find resource
Good morning. I am not able to present a screen because it is said that a certain feature is missing that is not cited through the console and the error screen. Can someone give me a hand? xhtml…
-
1
votes0
answers66
viewsXML Manipulation with JDOM Java
Guys, does anyone know why when I write an xml I simply have to use the path of the directory, and to perform the reading I have to put file: before? "F:/Programming…
-
1
votes0
answers81
viewsSearch controls in a separate class from the main activity
I need to search the controls to change values in the layout. But passing the context by parameter to the class it does not find the controls declared in xml returning null for each cast made. The…
-
1
votes1
answer713
viewsTclientdataset Temporary Table
Good night. My question is the following, I have a temporary table created on TClientDataSet. However, I need to record the data from the temporary table in an XML file and then read again in…
-
1
votes1
answer53
viewsChange icon mylocation
I created an xml with an Imageview informing the image I want to put in place of the icon. I want to put this image in place of the blue ball of the image below. Is it possible to change the…
-
1
votes1
answer283
viewsSELECT in an XML Field
I’m having trouble retrieving the value of an xml node from a field and need help... The structure of the table is: --Table Pessoa Id int Nome varchar(max) DtNascimento date Xml_Detalhes XML my xml…
-
1
votes0
answers21
viewsWindows 8.1 App.Getresourcestream Problem
I have a problem in a method on windows phone. It reads an xml file and returns a string, the problem is that this method only works on windows 8 and not on windows 8.1. It follows the code: public…
-
1
votes1
answer1153
viewsHow to create a Textview and Imageview via code?
I would like to know how it creates via code a TextView and a ImageView and destroy it via code.
-
1
votes2
answers191
viewsError Log Generation Aspects by XML
I have an application developed in C# that uses an SQL Server database, this application is made available through a virtualized application server, I do not have direct access to the database nor…
-
1
votes0
answers31
viewsHow to receive feed changes instantly?
I’m trying to make a podcast player and I have a question about the feed system. I thought of doing a sync button, which would be able to return the updated list of podcasts when pressed. But I…
-
1
votes2
answers600
views -
1
votes1
answer116
viewsError while trying to get the value in an XML section, in VB.NET
The error happens right when it passes in the first element "Demi". XML: <ide> <cUF>11</cUF> <cNF>855305</cNF> <mod>59</mod>…
-
1
votes1
answer80
viewsHow to work with mirrored systems?
I wonder what the logic would be to work on a web system where I would have a main site and distribute websites for franchisees in their domain. The whole checkout process should be done on the…
-
1
votes0
answers39
viewsNfs-e may have more than one service
People would like to know the following, I am trying to make an electronic service note system of bh . but I have a doubt . xml can contain two services and two service values and the values summed…
xmlasked 8 years, 7 months ago simone correa 11 -
1
votes1
answer166
viewsGroup Textviews and then access them
Example: I have 3 TextViews and its id's: TextView tv1 -> id: "um" TextView tv2 -> id: "dois" TextView tv3 -> id: "tres" I would like to group them in some way that I can access them…
-
1
votes1
answer1374
viewsProblem showing XML data in HTML
<?xml version="1.0" encoding="ISO-8859-1"?> <CATALOG> <CD> <TITLE>Empire Burlesque</TITLE> <ARTIST>Bob Dylan</ARTIST> <COUNTRY>USA</COUNTRY>…
-
1
votes1
answer168
viewsRelative Path in Vbscript
I want to associate a XML is an application in VBScript and I need to indicate in the application which directory should read the XML, however, as is easy to predict, Path of XML can’t be hardcoded.…
-
1
votes1
answer1571
viewsHow to leave imageView behind the buttons?
as the ramaral posted seven code: In your Activity Layout you must declare an Imageview If you want it to be only visible after pressing a button you should include the android:visibility="Invisible…
-
1
votes2
answers673
viewsApp name does not appear in emulator equal appears when I’m fiddling with code
The name of the application that I’m making in android studio does not appear on the emulator screen. The installed icon is appearing and the name, but it does not appear on the screen or in the…
-
1
votes0
answers43
viewsHow to use an xml sheet in wordpress
Good evening guys, I’m new at creating websites, I made a php page that works well using a script to upload data from an XML file. This script loads - a video, video title and description each time…
-
1
votes1
answer39
viewsDoes not return all xml results
I have a prolema in this xml reader, it only reads the first xml item, anyone can help me? Thanks <?php $link = "http://war.deathface.com.br/wo/api_getserverinfo.xml"; $xml =…
-
1
votes0
answers398
viewsNfephp: Generate footnote XML template 20
I need to generate the service invoice XML (NFS-e) template 20. looking at the Nfephp documentation, I noticed that it generates XML but in model 55 that is the sales tax note of products. Does…
-
1
votes1
answer871
viewsDownload XML by browser, without opening the file
I need the system to download an XML file, release the file itself, without opening it in the browser, has as?
-
1
votes1
answer107
viewsHow to fix the "charset" of an XML document?
I have that code $.ajax({ url: "https://crossorigin.me/http://www.acidigital.com/rss/rss_santo.php", crossDomain: true, contentType: "application/xml; charset:utf-8", type: "GET", dataType: "xml",…
-
1
votes2
answers683
viewsTransmission with digital certificate c#
I am developing a routine of transmitting electronic invoice services in c#. I’ve already signed the TAGS according to the city manual but when I try to make the transmission returns this error.…
-
1
votes2
answers981
viewsModify xml in multiple files
Hello, Personal need to modify a value within an xml Node, the problem is that I need to do this in 1300 files at once, the value I look for inside the node can be any one, it does not make any…
-
1
votes1
answer387
viewsHow do I convert these strings to PHP?
I have the following instructions .... echo $parcelamento . "<br>"; echo utf8_encode($parcelamento) . "<br>"; echo utf8_decode($parcelamento) . "<br>"; ... that return respectively…
-
1
votes0
answers327
viewsUpload PDF or P7S file to XML
I have the following XML line of an XML Schema. {**<nomeArquivoP7S><nomeArquivoP7S>**} and I want to include a file in p7s of name copia1.pdf.p7s in this line, that is I want to upload…
-
1
votes0
answers148
viewsXml Nfse (Notablu)
Hello, I’m having trouble finding decent documentation to integrate with WebService of notablu, I need at least a template of what an XML would look like to send (preferably with caption of what…
-
1
votes1
answer59
viewsPHP Change text in Openoffice xml with Xmlreader and Xmlwriter
I need to change the contents of the tags of an openoffice document and copy the rest of the document contents. The problem is not finding the tag and replacing its content, but copying the parent…
-
1
votes1
answer39
viewsInvert PHP Xml view
How do I invert the display of an xml in PHP? Code: $xml = simplexml_load_file('link.xml'); foreach($xml->VERSAO as $versao) { ?> <tr> <td width="10%"><center> <?php echo…
-
1
votes1
answer122
viewsWhat is the difference between marginStart/marginLeft and marginEnd/marginRight?
I know that this doubt is quite simple, but I have already searched and still not found an answer that was satisfactory to me. After all the marginLeft is not equivalent to marginStart? And it…
-
1
votes1
answer170
viewsPass txt to xml in java
Hello, I have a problem in a txt file, I need to pass ordered to xml, however this txt file is ordered in a very strange way. Nº Estado Civil Grau de instrução Nº de filhos Sálario Idade anos meses…
-
1
votes1
answer3482
viewsHow to place a frame or space between Edittext’s?
I have 3 EditText's in a layout that are distributed the weights between them, but when I go down with a color, the impression that it is only one, would have a better editing method or put a…