Top "Sax" questions

SAX stands for Simple API for XML, and is an event-based way of reading XML data from a document.

Android: parse XML from string problems

I've got a custom contentHandler (called XMLHandler), I've been to a lot of sites via Google and StackOverflow that detail …

android xml parsing sax
A lightweight XML parser efficient for large files?

I need to parse potentially huge XML files, so I guess this rules out DOM parsers. Is out there any …

c++ xml parsing sax saxparser
SAXException2: A cycle is detected in the object graph. What is the case?

I have a web-service with Java class files that have been generated with NetBeans based on the database schema I …

java web-services sax
Java: How to display an XML file in a JTree

I would like to have a way to display the contents of an XML file in a JTree. I have …

java swing sax jtree treemodel
JDom working with XPath

I am a newbie to JDom, I try to use XPath to access my xml file. My code is like …

java dom sax jdom
Java - dom4j XPath for children nodes

I am using [dom4j]1 and [XPath]2 in order to traverse an XML. Assume I have in hand a Node …

java xml xml-parsing sax dom4j
What ever happened to XPathReader

XPathReader is/ was an implementation of a forward reading XML parser (built on XMLReader) which allowed you to register XPath …

.net xml xpath sax
Error in XML parsing in the dtd file "Open quote is expected for attribute "{1}" associated with an element type... "

My address.dtd file is as follows. When I tried to parse my address.xml file using SAXParserFactory, the exception …

xml sax saxparseexception
Difference SAXParserFactory XMLReaderFactory. Which one to choose?

Both of them seem to have the same purpose (create a XMLReader). Some Tutorials contain the one, some the other. …

java xml sax jaxp
Efficient XSLT pipeline in Java (or redirecting Results to Sources)

I have a series of XSL 2.0 stylesheets that feed into each other, i.e. the output of stylesheet A feeds …

java xslt dom sax pipeline