... you have selected |unqualified for attribute names and that means that ... yes as you have attributes form defaulted to unqualified so there is no ...
... 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...
... 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...
... 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...
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...
... 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...
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. ...
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...
... 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...
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...
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...
... 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...
I'm trying to run the sample code, got this error: Exception in thread "main" caused by: org.xmlpull.v1.XmlPullParserException: Ressource not found: ...
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@...
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)...
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....
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...
... 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...
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@...
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...
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 ...
... 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 ...
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@...
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 ...