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 1 - 30 of 308   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1
hi, it is our pleasure to announce that XMLPULL V1 API is now finalized (small changes are still possible but we will make every effort possible to keep it...
Aleksander Slominski
as10m
Offline Send Email
Apr 8, 2002
6:16 pm
2
hi, an updated version that has a fix allowing to compile it with Visual Cafe and includes source code for XMLPULL API, samples and tests (to make it easier to...
Aleksander Slominski
as10m
Offline Send Email
Apr 10, 2002
7:26 am
3
hi, i have completely rewritten XPP3 paring engine for XMLPULL that is now called MXP1 and is available from: ...
Aleksander Slominski
as10m
Offline Send Email
Apr 17, 2002
12:49 am
4
hi, this release of XPP3 contains fully integrated new MXP parsing engine (for more details see: http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1/) and...
Aleksander Slominski
as10m
Offline Send Email
Apr 25, 2002
5:28 am
5
hi, updated 1.0.8 version of XMLPULL API (and compatibility tests) is available for download with following changes to improve functionality and compatibility...
Aleksander Slominski
as10m
Offline Send Email
Apr 26, 2002
12:32 am
6
... hi, those constants are defined in interface XmlPullParser - to have more friendly messages use: * System.out.println(XmlPullParser.TYPES[...
Aleksander Slominski
as10m
Offline Send Email
Jul 29, 2002
4:16 pm
7
Hi, do anyone in the group tried generating a XSD from an available XML file? There are few tools like XMLSpy that do it, but they are not freeware. Do anybody...
nikhilckhedkar
Offline Send Email
Aug 7, 2002
5:22 am
8
Hi I would like to use XPP to create a DOM document from a string ! Can you help me ? Regards Chris...
cdemezlds
Offline Send Email
Aug 16, 2002
2:24 pm
9
... sure :-) here is a minimalist DOM builder that uses XmlPull API (requires JAXP DocuementBuilder implementation such as provided in JDK 1.4 or use Xerces2,...
Aleksander Slominski
as10m
Offline Send Email
Aug 16, 2002
4:34 pm
10
hi, i have put together few patterns that should make XML pull parsing easier (based on my experience with XPP and XmlPull API): ...
Aleksander Slominski
as10m
Offline Send Email
Aug 16, 2002
4:35 pm
11
... good use case. ... i have modified and split your method int 4 separate functions and it is now XmlPullWrapper ...
Aleksander Slominski
as10m
Offline Send Email
Aug 18, 2002
7:16 pm
12
Hi I'm new to using pull parser, I would appriciate your help in following. For the following XML, the pullparser can only recognize the 1st element and the...
manojmadhura
Offline Send Email
Aug 27, 2002
5:13 pm
13
... hi, it would be helpful if you posted complete sample program to reproduce problem (we plan to have BugZilla soon to simplify it). i have checked parsing...
Aleksander Slominski
as10m
Offline Send Email
Aug 27, 2002
5:45 pm
14
Thank You Aleksander, the following things helped. ... From: Aleksander Slominski [mailto:aslom@...] Sent: Tuesday, August 27, 2002 1:45 PM To:...
Kulkarni, Manoj (Exch...
manojmadhura
Offline Send Email
Aug 27, 2002
6:56 pm
15
... hi, do you know any SAX2 parser that actually will provide safe to reuse Attributes? i have checked Xerces2 and Piccolo are also reusing Attributes ... ......
Aleksander Slominski
as10m
Offline Send Email
Sep 23, 2002
4:57 pm
16
I'm getting exceptions when running kXML/XMLPull with v1.0.4 of the Wireless Toolkit from sun: Building "Cafe" [Output directory for verified classes:...
Anthony Ikeda
amiga_tone
Offline Send Email
Oct 14, 2002
9:34 pm
17
Hi Anthony, due to a missing Exception class in CLDC it is not possible to use XXX.class in current CLDC/MIDP implementations. I tried to work around theis...
Stefan Haustein
dukoids
Offline Send Email
Oct 15, 2002
9:29 am
18
hi, the version 1.1.2 of XmlPull API is now available that has improved handling for XMLDecl, improved J2ME compatibility, and improved usability of...
Aleksander Slominski
as10m
Offline Send Email
Oct 16, 2002
8:58 pm
19
... hi, i thought i knew about all XML pull and pull-over-push parsers - but i guess one can never know what is happening out there :-) ... this is very...
Aleksander Slominski
as10m
Offline Send Email
Oct 23, 2002
8:27 am
20
... hi, initial state is START_DOCUMENT and parser may do some intial reading of input when setInput() is called to detect input encoding otherwise only ...
Aleksander Slominski
as10m
Offline Send Email
Nov 20, 2002
4:28 pm
21
... hi, i think there is no definition of PI data in XML 1.0 grammar but just PITarget and PI data was introduced in XML infoset as content: processing...
Aleksander Slominski
as10m
Offline Send Email
Nov 24, 2002
6:35 pm
22
... hi, that is right and nobody expects DOM to be faster but still it is important to know what is overhead of creating of all XML in memory (DOM) when...
Aleksander Slominski
as10m
Offline Send Email
Jan 27, 2003
2:15 pm
23
Hi, i try to implement an XML protocol (SOAP like) using asynchronous I/O (using java.nio.Buffer). I've a little problem because, i receive a buffer (a...
kl_account <forax@...>
kl_account
Offline Send Email
Feb 10, 2003
9:37 am
24
... hi, XML parser is required to resolve entities. the best way around it is not to include non-standard XML entities :-) XML 1.0 defined few standard entity...
Aleksander Slominski
as10m
Offline Send Email
Feb 10, 2003
5:46 pm
25
... interesting idea. i will make optional feature (how IGNORE_UNRESOLVED_ENTITY_REF sounds?) and if set it will make parser to just skip over unresolveable...
Aleksander Slominski
as10m
Offline Send Email
Feb 10, 2003
6:11 pm
26
... interesting project! ... i would call it *big* problem :-) ... i think that pull parser may not be the solution to your requirements but implementing it...
Aleksander Slominski
as10m
Offline Send Email
Feb 10, 2003
6:28 pm
27
... that could be done by adding unescaped entity name into text content (another optional feature?). ... it is hard to know when to call skipNext( )and how to...
Aleksander Slominski
as10m
Offline Send Email
Feb 10, 2003
7:04 pm
28
I have some java code (in jbuilder 7) that has data in a vector. I want to get all this data out to an xml file. It is not in xml format at all. This is part...
eskgwin <eskgwin@...>
eskgwin
Offline Send Email
Feb 14, 2003
3:57 pm
29
... hi Allyson, that should be very easy - use XmlSerializer. for example to write beginning of your sample XML: import java.io.IOException; import...
Aleksander Slominski
as10m
Offline Send Email
Feb 14, 2003
4:37 pm
30
hi, i have added to website http://www.xmlpull.org/ information about XmlPull Addons. currently SAX2 driver that is implemented on top of XmlPullParser and XML...
Aleksander Slominski
as10m
Offline Send Email
Feb 17, 2003
11:15 pm
Messages 1 - 30 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