Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
3answers
107 views

How to save & update the values in xml file?

I am reading a xml file from the SD card. Here I want to change the values of the XML file and I want to save the file to the sd card.. My code is like below.... Please guide me how to save XML file ...
6
votes
5answers
2k views

SAX parser vs XMLPull parser

I understand the difference between how the SAX parser works vs the XMLPull parser. In fact there's a pretty good explanation here: http://www.firstobject.com/xml-reader-sax-vs-xml-pull-parser.htm ...
6
votes
8answers
2k views

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 good lightweight SAX parser for C++, comparable with TinyXML on footprint? The structure of XML is ...
5
votes
4answers
2k views

SAX parser: Ignoring special characters

I'm using Xerces to parse my xml document. The issue is that xml escaped characters like ' ' appear in characters() method as non-escaped ones. I need to get escaped characters inside ...
5
votes
7answers
2k views

Parsing big XML files using SAX parser (skip some lines/tags)

I am currently developing an app that retrieves some data from the internet . For this purpose i use SAX ,i used it before for parsing simple xml files like google weather api .However the websites ...
4
votes
2answers
60 views

How to set UTF-8 for the parsed xml file using SAX Parser in android

I am parsing an XML file obtained from the remote server,which consists of some different fonts using SAX Parser and I want to set UTF-8 to this.How can I set? Code is: SAXParserFactory spf = ...
4
votes
3answers
82 views

How to use SAX on this xml file

I have an XML file that I am trying to parse with Sax (this is my first time doing this). I've researched how to implement the parser, and that all makes sense, but I'm unsure of the best way to ...
4
votes
1answer
608 views

Android: why use XMLReader?

Is there any reason why I should use a XMLReader with the SAXParser? I'm seeing this kind of usage quite a lot: sp = spf.newSAXParser(); XMLReader xr = sp.getXMLReader(); ...
3
votes
2answers
67 views

Netbean not responding when using Saxp read and hibernate save a lage database

My project parse xml file from dblp , it about 1Gb to save in ORM database , so i use SAXP for reading imformation like (paper'author, paper'infomation ......) and use Hibeanate to save data in to ...
3
votes
1answer
212 views

Groovy - NekoHTML Sax parser

I am having hard time with my NekoHTML parser. It is working fine on URL's but when I want to test in on a simple XML test, it does not read it properly. Here is how I declare it: def ...
3
votes
5answers
104 views

difference about SAX and DOM

I read some articles about the XML parsers. There I could find out SAX and DOM. SAX is evenet based and DOM is tree model. I did not understand the meaning about event based and tree model. Let me ...
3
votes
2answers
645 views

How to get “xmlns:XXX” attribute if set setNamespaceAware(true) in SAX?

Here is my code: path = wsdlPath; SAXParserFactory saxfac = SAXParserFactory.newInstance(); saxfac.setNamespaceAware(true); saxfac.setXIncludeAware(true); saxfac.setValidating(false); SAXParser ...
3
votes
3answers
2k views

SaxParser on Android: Unexpected End Of Document Exception

I'm getting a "SAXParseException: Unexpected end of document" error when trying to parse an xml document on android. The document in question is from the google weather api, but it seems to throw ...
3
votes
1answer
491 views

Sax parsing best practices

What are the best ways to minimize the pain of implementing a sax parser to build an object tree? Like, in what method do you create java objects and where do you store them, how do you keep and use ...
3
votes
1answer
1k views

How to parse the html content in android using SAX PARSER

There is description tag in xml. It contains the html tags. I am using SAX parser in android to parse. But when it fetch data from the description tag then it does not fetch the html contents, not any ...
3
votes
5answers
666 views

é is not correctly parsed

My application will read xml from urlconnection. The xml encoding is ISO-8859-1, it contains é character. I use xerces saxparser to parse received xml content. However, é can not be parsed correctly ...
2
votes
1answer
90 views

Sax - ExpatParser$ParseException

I'm making an Android application that reads an XML Internet. This application uses SAX to parse XML. This is my code for the part of parsing: public LectorSAX(String url){ try{ ...
2
votes
3answers
45 views

