Top "Xml-parsing" questions

An XML parser goes through text documents containing XML trees and allows the information in the hierarchy to be used.

How to prevent XXE attack

We had a security audit on our code, and it mentioned that our code is vulnerable to XML EXternal Entity (…

java xml xml-parsing transform
Read XML String using StAX

I am using stax for the first time to parse an XML String. I have found some examples but can't …

java xml-parsing stax
When should I choose SAX over StAX?

Streaming xml-parsers like SAX and StAX are faster and more memory efficient than parsers building a tree-structure like DOM-parsers. SAX …

java xml xml-parsing sax stax
XML parsing, TXMLDocument

I have a problem with parsing XML. How to get field values se_url and phrase? I need to get …

xml delphi xml-parsing txmldocument
xml2js: how is the output?

I m trying to use the node.js module xml2js My code is quite simple: function testparse(pathname, callback) { …

xml node.js xml-parsing
Parse XML file into Python object

I have an XML file which looks like this: <encspot> <file> <Name>some filename.…

python xml regex xml-parsing
How to Parse Big (50 GB) XML Files in Java

Currently im trying to use a SAX Parser but about 3/4 through the file it just completely freezes up, i have …

java xml xml-parsing sax
Invalid Content Was Found Starting With Element 'country'. One Of '{country}' Is Expected.. Line '10', Column '14'

I am trying to resolve this issue but could not understand the root cause of this error: Invalid Content Was …

xml-parsing xsd
Extract SOAP body from a SOAP message

I want to extract SOAP body from a SOAP message, I have some data in SOAP body that I have …

c# soap xml-parsing
How to correctly parse utf-8 xml with ElementTree?

I need help to understand why parsing my xml file* with xml.etree.ElementTree produces the following errors. *My test …

python xml python-2.7 xml-parsing elementtree