Re: Cocoa WBXML Parsing
Re: Cocoa WBXML Parsing
- Subject: Re: Cocoa WBXML Parsing
- From: "M. Uli Kusterer" <email@hidden>
- Date: Wed, 29 Sep 2004 17:48:22 +0200
At 19:34 Uhr +1200 29.09.2004, Phil wrote:
Does anybody know of any guides/articles/libraries/sample
code/anything that can assist me with parsing WBXML in Cocoa?
Depends on your definition of 'assist' ... I can't really offer
much, don't get your hopes up, but...
I've looked at libwbxml, but I hate working with C libraries like that
(especially when they depend on other C libraries), and it would be
quite nasty to try and integrate that with a Cocoa application.
It shouldn't be too hard to write a wrapper around a library like
this. Basically, this thing works like CFXMLParser, so my suggestion
would be to take an existing XML wrapper around that and change it to
wrap around libwbxml instead.
Basically, you just create proxy objects with pointers to the tree
and the nodes as their instance variables. The API is so OO-like,
that I really don't see any problems. Admitted, I only took a short
look at the tree header in CVS, but it *does* look straightforward.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden