[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn commit: r19063 - trunk/subversion/libsvn_ra_serf

From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2006-03-28 21:40:56 CEST

On 3/28/06, Peter N. Lundblad <peter@famlundblad.se> wrote:
> Please don't forget to document the semantics of these:-)

Sure, sure. =)

> Maybe
> namespace handling could be pulled to this level as well?

Yes, that's a thought. It depends how much we want to diverge from
the expat callback prototype.

> > +typedef svn_error_t *
> > +(*svn_ra_serf__xml_cdata_element_t)(void *baton,
> > + const char *data,
> > + apr_size_t len);
> > +
> There's no such thing as a "CDATA element". I suggest calling this
> ..._cdata_chunk to emphasize the fact that character data may be split
> arbitrarily by the parser.

Sure. That works. r19066. -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 28 21:41:56 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.