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

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

From: Greg Stein <gstein_at_lyra.org>
Date: 2006-01-28 14:34:30 CET

On Sat, Jan 28, 2006 at 01:09:40AM -0600, jerenkrantz@tigris.org wrote:
> Author: jerenkrantz
> Date: Sat Jan 28 01:09:39 2006
> New Revision: 18279
>
> Modified:
> trunk/subversion/libsvn_ra_serf/serf.c
>
> Log:
> ra_serf: refactor define_ns and expand_ns to do more lifting.

Unfortunately, namespaces are scoped. Doing namespaces "right" means a
stack of namespace maps, pushed at elem-start and popped at elem-end.

You can see this ina PROPFIND response from mod_dav. Each of the
property values defines the namespaces used within the value. They are
named ns0, ns1, ... Those names get reused.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jan 28 14:30:44 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.