I run into the problem that I can't instantiate an XmlPullParserFactory. I replace: XmlPullParserFactory factory = XmlPullParserFactory.newInstance ...
I found the solution, instead of XmlPullParserFactory factory = XmlPullParserFactory.newInstance ("org.xmlpull.v1.XmlPullParserFactory", this.getClass()); I...
... hi, XmlPullParserFactory has protected constructor and cannot be instantiated. it is meant as a base class for parser specific factory. ... i think that...
I'm using kXML to build a RDF/XML serializer, and have come across some troubles as far as entity references in attributes is concerned. Due to the extreme...
Mmmm I'm afraid either I haven't explained it too well or you haven't understood it thoroughly. Yes, I'm aware that kXML ignores the doctype serialization...
Hi Alek, recently I had to support schema validation (Using xni pull parser) for my request processor and found that XNI implementation is missing a few...
Has anyone by chance implemented an XmlPullParser driven by SAX events rather than text input streams? I need such an adaptor and figured it would be worth...
... there is problem of how to invert control from SAX parser thread to allow pulling of events. you may want to look at http://www.trantor.de/xml/ through it...
Hi, the given information is not sufficient to reproduce the problem. Is it possible to read data from the source stream without parsing? If the stream is...
Hi, I can read from the socket without a problem. I just found out that the problem might be with simultaneously reading and writing (duplex) to a socket in...
due to abuse of mailing list (and apparent weak protection by yahoo against spammers like that) i have changed xmlpull-user membership from Open (anyone can...
i hate to do it (reply to my own email) but i changed my mind and in interest of making easy to post questions i leave mailing list membership open however...
Hello, xmlpull-user. After build.bat i have those C:\temp\xpp3-1.1.3.4.D>run junit JAVA_HOME=C:\j2sdk1.4.2_04 C:\j2sdk1.4.2_04\bin\java -cp...
Pavel Reich
preich@...
Jun 12, 2004 4:18 pm
174
... there may be something wring with your classpath (no parser implementation was found). make sure to do ant all to get right things generated in build...
BTW: i have just downloaded http://www.extreme.indiana.edu/dist/java-repository/xpp3/distributions/xpp3-1.1.3.4.D_all.zip and after unpacking i got all working...
Hello, Aleksander. You write Saturday, June 12, 2004, 8:28:15 PM: AS> BTW: i have just downloaded AS>...
Pavel Reich
preich@...
Jun 12, 2004 5:51 pm
177
Pavel, is it possible that you do this under bash? if so then you need to change CLASSPATH to have colon (: ) and not semicolon (;) or try to use classpath.sh...
Hello, Aleksander. You write Saturday, June 12, 2004, 9:54:42 PM: AS> is it possible that you do this under bash? if so then you need to AS> change CLASSPATH...
Pavel Reich
preich@...
Jun 16, 2004 2:27 pm
179
... oh yes - it may be problem - when you have xpp3 jar you do not need xmlpull jar (it is just API) so i suggest use java -classpath xpp3-1.1.3.4.D.jar;. ... ...
Hello, Aleksander. I include xpp3-1.1.3.4.D.jar to my web_protocol.war (WEB-INF/lib/xpp3-1.1.3.4.D.jar), but when i try to create XmlPullParserFactory i have...
Pavel Reich
preich@...
Jun 17, 2004 10:55 am
181
... you need ot make sure that code that is calling/using XPP3 is in the same class loader where is xpp3*.jar file. ... more debugging :) ... what is the whole...
Hello, Aleksander. You write Thursday, June 17, 2004, 2:57:46 PM: ... AS> you need ot make sure that code that is calling/using XPP3 is in the AS> same class...
Pavel Reich
preich@...
Jun 17, 2004 11:26 am
183
... the second paramete ris very important as it is used to do class loading so in servlet it should point to current classloader - typically this does the...
In my xml file has content like following: <Component> <Resource ref="s-ffd.wrl" mimeType="text/wrl" /> </Component> I would like to parse and get the text...
... this is an attribute (and not element content) so you need to get value of attribute: pp.nextTag() pp.nextTag(); pp.require(XmlPullParser.START_TAG, null,...
Is there a connection between current XMLPull API and JSR 173 from JCP ? Créez gratuitement votre Yahoo! Mail avec 100 Mo de stockage ! Créez votre Yahoo!...