python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
"not well-formed (invalid token): " error for trying to parse an XML file
I am having this error. I am trying to access an xmlfile called "people-kb.xml".
I am having the problem on a line known as: xmldoc = minidom.parse(xmlfile) #Accesses file.
xmldoc is "p...
randomUser1212421
Votes: 0
Answers: 1
How to calculate the sum of integer values of an attributes in XSLT version 1
I want to calculate the sum of attributes using xslt 1.0. below is the xml file as an input.
<?xml version="1.0" encoding="UTF-8"?>
<alltestsuites>
<testsuite te...
Satish Kumar Singh
Votes: 0
Answers: 1
How to display Body type in Swagger (OAS3) for GET requests?
So i'm working on some APIs (Spring Boot)where I have both input and output of type XML. For documenting, I'm using Swagger (OpenAPI 3). Here is the controller:
@RestController
@Validated
@RequestMapp...
Andrei Manolache
Votes: 0
Answers: 1
Iterate through an XML document
What's the efficient way to iterate through this XML document using C#? This document is the result of relationship between two apps.
Hence there is the info for the user, and the info for the request...
user616912
Votes: 0
Answers: 2