python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Attribute 'targetNamespace' is not allowed to appear in element
I wrote this XML file, plus the XSD, and I'm using XQuery to add information on a db in BaseX. I'm using Postman to do the POST requests, but when I run Postman it is giving me this error message:
[v...
gipsywontmakeit
Votes: 0
Answers: 1
Python xml.etree.ElementTree 'findall()' method does not work with several namespaces
I am trying to parse an XML file with several namespaces. I already have a function which produces namespace map – a dictionary with namespace prefixes and namespace identifiers (example in the code)....

Myklebost
Votes: 0
Answers: 2
What is in the xmlns:serif namespace, and why is it needed (or not) in SVG?
I've seen SVGs generated containing an xmlns:serif namespace, for example:
<svg width="180" height="50" version="1.1" xmlns="http://www.w3.org/2000/svg"
...

Synchro
Votes: 0
Answers: 1
Does the recieving end of an XML with an external namespace fetch the namespace?
like the title says, I am wondering if for example I send an endpoint some XML with the namespace being: 'http://www.external.com/customNS', would the receiving end fetch that namespace? I think logic...

Thabet Sabha
Votes: 0
Answers: 1