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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics   (List as Individual Messages) Messages Latest Post

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...
2 Dec 12, 2007
6:26 pm

Aleksander Slominski
as10m
Offline Send Email

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...
3 Nov 2, 2007
5:08 pm

lipafrog
Offline Send Email

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...
1 Sep 10, 2007
5:55 pm

javame.developer
javame.devel...
Offline Send Email

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...
2 Aug 16, 2007
12:19 am

Aleksander Slominski
as10m
Offline Send Email

Can XMLPULL API transform xml document using XSLT file....
2 Aug 16, 2007
12:19 am

Aleksander Slominski
as10m
Offline Send Email

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...
2 Jul 5, 2007
1:36 pm

Aleksander Slominski
as10m
Offline Send Email

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:...
3 Jun 6, 2007
7:16 pm

Aleksander Slominski
as10m
Offline Send Email

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...
7 Apr 14, 2007
3:26 pm

Phil Troy
philtroy2001
Offline Send Email

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"/> ... ...
2 Apr 2, 2007
6:18 pm

Aleksander Slominski
as10m
Offline Send Email

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...
1 Nov 29, 2006
6:46 pm

Aleksander Slominski
as10m
Offline Send Email

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...
1 Nov 13, 2006
3:26 pm

altconsultingcom
altconsultin...
Offline Send Email

I'm looking into the DOM2XmlPullBuilder class and I get a NullPointerException when attempting to parse the following file: <?xml version="1.0"...
2 Oct 23, 2006
5:19 am

Aleksander Slominski
as10m
Offline Send Email

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...
2 Oct 17, 2006
5:33 am

Aleksander Slominski
as10m
Offline Send Email

Hi all, I'm using KXml for a while now, but I keep getting the same errors... I'll explain it with an example, when <test> is the currently parsed element, and...
2 Oct 10, 2006
7:16 pm

Aleksander Slominski
as10m
Offline Send Email

ALT Mobile (http://altmobile.com) is pleased to announce the availability of the <alt> XML Studio v6. Providing XML-centric development tools for the...
1 Jul 29, 2006
8:57 am

altconsultingcom
altconsultin...
Offline Send Email

Hi - here's a pom.xml for building xni2xml with Maven 2. It depends on the xmlpull api, which I don't think is in a Internet accessable repository. I had to...
1 May 26, 2006
5:39 pm

fibremux999
Offline Send Email

Hi, I'm working with some software that uses xpp3 as its parser. However the software as it is designed doesn't allow me to have access to the parser factory....
9 May 26, 2006
5:38 pm

fibremux999
Offline Send Email

Hi all, Are there any thoughts about updating the API to take advantage of the java.nio package, and/or read data in a non-blocking mode in general? This would...
5 Apr 7, 2006
2:09 pm

Jean-Marie Dautelle
dautelle
Offline Send Email

Hello, I am trying to parse the following XML chunk to find the 'value' of node and 'action' : <iq type='set' to='responder@domain' id='exec1'> <command...
2 Mar 14, 2006
4:33 am

Aleksander Slominski
as10m
Offline Send Email

Hi Aleksander here is the XML file that i want to parse. <?xml version='1.0' encoding='iso-8859-1'?> <data> <poll pollid="1" pollquestion="whats ur name"> ...
4 Mar 8, 2006
4:46 am

rupak
samant_rupak
Offline Send Email

hello everybody, how to parse the child element from the XML file by using KXML2. please help me out if anyone know the matter. thanks in advance rupak...
2 Mar 3, 2006
4:41 pm

Aleksander Slominski
as10m
Offline Send Email

I have one TAG in the XML file, just like this: <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"...
1 Jan 19, 2006
3:21 am

leelightaesthete
leelightaest...
Offline Send Email

Hi, I was thinking about trying the Pull parsing so I wrote a simple app but I keep getting the error message saying that no valid class found ( the message...
2 Jan 15, 2006
9:03 pm

Aleksander Slominski
as10m
Offline Send Email

Please i have problem using the java API XMLPULL. i have added the API to the CLASSPATH and some of the features are actually working well i am however unable...
2 Dec 23, 2005
11:27 pm

Aleksander Slominski
as10m
Offline Send Email

Hi, We having a problem parsing a xml document to do the unMarshall method. It seems that if we have empty tags in the xml document it occurs this exception : ...
2 Nov 3, 2005
4:29 pm

Aleksander Slominski
as10m
Offline Send Email

Hi, I have an xml which looks like <a> &lt;tag&gt;</a> When I do nextToken() after I get the <a> start tag I get an ENTITY_REF event after which I need to to...
2 Oct 24, 2005
1:26 pm

Aleksander Slominski
as10m
Offline Send Email

... you need to make sure that it is valid XML file - for example use XHTML valiator http://validator.w3.org/ HTH, alek -- The best way to predict the future...
1 Oct 10, 2005
12:19 am

Aleksander Slominski
as10m
Offline Send Email

I need a function that can extract a subtree. The function would be similar to the skipSubTree function but would return the subTree in a String. I don't see...
4 Sep 21, 2005
7:57 pm

Aleksander Slominski
as10m
Offline Send Email

hi , i am planning to use xmlpull for an embedded system because its highly efficient.I tested the kxml2 impln and its really fast!.The problem is that my...
7 Sep 20, 2005
6:51 pm

Jean-Marie Dautelle
dautelle
Offline Send Email

I am confused about how the xml v1 api properties work. I am using getProperty("http://xmlpull.org/v1/doc/properties.html#xmldecl-version ") to retrieve the...
2 Jun 20, 2005
11:46 pm

Aleksander Slominski
as10m
Offline Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

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