sax
SAXParseException when “ is used in XML
I\'m getting a \"org.xml.sax.SAXParseException; lineNumber: 4; columnNumber: 26; The entity \"ldquo\" was referenced, but not declared.\" exception when reading an XML document. I\'m reading it as fol[详细]
2023-04-13 09:30 分类:问答android sax not parsing "dc:creator"?
Hope someone can provide some guidance - i\'ve been using android sax parser with several feeds. Now when I want to parse an item that contains following:[详细]
2023-04-12 15:28 分类:问答Using a template with OpenXML and SAX
I\'m creating a large XLSX file from a datatable, using the SAX method proposed in Parsing and Reading Large Excel Files with the Open XML SDK. I\'m using an XLSX file as a template.[详细]
2023-04-10 21:28 分类:问答Most efficient way to modify xml
I\'m writing an app that needs to modify xml documents.More precisely it need to add attributes and add/delete nodes.These documents are relatively small, 30-50K at most.From what I\'m reading the bes[详细]
2023-04-10 15:49 分类:问答How to parse XML by SAX and Create Tree list?
I have learn开发者_C百科ed a tutorial about SAX parser of java and now I need to create tree list of XML file like this:[详细]
2023-04-10 00:47 分类:问答How to set up a Thread and Handler for a SAX parser?
I\'ve been trying to set up a UI Thread and Handler for a SAX parser. This is my parser without a UI Thread and Handler implemented:[详细]
2023-04-09 20:53 分类:问答How to get content of <tagname> that contains other embedded XML tag in Java?
I have an XML document that has HTML tags included: <chapter> <h1>title of content</h1>[详细]
2023-04-09 17:55 分类:问答Need ideas on fixing RSS feed parsing
http://www.ibm.com/developerworks/opensource/library/x-android/ I am using the code here, specifically the AndroidSaxParser. The problem is, is that I get all 4 parts of the Message objects the same a[详细]
2023-04-08 17:14 分类:问答SAX2 (Xerces-C): How to get the line number of parsed tags?
I parse an XML file in C++ using the SAX2 api of Xerces-C. So I do implement the DefaultHandler interface and its functions[详细]
2023-04-08 17:01 分类:问答Simple and concise desktop Cocoa NSXMLParser example?
I would like to look through the elements of a file and when one specific element comes out, output the contents in between the tag.[详细]
2023-04-08 16:28 分类:问答