[SoapRMI] XPP3 in C++
Aleksander Slominski
aslom_at_cs.indiana.edu
Sun, 17 Nov 2002 15:11:14 -0500
MURAKAMI Shinyu wrote:
> I wrote:
> > I would like to use XmlPull API in C++. Is available XPP3 in C++?
>
> Please please give information about it.
>
> I downloaded xsoapcpp-1.0.2-preRelease.tar.gz and got XPP1/C++,
> but it did not have setInput( file or stream ) method I need.
this is old version of XPP1/C++,
> I found the following message in the mailing list archive.
>
> > [SoapRMI] Streaming data.
> > Aleksander Slominski aslom_at_cs.indiana.edu
> > Thu, 13 Dec 2001 00:02:20 -0500
>
> > the current XPP1/C++ can be fixed by adding your own setInputMethod()
> > and overriding more() method with your reading data in blocks
> > from your input (however as i work on XPP3/C/C++ already i do not plan to fix
> > XPP1/C++...)
>
> I would like to know the current status of the XPP3/C++ project.
it is not in stage that could be release and needs general rewriting to make
it compatible with XmlPull 1.1 API (lot of changes since December 2001).
however i have almost finished XPP3/Java - almost all features are there
and source base is tested and i want to use this as base for XPP3/C++
(this is not very difficult and even easier than XPP1 as i do not use hash tables
any more so XPP3/C++ implementation will not need STL) but i do not
have any estimation on time except that i want to do it it soon ...
if you are interested and have some time to work on it what you
need to do is to convert just one class MXParser.ajava to C++
(and decide what java String is mapped to STL std::string is not
very good for it as you need UTF16 support). if you do this
i will be more than happy to make it part of XPP3 as in any other
open source project contributions and patches are gratefully accepted,
and those that submit patches tend to become committers :-).
thanks,
alek
--
The ancestor of every action is a thought. - Ralph Waldo Emerson