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
answer59
viewsPython XML query not retouched
I want to make a query that returns the value ['1961'], in the case of "CONSULTATION 2". As the file has several lines, I specified a piece of the XML file. Use this same query "QUERY 2" on other…
-
-1
votes1
answer19
viewsHow to delete xml file with c#?
I am using this code to create the XML file, but I wanted to know how to delete one without having to go to the folder and delete manually. DataTable table = new DataTable("tbl");…
-
-1
votes1
answer25
viewsHow to create a directory structure in memory with Python?
Hello. I have the following scenario: I am reading a dataframe, which has a column with Xmls. I am writing these Xmls to files. xml separately, to later save them in a certain folder structure and…
-
-1
votes0
answers15
viewsI’m having difficulty reading an XML file and modifying it
I am creating a routine that will automatically change host configuration files in C# However I’m not sure how to handle the file . config which is actually an xml: XML (file . config) <?xml…
-
-2
votes1
answer73
viewsHelp with XML in Php
Guys, I have the following XML: <erros> <erro> <description>Nao localizado</description> </erro> <erro> <description>Nao especificado</description>…
-
-2
votes1
answer70
viewsWrite input filenames to xml
I would like to record input files in an xml document public function do_upload() { $this->load->library('upload'); $len = count($_FILES['files']['name']); $nomes = array(); for($i = 0; $i…
-
-2
votes1
answer1045
viewsAssinar xml Nfse paulistana
I did a program in C# who signs the XML in batch of the legal note of Porto Alegre. Now the company in which I work opened a branch in São Paulo and I need to sign the XML batch of the São Paulo tax…
-
-2
votes1
answer64
viewsC#XML Namespace Control
Hello! I’m building an XML file and it has the xmlns attribute in the parent element, but I don’t want it to appear in the child as is happening below: Follow the code in C language#:…
-
-2
votes1
answer207
viewsError loading XML into Laravel
I am getting the error below when loading XML using Laravel. I tested the import with pure PHP and it was normally. Does anyone have any idea what it might be? I understand that " is…
-
-2
votes1
answer187
viewsDownload API data that returns JSON format within XML
I am accessing a website that provides an API that returns the data in JSON format, but the data is returned inside an XML code in the format below: <string…
-
-2
votes2
answers156
viewsjava.lang.nullException error
I am developing software for a video rental company with Pattern MVC (Model-view-controller) design with the Java Persistent Api Framework and the XML (Generic Markup Extensible Language). My…
-
-2
votes2
answers1209
viewsDoubts about how to consume Ws Nfs-e Curitiba
Now following my return only comes so <EnviarLoteRpsResposta xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <NumeroLote xsi:nil="true"…
-
-2
votes1
answer800
viewsThe submitted document is not a valid eSocial xml
I am sending this xml to the webservice of E-social but always displays the same message: There’s a way you can help me by taking a look at the xml. The submitted document is not a valid eSocial…
-
-2
votes2
answers122
viewsReading XML with TAG, PHP
I need to read the XML below. How I access the information? <?php $arq = '<?xml version="1.0" standalone="yes"?> <ans:mensagemTISS xmlns:ans="http://www.ans.gov.br/padroes/tiss/schemas"…
-
-2
votes1
answer39
viewsError in XML import
When importing an electronic invoice XML file php has the following error: Warning: Illegal string offset 'code' in C: xampp htdocs xmlparser output importNFe_output.php on line 127 Below PHP code…
-
-2
votes1
answer34
viewsquery with c# and xml
Hello, I’m trying to do a c# query using xml but this gives me an error. someone could help me? code: private void button1_Click(object sender, EventArgs e) { XDocument doc =…
-
-2
votes1
answer272
viewsHow to mount an XML string with SOAP?
I don’t know how to ride STRING of XML correct way to send the parameters with xml. According to the documentation the method is called coletar() but I am not able to pass these parameters…
-
-2
votes1
answer33
viewsModify htacess to allow download of xml files
I have the following code in my file ". htacess" RewriteEngine On #Options All -Indexes ## ROUTER WWW Redirect. #RewriteCond %{HTTP_HOST} !^www\. [NC] #RewriteRule ^…
-
-2
votes2
answers28
viewsA question about Layout in android Kotlin
Good morning, I am developing a delivery app and wanted to make a cool layout and for that I looked at the layouts of the app that already exist and saw that a type of screen for the store products…
-
-2
votes1
answer27
viewsHow to generate several Zips dynamically in memory, with Python?
I am reading a Python dataframe, and for each row of it, I need to save the column that contains an XML in a file, in memory, to later zip these files. So far so good. The point is that I need to…
-
-3
votes2
answers829
viewsHttpclient releasing org.hibernate.Exception.Genericjdbcexception exception exception?
Is there any reason for the following code to release this exception? I have one webservice who consults at my bank and turns everything into xml and then make a send to another webservice takes the…
-
-3
votes1
answer666
viewsConvert TXT to XML using C#
I want to put the data below that are in a text file (txt) for XML, what is the code C# doing? # Number | Gender | GivenName | Surname | StreetAddress | City | StateFull | ZipCode | EmailAddress |…
-
-3
votes2
answers112
viewsProblem when trying to add an array of objects within another java array
Hello I have a list of Notes objects and need to save them in xml files. I am trying to convert this list to arrays to add them to the xml file. However I am not able to do the conversion correctly,…
-
-3
votes1
answer40
viewsError while converting bytes file into literal string in python
I select to bring an xml file that is stored as a blob in the oracle database. I read the file and save the contents in a variable. When checking the type of the variable is of type bytes. I do the…
-
-4
votes1
answer57
viewsHow to use a Python keyword as a parameter?
How can I pass a parameter named from? The object ET.Element allows me to pass various parameters that will be attributes of my element in XML, but how to use a name that is a language keyword, such…
-
-5
votes1
answer2243
viewsHow to insert XML data within a MYSQL database?
Generating the file XML with PHP get the following result: I’d like to send this now to a database MYSQL by inserting the columns in the table first Imovel and then filling these columns with the…
-
-5
votes1
answer604
viewsHow to integrate webservice with real estate website?
I am a programmer but I did not get to do the programming logic part and I am struggling on a certain subject. I need to integrate real estate information into a website through data contained in a…
-
-5
votes1
answer110
viewsUsing the code below, why am I only collecting data from the last page of the Loop?
rm(list=ls()) options(warn=-1) library("RCurl") library("XML") baseurl <- "http://www.gmbahia.ufba.br/index.php/gmbahia/issue/archive?issuesPage=XX#issues" dados <-…