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
Messages 61 - 91 of 308   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
61
BlankHi, I am using XmlPull API version- xpp3-1.1.2a The Xml which I need to parse is having a CTAG Example Xml: "<TdmLineModel index=\"8203\">" + ...
Shabbar
shusain@...
Send Email
May 9, 2003
10:29 am
62
... Hi, can you please send me the original XML code, so I can try to reproduce the problem? Are you sure the XYL is valid? Problems of that kind often result...
Stefan Haustein
dukoids
Offline Send Email
May 9, 2003
1:46 pm
63
Hi Shabbar, you will only receive a CDSECT event if you use the nextToken() method. next() will conveniently collect all types of text, skipping comments, and ...
Stefan Haustein
dukoids
Offline Send Email
May 9, 2003
2:10 pm
64
... hi, it looks liek it si even more interesting bug - in your sample you do not have really CDSECT at all when i changed "<frame>![CDATA[]]</frame>" + to ...
Aleksander Slominski
as10m
Offline Send Email
May 9, 2003
6:31 pm
65
Hi, I am using nextToken method only ,still not getting the CDSECT event with this version(xpp3-1.1.2a) I am attaching the code once again for your refernce.It...
Shabbar
shusain@...
Send Email
May 12, 2003
3:07 am
66
Shabbar, ... this is not a valid CDATA section at all (see XML spec...) Best, Stefan ... -- Stefan Haustein Univ. Dortmund, FB 4, LS 8 tel: +49 231 755 2499 ...
Stefan Haustein
dukoids
Offline Send Email
May 13, 2003
4:47 pm
67
Hi Stefan, Thanks a lot! I missed it. Regards Shabbar ... From: Stefan Haustein [mailto:haustein@...] Sent: Tuesday, May 13, 2003 10:18 PM...
Shabbar
shusain@...
Send Email
May 14, 2003
7:52 am
68
... hi Madhukar, i have only technical report but it is describing architecture and place of pull parser in context of other technologies used to access and ...
Aleksander Slominski
as10m
Offline Send Email
May 20, 2003
9:53 am
69
... hi Ryan, if you provide sample code it is always helpful to better understand what exactly is the problem ... in XmlPull API there are two methods to...
Aleksander Slominski
as10m
Offline Send Email
May 21, 2003
7:17 am
70
I am looking for an approach to automatically parse and serialize Java Beans using XML Pull Parsers. Has anyone looked into this? Some requirements I have are:...
Naresh Bhatia
bhatiana
Offline Send Email
May 26, 2003
4:08 pm
71
Hi all, I'm trying to use XNI pull parser in my application (SAX push previously used) but cannot even start parsing, it fails after first call 'next()' or...
magixinc
Offline Send Email
Jun 25, 2003
12:08 am
72
hi, wht verions of Xerces2 do you use? alek ... -- "Mr. Pauli, we in the back are all agreed that your theory is crazy. What divides us is whether it is crazy...
Aleksander Slominski
as10m
Offline Send Email
Jun 25, 2003
2:39 am
73
Hi Alek, Thank you for your quick reply. The version is Patched Xerces 2.3.0 from 29-Jan-2003. We had a problem with the origin release of this version so...
magixinc
Offline Send Email
Jun 25, 2003
4:26 pm
74
Yes, it was Xerces2 version problem, after I updated with 2.4.0 this problem is gone. Thank you Alek. ... first ... (Unknown ... n ... true); ... method 'next ...
magixinc
Offline Send Email
Jun 27, 2003
5:31 pm
75
Hi, I'd like to know if it's possible to decode a long xml file using XML pull without buffering all the document into the reader. I'd like to be abble to get...
Franck Calzada
calzada_us
Offline Send Email
Jun 27, 2003
8:46 pm
76
... yes. ... details will alway depend on implementation as XmlPull is just API. in case XPP3 you can open reading stream and keep pulling for new entries - of...
Aleksander Slominski
as10m
Offline Send Email
Jun 27, 2003
9:14 pm
77
... please use XPP3 (download from http://www.extreme.indiana.edu/xgws/xsoap/xpp/download/) and it contains already SAX2 driver from XmlPull.org (see ...
Aleksander Slominski
as10m
Offline Send Email
Jul 1, 2003
4:13 pm
78
Hi , I am using a XML pull parser to parse the following <!-- root element wsdl:definitions defines set of related services --> <wsdl:definitions...
vivek200120
Offline Send Email
Jul 17, 2003
3:10 pm
79
Ooops sorry for the previous post guys.. It works fine ..I had made a blunder.. But is it necessary as per Xml Namespace that the atrribute whose namespace is...
vivek200120
Offline Send Email
Jul 17, 2003
3:37 pm
80
... that happens to everybody :-) ... attributes are unordered and there is no requirements on order of them - essentially any order is valid (if xmlns...
Aleksander Slominski
as10m
Offline Send Email
Jul 18, 2003
2:17 pm
81
Does XPP3 have support for xml schema validation ? If true, what is the feature id and property setting on the factory and or parser ? Thanks in advance, ...
sharminchoksey
Offline Send Email
Jul 20, 2003
4:30 pm
82
Hi, I'm attempting to dowload the XPP3/XPP2 implementations from http://www.xmlpull.org/ and http://www.extreme.indiana.edu/soap/xpp, says page not found. Is...
sharminchoksey
Offline Send Email
Jul 21, 2003
5:55 pm
83
A quick note to XMLPull Users. I have just released an open source messaging framework that simplifies the development of Web services. The examples...
Naresh Bhatia
bhatiana
Offline Send Email
Jul 21, 2003
6:27 pm
84
Both sites are up again. Thanks, Sharmin. ... http://www.extreme.indiana.edu/soap/xpp,...
sharminchoksey
Offline Send Email
Jul 21, 2003
6:50 pm
85
... it is temporarily down (looks like whole submet went down). shortly should be back. ... we need to think about it. AFAIK there is no mirror. thanks, alek ...
Aleksander Slominski
as10m
Offline Send Email
Jul 21, 2003
6:55 pm
86
I am trying my hand at something I believe is possible with XMLPull, just not entirely sure how best to go about it. Basically, I have a simple plugin engine...
Kevin Duffey
supreme_java...
Online Now Send Email
Jul 31, 2003
6:25 am
87
... you can try XB1 http://www.extreme.indiana.edu/xgws/xsoap/xpp/xb1/ grab code and adapt to your needs look in particular on XmlElementImpl ...
Aleksander Slominski
as10m
Offline Send Email
Jul 31, 2003
7:21 pm
88
Hi, I am not an expert in XML, Is there a way in which I can parse XML-Pull using XPath queries? which is the library/API I would need for this? Thanks....
Harish
sk_harish
Offline Send Email
Aug 2, 2003
1:45 am
90
Hi all, i'm just getting started using XMLPull, and already gor my first problems. Where can I find Examples using xpp3 and mager point to get started how do i...
jenspehe
Offline Send Email
Oct 2, 2003
2:26 pm
91
... As i know xerces gives all the possebilities that xpath has....
jenspehe
Offline Send Email
Oct 2, 2003
2:28 pm
Messages 61 - 91 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