Search the web
Sign In
New User? Sign Up
xmlpull-user
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 279 - 308 of 308   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
279
Hi, I have a requirement wherein I have to process a compressed file containing multiple xml files (lets say AllXMLs.tar.gz)....I have to parse all the XML...
Nitin
ndnair1979
Offline Send Email
Oct 17, 2006
4:57 am
280
... that would indicate that there is something <?xml version="1.0" encoding="ISO-8859-1"?> in your input after decompressin - if it is tar.gz it is not enough...
Aleksander Slominski
as10m
Offline Send Email
Oct 17, 2006
5:33 am
281
I'm looking into the DOM2XmlPullBuilder class and I get a NullPointerException when attempting to parse the following file: <?xml version="1.0"...
Frederick Burkley
fburkley
Offline Send Email
Oct 20, 2006
11:56 pm
282
hi Fred, an excellent bug report - now in bugzilla http://www.extreme.indiana.edu/bugzilla/show_bug.cgi?id=246 and it is now fixed in xpp3-1.1.4 and in CVS -...
Aleksander Slominski
as10m
Offline Send Email
Oct 23, 2006
5:19 am
283
I am pleased to announce that I will be presenting at the Washington DC XML User Group this Wednesday 11-15-06. For directions and more information on this...
altconsultingcom
altconsultin...
Offline Send Email
Nov 13, 2006
3:26 pm
284
hi, it is some time we did any modification to XmlPull API 1.1 (it is remarkably stable) but there are few minor issues and improvements recorded over years...
Aleksander Slominski
as10m
Offline Send Email
Nov 29, 2006
6:46 pm
285
Hi! I am using Eclipse, and have added xpp3_min-1.1.4c.jar to be an external jar for my current Eclipse project. I have added imports for xmlPullParser as...
Phil Troy
philtroy2001
Offline Send Email
Apr 2, 2007
12:24 am
286
... min version (xpp3_min-1.1.4c.jar) is minimal and it does not have parser factory - you have two options: 1. create parser directly using its public...
Aleksander Slominski
as10m
Offline Send Email
Apr 2, 2007
12:30 am
287
... correction - i just checked [1] and you should be fine with min version (you need standard for serializer and faster parser) and [1] has ...
Aleksander Slominski
as10m
Offline Send Email
Apr 2, 2007
12:36 am
288
THANKS/Phil ... Philip M. Troy, Ph.D., Decision Support Systems Analyst PhilTroy@... www.PhilTroy.com...
Phil Troy
philtroy2001
Offline Send Email
Apr 2, 2007
3:21 am
289
Dear Aleksander Hi! I bypassed the problem of the missing XmlPullParserFactory class by creating the relevant packages and creating classes within them as ...
Phil Troy
philtroy2001
Offline Send Email
Apr 2, 2007
4:17 am
290
... calling System.getProperty(XmlPullParserFactory.PROPERTY_NAME) allwos you to override parser impl class with system property. in case if it is null then...
Aleksander Slominski
as10m
Offline Send Email
Apr 2, 2007
4:29 am
291
Hello, in my xsl file I have <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:output method="xml" version="1.0"/> ... ...
pledreau
Offline Send Email
Apr 2, 2007
6:00 pm
292
... "&Ident" is interpeted as name of entity - this is not allowed in XML and must be escaped use &amp; (not &Amp;) and all should work fine. best, alek ... --...
Aleksander Slominski
as10m
Offline Send Email
Apr 2, 2007
6:18 pm
293
Dear Aleksander Thanks for your help; I am very pleased with the ease of using XMLPullParser. Keep up the good work! Phil ... Philip M. Troy, Ph.D., Decision...
Phil Troy
philtroy2001
Offline Send Email
Apr 14, 2007
3:26 pm
294
Hi I'm stress testing an application that uses XPP3. I'm seeing the following stacktrace sporadically: java.io.EOFException: no more data available Thread-5:...
Martin Woolley
martin_woolley
Offline Send Email
Jun 6, 2007
2:41 pm
295
... are you using the same parser instance in multiple threads? this is not supported. as noted in docs and as it is usual for XML parser: XPP3 is not multi...
Aleksander Slominski
as10m
Offline Send Email
Jun 6, 2007
7:13 pm
296
... one more addition maybe it is obvious but ... you can use the same instance in multiple threads *if* you will do all synchronization to make sure no two...
Aleksander Slominski
as10m
Offline Send Email
Jun 6, 2007
7:16 pm
297
Hi, I am using the kXML API in particular the XmlSerializer however all my xml tags are generated with a prefix on them for example: If i was trying to...
diehardwomble
Offline Send Email
Jul 4, 2007
1:59 am
298
... looks like a bug in kXML - do use the latest version? did you try to run the same code with XPP3 to verify? best, Alek ... -- The best way to predict the...
Aleksander Slominski
as10m
Offline Send Email
Jul 5, 2007
1:36 pm
299
I tried to run the sample program of xpp3 MyXmlPullApp.java with parametr of a sample xml file containing external entities defined in dtd is failed to execute...
prasad
varma_mumbai
Offline Send Email
Aug 15, 2007
11:32 pm
300
Can XMLPULL API transform xml document using XSLT file....
prasad
varma_mumbai
Offline Send Email
Aug 15, 2007
11:36 pm
301
... no best, Alek...
Aleksander Slominski
as10m
Offline Send Email
Aug 16, 2007
12:19 am
302
... XPP3 does not support DTDs - as workaround for entities you can define your own replacement. best, Alek ... -- The best way to predict the future is to...
Aleksander Slominski
as10m
Offline Send Email
Aug 16, 2007
12:19 am
303
Hello, programmers. [I know that this is not exactly a xmlpull question but, if I am not mistaken, kXml2 does use xmlpull.] I read an article about...
javame.developer
javame.devel...
Offline Send Email
Sep 10, 2007
5:55 pm
304
Hi all, I am using XPP3 to parse a document containing a custom namespace and use an XPath predicate to pull out an element, but XPP3 does not find the...
lipafrog
Offline Send Email
Oct 30, 2007
6:15 pm
305
XPath with namespaces definitely works - i used it many times :) make sure that XML parsed is with namespace aware builder mdoe set on? and if it does nto help...
Aleksander Slominski
as10m
Offline Send Email
Oct 30, 2007
6:25 pm
306
Alek, Thanks for the quick reply! I believe that XPP3 is set to be namespace aware, as the factory method I call to give me an XmlInfosetBuilder object sets...
lipafrog
Offline Send Email
Nov 2, 2007
5:08 pm
307
Hi, I hope this post is relevant to this forum. I'm using Sun's implementation of StAX parser to parse some large xml files. The file size is about 1.5MB. I'm...
xunamua
Offline Send Email
Dec 12, 2007
6:06 pm
308
... hi Sam, in contrast o XmlPull API in STAX there is no requirement to retrn all text inside element in one event instead youmay get multiple - just modify...
Aleksander Slominski
as10m
Offline Send Email
Dec 12, 2007
6:26 pm
Messages 279 - 308 of 308   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help