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

Re: svn log causes XML parse error (internal error)

From: Amelia A Lewis <alewis_at_tibco.com>
Date: 2004-07-22 18:54:30 CEST

On Wed, 21 Jul 2004 16:06:36 -0500
kfogel@collab.net wrote:
> I'm not sure it has to wait until 2.0. We could add the feature
> compatibly with a new "svn:quoted-propname:" prefix. (I'm being
> verbose; obviously it doesn't have to be that long.)

Just a quick note. Once "svn:quoted-propname:xyzzy" is used as the name
of an element or attribute in XML, the XML is ill-formed (fatal error,
stop processing).

Except for older processors that permit colon in a name, but do not
interpret the colon. For XML+Namespaces, more than one colon causes
breakage.

In other words, as a fix for the DAV restriction to names valid in XML,
this one doesn't work (although the basic concept would work, mostly,
apart from the fact that whatever you use as a separator character isn't
reserved and other people may be using it for something else).

> With this enhancement, anytime someone sets a property whose name
> contains special characters, we transform it into
> "svn:quoted-propname:<quoted-str>" for transport. In the actual

Illegal as a name in XML+Namespaces.

Amy!

-- 
Amelia A. Lewis
Senior Architect
TIBCO/Extensibility, Inc.
alewis@tibco.com
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 22 18:54:33 2004

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.