translate xml to json in node.js

could you, please, point me to some working xml -> json translation library for node.js? A SAX-styled would be preferable to get things done while the xml file is still receiving. Thanks
2
votes
3answers
62 views

ParseException: At line 1, column 0: no element found SAXException in android

In one of my android app when I am trying to parse an xml file from some url , sometimes i get ParseException: At line 1, column 0: no element found SAXException but the strange thing is I dont get ...
2
votes
0answers
25 views

Retreiving a bunch of videos from the remote xml file

I am having a button.OnClick of it I want to display a gallery consisting of videos and I want to play them when I click the gallery items consisting of these videos. I am having a rough idea that ...
2
votes
4answers
158 views

Android SAXParser, parse into array and get child nodes

I'm working on a small app that uses and xml file to print an ArrayList of chapters which in turn points to a specific html file. I used this tutorial to get me started: ...
2
votes
0answers
45 views

How do I simply parse a public Google calendar?

I have been able to parse the events from a Google calendar for a specific date using the AndroidSaxParser for the rss format. However, there are several extra pieces of information I cannot seem to ...
2
votes
1answer
148 views

How to apply validation of local DTD file to xml file in java?

I need to parse a bunch of incoming XML documents but it does not contain DTD declaration. Currently I am parsing xml documents using SAX Parser but without DTD validation. Now I want to apply DTD ...
2
votes
2answers
81 views

Webview is not showing Html Properlly

I am new in android development. Please check this url - http://mobileecommerce.site247365.com/admin/catdata.xml Please check handout's (Cat_name) cat_desc it is not showing properly in android ...
2
votes
1answer
22 views

cat_desc tag can not be parsed completlly and not showing properlly in webview

Firstly please check url*http://mobileecommerce.site247365.com/admin/catdata.xml in* google chrome. I am facing two problems 1. For second cat_desc from xml having cat_name E n I Sept not showing on ...
2
votes
2answers
170 views

Stream xml input to sax Parser, How to print the xml streamed?

Well I am trying to connect to one remote server via socket, and I get big xml responses back from socket, delimited by a '\n' character. <?xml version="1.0" encoding="UTF-8"?> ...
2
votes
3answers
140 views

SAXBuilder build throws java.lang.StringIndexOutOfBoundsException

I am parsing this xml <Root><Status>1</Status><Message>Get call Successful</Message><StatusCode></StatusCode><Item type = 'all' subtype = '0' ...
2
votes
4answers
274 views

using SAX parser, how do you parse an xml file which has same name tags but in different elements?

Is it possible to give path expressions in SAX parser? I have an XML file which has a few same name tags, but they are in different element. Is there any way to differentiate between them. Here is the ...
2
votes
1answer
90 views

Parse XML with SAX in java, case insensitive.

I can parse xml just fine with SAXParserFactory in Java, BUT in some files, there are some non-lowercase attributes present, like linear3D="0.5" etc. I would like to somehow make ...
2
votes
1answer
187 views

How to get Image from Rss

Thanks for your previous replies, I am trying to parse an image from Rss feed, but the tag name for the image url differs from many RSS feeds. I have given the url, _imageE in SAX parser, but the URL ...
2
votes
4answers
744 views

SAXParser fails when responce contains Hindi or other special characters

I am using SAX parser to parse a XML response but it throws an exception. ExpatParser$ParseException : (not well formed) invalid token Is there any solution? Here is my code: HttpParams params ...
2
votes
1answer
583 views

How to skip well-formed for java DOM parser

I know this has been asked multiple times here, but I've a different issue dealing with it. In my case, the app receives a non well-formed dom structure passed as a string. Here's a sample : <div ...
2
votes
1answer
509 views

How to Parse XML using SAX parser in BlackBerry?

I don't know how to parse XML.
2
votes
2answers
192 views

How to implements two parser to parse one xml?

I have a problem when I parse the xml. The xml format is like this, <root> <menu> <items> <menu> <items> ...
2
votes
2answers
811 views

