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
answers483
viewsCreate XML file
I am trying to create an XML but it is causing the following error: An Exception of type 'System.Invalidoperationexception' occurred in System.xml.dll but was not handled in user code Additional…
-
0
votes0
answers29
viewsShape Android Studio
have a doubt, it would be possible to create a Shape in android studio like this model ?…
-
0
votes1
answer127
viewsHow to monitor a URL when there are changes?
I have a system, which needs to compare various values, between various sites. These values are read from an XML provided by the site in question. The problem is that the default reading of the URL…
-
0
votes1
answer103
viewsHow to create browser tabs in Android Studio
Hello! , I’m creating a browser for Android using Android Studio I’m trying to create a feature that has in all browser that are the multiple tabs like Google Chrome, but I’m out of luck and all my…
-
0
votes1
answer119
viewsAnd in what context can the use of JSON be advantageous compared to the use of XML (in web applications)?
I have this question in a simulated test. Besides the ease of writing the Json, and the fact that it is well oriented to objects, what could be the advantages? The topic: Why and when to use XML…
-
0
votes1
answer88
viewsReturning XML files inside a PHP folder
I am using the following code to list and read the XML files in this folder. But how the listing returns me . and the .. my system returns error that cannot access these files. It follows the codes…
-
0
votes1
answer137
viewsCardview in API 10
With normal background: When changing to another color, a line below the Textview: xml: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"…
-
0
votes2
answers2328
viewsGenerate XML based on XSD
I received here some XSD files to use in an application I developed... I would like to know how to generate an example XML in Visual Studio to be able to locate me in the data export. When I try to…
-
0
votes0
answers1600
viewsWebservice in C# Reading Xml
Good afternoon, I am building a Webservice in C#, I created a method that reads an XML sent as a request and should return the student’s name... The problem I’m actually facing is when I try to…
-
0
votes2
answers78
viewsCreate frame for item list
I need to create a frame for a listview item but I have no idea how to do this…
-
0
votes2
answers228
views -
0
votes1
answer1029
viewsTransmission EFD Reinf - "failure to access the Electronic Power of Attorney System"
After upgrading the xsd classes to version 1.3.02, I am trying to stream opening (R1000) and closing (R2099) events from EFD Reinf. I was correcting the errors as they appeared until I stopped in…
-
0
votes1
answer110
views"android.view.Inflateexception: Binary XM file line" when changing activity
I am currently developing an app for Android and I have a problem that ends up making my program stop working from the moment I press the button "Signin". The App has no problem at the time of…
-
0
votes1
answer40
viewsHow do I center the search box on Magento?
You guys, good night. I’m developing a virtual store with CMS Magento in version 1.9.3.8 and wanted to know how to center the content I marked in the image. I will be grateful if you help me with…
-
0
votes0
answers419
viewsE/Recyclerview: On Adapter Attached; Skipping layout on time access the main menu
To produce a shopping mall in my application I made a recyclerview in my main menu to demonstrate all the products that are in the database. I am trying to connect the field known as "Category" to…
-
0
votes1
answer398
viewsRead xml in VB.net
I’d like to read the line tag version="1.0.1.0" and store in a variable in Vb.Net? <?xml version="1.0" encoding="utf-8"?> <Feed> <Tasks> <FileUpdateTask hotswap="false"…
-
0
votes1
answer54
viewsIntent on Fragment Activity Android
How to Open a New Screen or Link Via Intent in Fragment Activity? See that there is a button at the end how to make it open a link?…
-
0
votes0
answers235
viewsConstruct 2 connection problem with server via AJAX and XML
Good evening , I’m a beginner in the game creation part , and I’m trying to learn how to create communication between the game and the server , however , using Construct 2 , I’m having problems ,…
-
0
votes1
answer303
viewsApp Bar does not appear
In fact it comes to appear in the program, but not in the simulator Following the Java code public class Perguntar extends AppCompatActivity{ @Override protected void onCreate (Bundle savedInstance)…
-
0
votes0
answers359
viewsHow to make a custom bar on android
I haven’t started to do anything yet, so I haven’t put any code here, I need a direction of what to study to do a pub in the shape of a water tank and as it fills up, a water goes up inside the…
-
0
votes1
answer169
viewsAppbar overlapping the content of the rest of Activity
I’m doing some exercises but when it comes to executing, the bar is always on top of the content of Activity. Print of how you are for now Below goes my file content_formulario.xml : <?xml…
-
0
votes1
answer612
viewsEdit specific XML data with LOOP using form in PHP file
I’m having some problems trying to edit specific data (with LOOP) of XML with form in a PHP page. PHP file: input.php (no loop) <meta charset="UTF-8"> <?php if(isset($_POST['submit'])){…
-
0
votes1
answer1216
viewsReading of Java XML
I’m trying to read an XML in Java to get data from an NF-e. I tried so to try to get only the product code to test more unsuccessfully: public void testeaa(String xml) throws DocumentException {…
-
0
votes2
answers302
viewsHow to create new Textviews inside a Java scrollview in android studio?
Hi, I have a question to make an app: I need to create a new Textview within a Scrollview at each click of a button. I still need to put attributes to the textview, such as its placement on the…
-
0
votes0
answers93
viewsChange XML numbers using PHP file with form
The following PHP code performs a click search and displays all required XML data, however, even with the PHP script to increase and decrease XML values in 1, when clicking on + or -, it just…
-
0
votes1
answer18
viewsC# Foreach Xpathnavigator add the same values
I have recursive xml, I want to add the xml values to context but in the xml example it adds the Utilities right but when it arrives to add Functionalities, it adds only the values of the first…
-
0
votes1
answer208
viewsHow to change GPS location icon in Android Studio?
I wanted to know how to change that red icon that marks the location of the GPS to place a picture located on the drawable. I just wanted to know what code I should add to get the suggested result.…
-
0
votes1
answer82
viewsWeb Service WCF XML output
I’m building a web service using WCF. I created the edmx file, made the connection to the database where I am informing the tables, views and procedures that I want to use and my file. svc is like…
-
0
votes1
answer1067
viewsConsuming Webservice SOAP with PHP - Header problem
I am trying to consume a SOAP webservice using PHP but the access returns me message stating that the user validation was not done correctly. The XML I need to send is the following:…
-
0
votes1
answer194
viewsHow to create a cardview with "slide" (similar to Nubank)?
I’m trying to make a layout similar to cardview of the main screen of the nubank, however, I am not able to find reference to base myself. What I’m having trouble finding, is how to leave the…
-
0
votes1
answer97
viewsJASS implementation in JSF + Tomcat
I want to create an authentication for login in my project, but when I try to log in, the error java.lang.Nullpointerexception appears Error log javax.faces.el.EvaluationException:…
-
0
votes0
answers36
viewsHow to apply a filter in XML to import the records using PHP?
I have an XML with several records to make an import with PHP. The importing part is ok, but I wanted to make a filter before importing, for example, import only the record that has ID 444, how can…
-
0
votes1
answer968
viewsReturn Batch Events Reinf - The structure of the XML file is in disagreement with the XSD schema
I am generating the R-1000 record for shipping test in the EFD-Reinf Restricted production environment and have already obtained assistance from the community in the following questions: EFD-Reinf…
-
0
votes1
answer252
viewsConditionals in xml
I’m working on a arquivo.xml and I need to declare a property if the string I receive as parameter nay be empty. <condition> <property name="SHAZAM" value="Esse é o conteúdo…
-
0
votes2
answers114
viewsWhat does junk mean next to an element (html/xml...)?
In an HTML tag, I found a tag that I hadn’t seen before. I looked it up, but I couldn’t find anything to help me. She’s nesting a tag <li> and the code (changed) is like this: <ul…
-
0
votes0
answers67
viewsJava - XML File - Empty Final File
I have a Java webservice that is triggered to perform integrations via exchange of XML files with an ERP, it worked perfectly from the day I developed it. Yesterday morning, it went on to generate…
-
0
votes2
answers342
viewsHow to extract data from an XML url for Visual Studio Labels
[![Details of the question][1][1] I want to make a search button for the ISBN code using Virtual Studio 2013, in which he would return me data from the site ISBNDB.com in XML format, which would be…
-
0
votes1
answer24
views -
0
votes1
answer215
viewsHow to get the name of an ID with PHP
I am developing an application that reads files XML. I can go all the way XML and take the data I want, but a need has arisen, all XML comes with a id different, a kind of access key, but this…
-
0
votes1
answer43
viewsRepeat result when reading local xml
I need to capture two attributes of an xml (date and type), even managed to make the script returns the values, but is repeating in the result of print and I can’t understand why. XML file: <?xml…
-
0
votes1
answer246
viewsHow to insert Html into XML?
Is there any way to insert html into xml? I wanted to insert some html properties into my code, can I do that? How? If it’s possible to help me, I’m new in the area so don’t listen to me.
-
0
votes1
answer76
viewsManipulating XML after storing String content - PHP
I have a page in PHP and after inserting some information it returns me an XML. I need to manipulate this XML and show the content along with its tags to the end user, I am storing this content in a…
-
0
votes1
answer38
viewsRegular expression for match content between ('<' or "></") and ('>')
From text in XML format: <shipto attr="xpto"> <name>Nordmann</name> <address>Langgt 23</address> <city>4000 Stavanger</city> </shipto> I want to get…
-
0
votes1
answer35
viewsforeach is bugged in xml
Guys I’m cracking my head to make a loop through the foreach The query takes the xml link with the date 12/08/2019 with the token when I click to query it executes the query.php and so he gives me…
-
0
votes0
answers120
viewsXstream library generating xml with empty node
I’m using the library Xstream 1.4.8 with the following XML: <root> <att1>1</att1> <att2>2</att2> <nodeB…
-
0
votes1
answer21
viewsCannot reolve Symbol "@drawable/", image exists and application runs ok
Android Studio shows this warning, but the application runs normal and the picture is shown normally. My question is why the IDE shows the error if everything is ok. Image in the folder: Error in…
-
0
votes1
answer174
viewsHow to concatenate an invoked String from an xml file with a variable?
In Android Studio, I’m trying to concatenate a String I saved in an xml file (strings.xml) with a float variable as follows: gas.setText(String.format("%s %s", R.string.gasoline_mod, value)); The…
-
0
votes0
answers28
viewsHTML request in XML
Hello! I am trying to make a request for a software that arrow the path of an image via XML. the image is taken inside the project folder! would have like me to take via a web page link? <Control…
-
0
votes2
answers68
viewsHow to use XML inside a String variable
I created a variable of type String that has the return of the webservice in XML: Example: <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <books> <book> <author>…
-
0
votes1
answer68
viewsLinq XML problems using namespace . net
I am using a namespace at the moment I create my xml, but xmlns is also appearing in the tag below the root, this is hurting me, how can I make 'xmlns' get apernas in the root tag (Tlote_gnre)?…