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 37 - 66 of 308   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
37
... you have selected |unqualified for attribute names and that means that ... yes as you have attributes form defaulted to unqualified so there is no ...
Aleksander Slominski
as10m
Offline Send Email
Mar 4, 2003
8:50 pm
38
Trying MXParser pullDriver = new org.xmlpull.mxp1.MXParser(); pullDriver.setFeature(pullDriver.FEATURE_PROCESS_NAMESPACES,true); ...
Sean C. Truman
sean_truman2003
Offline Send Email
Mar 6, 2003
7:15 pm
39
... hi Sean, you are not doing anything wrong instead you have found bug in our documentation (thanks!) as this feature was supposed to be optional (this how...
Aleksander Slominski
as10m
Offline Send Email
Mar 7, 2003
4:25 am
40
... Alek, I am using the SAX2 Driver that is provided by your API. Problem is I cannot get all the attributes without this being turned on. (I am currently...
Sean C. Truman
sean_truman2003
Offline Send Email
Mar 7, 2003
1:23 pm
41
... hi, if you turn namespaces off you will get all attributes driver.setFeature("http://xml.org/sax/features/namespaces", false); but i guess you want to use...
Aleksander Slominski
as10m
Offline Send Email
Mar 7, 2003
6:23 pm
42
Alek, Please excuse my HTML message (my MUA stinks) You are correct it does work correctly when I remove them.. Thanks for the help Sean ... From: Aleksander...
Sean C. Truman
sean_truman2003
Offline Send Email
Mar 7, 2003
9:14 pm
43
Hi , I havent used this but may use it in near future .Has anyone used this tool at the below URL.But it uses the Xerces parser. ...
vivek200120
Offline Send Email
Mar 10, 2003
1:47 pm
44
... it is corrected now. thanks for telling me about it - somehow this file was not checked into CVS ... alek...
Aleksander Slominski
as10m
Offline Send Email
Mar 12, 2003
4:43 pm
45
... the parser has to keep a bit of state including list of all start tag names from top element to current element so it can check that end tag is matching...
Aleksander Slominski
as10m
Offline Send Email
Mar 15, 2003
4:16 am
46
Hi Alec, I am using PullParser2_1_9rc2_SMALL.jar. I have attached a XML file with this mail. The parser fails to parse this file with the following exception. ...
Nikhil C. Khedkar
nikhilckhedkar
Offline Send Email
Mar 26, 2003
6:33 am
47
Could someone give me the steps to configure the Xml Pull Parser XPP3? Thans in advance....
sswetha_2000
Offline Send Email
Mar 28, 2003
6:42 am
48
Shweta , Guess you can download the xpp3_1_1_2_src.zip from http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ and then run build.bat after configuring you...
vivek200120
Offline Send Email
Mar 28, 2003
7:18 am
49
... hi, this is XPP2 that does not implement XmlPull and it is deprecated. it is recommended to use XPP3 instead (i checked it works ok for this example - it...
Aleksander Slominski
as10m
Offline Send Email
Mar 29, 2003
6:42 am
50
hi, if you do into want to recompile it form source code then there is also jar file included (xpp3-VERSION.jar) that contains _all_ files necessary to use...
Aleksander Slominski
as10m
Offline Send Email
Mar 29, 2003
4:18 pm
51
Hi all. Im new into XMLPULL, I dont speak english, im sorry I have a question about this API... Can I update an existing xml file? I mean, can I add an element...
ibanhoe
Offline Send Email
Mar 31, 2003
10:46 pm
52
... your english sounds pretty good to me :-) ... yes but you need to read and write output at the same time. for example look on Roundtrip sample that...
Aleksander Slominski
as10m
Offline Send Email
Apr 1, 2003
4:13 am
53
I'm trying to run the sample code, got this error: Exception in thread "main" caused by: org.xmlpull.v1.XmlPullParserException: Ressource not found: ...
ruoweiwu
Offline Send Email
Apr 2, 2003
10:15 pm
54
... hi, it looks like factory can not find any parser implementation. did you download XmlPull parser implementation such as MXP1 (see: ...
Aleksander Slominski
as10m
Offline Send Email
Apr 2, 2003
10:21 pm
55
Hi, is there a working link to XPP API implementation in C++? I have this link http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/ but it doesn't work. I'm...
Mauro Arcolini
mauro.arcolini@...
Send Email
Apr 11, 2003
10:01 am
56
... hi, i work on C++ version of XmlPull API however it is not finished (ye)t). in meantime you can take a look and use old C++ version of PullParser11 (XPP1)...
Aleksander Slominski
as10m
Offline Send Email
Apr 11, 2003
1:21 pm
57
I am looking for one too...Let me know if you find one. I couldnt find any links ..so I have a C++ implementation which is based on an existing Java version....
vivek200120
Offline Send Email
Apr 11, 2003
1:22 pm
58
Hi Alek, Thanks for the link. I think I will start by using this...
vivek200120
Offline Send Email
Apr 11, 2003
1:24 pm
59
Hello , I am now development a J2ME , JSP application where JSP will return some XML tag back to J2ME through HTTPConnection However , I faced a big problem...
killerhui
Offline Send Email
Apr 24, 2003
8:50 pm
60
... hi, that looks like serious bug in kXML2 parsing and i am sure that Stefan (author of kXML2) will fix it. ... if you could send a sample of complete XML...
Aleksander Slominski
as10m
Offline Send Email
Apr 25, 2003
1:35 am
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
Messages 37 - 66 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