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

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 232 - 261 of 308   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
232
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...
rajeevsundaram
Offline Send Email
Sep 16, 2005
2:43 pm
233
hi Raj, i know about two active efforts nowadays to implement XML pull parser in C++: * wsdlpull: http://sourceforge.net/projects/wsdlpull and see [1] *...
Aleksander Slominski
as10m
Offline Send Email
Sep 16, 2005
4:28 pm
234
Hi, sorry forgot to say that we are testing Guththila parser abstraction layer , http://issues.apache.org/jira/browse/AXISCPP-785 the execution time redecuses...
Din%$h
xydinesh@...
Send Email
Sep 19, 2005
4:08 am
235
... parser in ... Hi Raj, wsdlpull is wsdl parser and has an xml parser and xml serializer. Both are based off the kxml2 parser .It supports most of the...
Vivek krishna
vivek200120
Offline Send Email
Sep 19, 2005
5:36 am
236
Hi, Just to let you know that a bug was affecting Javolution (http://javolution.org) xpp parser. The XmlPullParserImpl with the fix (v.3.5.5) is now about 2x...
Jean-Marie Dautelle
dautelle
Offline Send Email
Sep 20, 2005
5:36 pm
237
... great - can you send me the link to description what was changed (diffs?) ... sure - what would you like to be there? is javolution version implementing...
Aleksander Slominski
as10m
Offline Send Email
Sep 20, 2005
5:39 pm
238
Hi, ... Basically, the attributes were not reset when parsing nested xml elements (resetting was performed only on end tag). Which meant that the xml ...
Jean-Marie Dautelle
dautelle
Offline Send Email
Sep 20, 2005
6:51 pm
239
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...
rhmartens
Offline Send Email
Sep 21, 2005
4:40 pm
240
... Rob, it is not hard except for namespaces - do you need ot make sure that extract XML fragment is self contained (has all namespace prefixes declarations...
Aleksander Slominski
as10m
Offline Send Email
Sep 21, 2005
4:44 pm
241
... be ... in a ... like ... way ... that ... I do not. My xml doesn't use namespaces. It doesn't seem as straight forward as looping until finding the end tag...
rhmartens
Offline Send Email
Sep 21, 2005
6:48 pm
242
... actually if you use XPP3 (or any xmlpull parser that supports http://xmlpull.org/v1/doc/features.html#xml-roundtrip) then enable XML ROUNDTRIP optional...
Aleksander Slominski
as10m
Offline Send Email
Sep 21, 2005
7:57 pm
243
... 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...
Aleksander Slominski
as10m
Offline Send Email
Oct 10, 2005
12:19 am
244
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...
Vivek krishna
vivek200120
Offline Send Email
Oct 24, 2005
1:07 pm
245
... yes - and even more - parser may choose to provide more tokens/events (TEXT may be split in smaller chunks)) depending on how it is doing buffering ... ...
Aleksander Slominski
as10m
Offline Send Email
Oct 24, 2005
1:26 pm
246
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 : ...
brunomacosta
Offline Send Email
Nov 3, 2005
4:14 pm
247
hi Bruno having full test case help solve problems - i tried with your XML fragment but not usre if it all that is needed to fix it. also for good bug/issue...
Aleksander Slominski
as10m
Offline Send Email
Nov 3, 2005
4:29 pm
248
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...
Kenny Osanaiye
ken_bellars
Offline Send Email
Dec 23, 2005
11:24 pm
249
... you need a jar with actual parser (nbot just API - there are many parsers that can implement an API) ... download the latest xpp3-VERSION.jar from ...
Aleksander Slominski
as10m
Offline Send Email
Dec 23, 2005
11:27 pm
250
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...
jkiwzztn
Offline Send Email
Jan 15, 2006
8:27 pm
251
... please follow online docs (http://www.xmlpull.org/v1/download/unpacked/doc/quick_intro.html) and make sure to use a constant not actual class name then...
Aleksander Slominski
as10m
Offline Send Email
Jan 15, 2006
9:03 pm
252
I have one TAG in the XML file, just like this: <OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple"...
leelightaesthete
leelightaest...
Offline Send Email
Jan 19, 2006
3:21 am
253
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...
rupak
samant_rupak
Offline Send Email
Mar 3, 2006
4:27 pm
254
... i have no idea what is the problem ... could you give actual example, show what happens and describe what is expected results. best, alek -- The best way...
Aleksander Slominski
as10m
Offline Send Email
Mar 3, 2006
4:41 pm
255
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"> ...
rupak samant
samant_rupak
Offline Send Email
Mar 6, 2006
4:58 pm
256
... XML looks OK. what error did you get? what was Java code you used to parse and exact verion of kXML2 (your CLASSPATH)? how to reproduce it? best, alek ... ...
Aleksander Slominski
as10m
Offline Send Email
Mar 6, 2006
5:09 pm
257
Hi Rupak, there are some missing quotes in the pollanswer element. Please change vote=75 to vote="75" if that does not help, please send an executable piece of...
Stefan Haustein
dukoids
Offline Send Email
Mar 6, 2006
10:30 pm
258
hi stefan here is the code that i'm using for accessing the datas from the xml file using KXML2. try{ InputStreamReader reader = new InputStreamReader(nIS); ...
rupak
samant_rupak
Offline Send Email
Mar 8, 2006
4:46 am
259
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...
ibn_elromeya
Offline Send Email
Mar 14, 2006
2:55 am
260
... hi Ibn, please _always_ post the whole code and exactly what is the parser impl used so problems yuou see can be pinpointed and reproduced ... i tried with...
Aleksander Slominski
as10m
Offline Send Email
Mar 14, 2006
4:33 am
261
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...
peter.loborg
Offline Send Email
Apr 6, 2006
8:30 pm
Messages 232 - 261 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