Java Sax XML Parser, parsing custom “values” within XML tags?

I haven't worked much with XML before so maybe my ignorance on proper terminology is hurting me in my searches on how to do this. I have the code snippet below which I am using to parse an XML file ...
2
votes
2answers
476 views

SAXParser fails to parse some characters

I am doing some simple SAXParsing with SAXParser etc on android/java It can parse files properly, but hiccups when it encounters some special characters, for example if it parses this xml below: ...
2
votes
5answers
1k views

SAX Parser : Retrieving HTML tags from XML

I have an XML to be parsed, which as given below <feed> <feed_id>12941450184d2315fa63d6358242</feed_id> <content> <fieldset><table cellpadding='0' border='0' ...
2
votes
0answers
1k views

SAX parser in BlackBerry

My XML is in following format <users> <user uid="1" dispname ="Yogesh C" statid="1" statmsg = "Busy">Yogesh Chaudhari</user> <user uid="2" dispname ="Sameer S" statid="2" ...
2
votes
1answer
726 views

Android SAX Parsing: How to Preserve Newlines from within a CDATA Tag

I have an Android application that uses the SAX parsers to extract data from an XML file. Some of the data is found within some CDATA tags and sometimes contains newline characters. Those newline ...
2
votes
1answer
509 views

Android OutOfMemoryError

My application is crashing when trying to parse a large XML file using SAXParser. I found a question in SO regarding it here unanswered. It is working as intended when i reduce the size of the XML ...
2
votes
1answer
601 views

Android HTML Dom

For PHP, I often make use of a library called SimpleHTMLDom. I am looking for something similar for android. From what I understand I should be able to use the SAX parsers that comes with the android ...
2
votes
1answer
579 views

SAXParser equivalent in C#

I have below java code , I need to convert these in C#, Kindly help me .. public class Configuration { private ConfigContentHandler confHandler; public Configuration() { } public boolean ...
2
votes
3answers
459 views

Parsing big XML file with SAX parser, the class is becoming bloated and unreadable - How to fix this?

This is purely a code readability related question, the performance of the class is not an issue. Here is how I am building this XMLHandler : For each element that is relevant to the application, I ...
2
votes
1answer
617 views

Parsing Very Large XML file with Ruby on Rails (1.4GB) — Is there a better way than SAXParser?

Currently, I'm using LIBXML::SAXParser::Callbacks to parse a large XML file containing data 140,000 products. I'm using a task to import the data for these products into my rails app. My last import ...
2
votes
1answer
829 views

Java: How to parse XML comments using org.apache.xerces.parsers.SAXParser?

I managed to parse to comments from an XML file using javax.xml.parsers.SAXParser, but is there a way to parse comments in org.apache.xerces.parsers.SAXParser in Java? A simple example would be ...
1
vote
2answers
27 views

SAXParser not throwing exception when encountered with invalid character

If i put a utf8 character » inside and ansi xml file and try to parse it with SAXParser then it is parsed without any error. Why it is not throwing any exception? sample xml file. Save it as ansi ...
1
vote
3answers
61 views

Error : String cannot be resolved to a type

hi now i am trying to get my sltag value but i got some errors in my code. please help me how to solve this error? my task is I have one xml file i want to display that xml file node value one spinner ...
1
vote
3answers
63 views

How to make SAXParser ignore escape codes

I am writing a Java program to read and XML file, actually an iTunes library which is XML plist format. I have managed to get round most obstacles that this format throws up except when it encounters ...
1
vote
2answers
46 views

Can I somehow tell to SAX parser to stop at some element and get its child nodes as a string?

I have pretty big XML documents, so I don't want to use DOM, but while parsing a document with SAX parser I want to stop at some point (let's say when I reached element with a certain name) and get ...
1
vote
2answers
62 views

how to solve parser error in my application?

I parsed my xml file successfully, but now I am getting null value. so what mistake I make in my coding I don't know. I want to display my string value in my screen. Now I am trying to display that ...

1 2 3 4 5 6