PSContent HTML retrieval
PSContent HTML retrieval
- Subject: PSContent HTML retrieval
- From: Keith Duncan <email@hidden>
- Date: Thu, 22 Nov 2007 21:26:40 +0000
I'm new to the whole Atom/RSS thing (I usually just read them) but I
writing a class that needs to access elements of an Atom feed and I'm
a little lost.
Ostensibly the format of the feed doesn't mean anything to a PubSub
client 'cos it abstracts the format implementation, but in the
interests for completeness the feed I'm working with is in Atom
format. PSEntry has a PSContent *content property and my feed has the
following element in the <entry> element:
<content src="http://opensword.org/pixen/rnotes2.html" type="html" />
It is my understanding that the content tag could contain the actual
HTML, a plain-text string, or this src attribute. What I need is a way
to transparently (preferably using the PSContent API) get the content
data into a WebView.
It seems a simple thing to do but I can't seem to wrap my head around
it.
- Keith
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden