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

Re: [PROPOSAL] Drop XML from .svn/entries

From: Vincent Lefevre <vincent+svn_at_vinc17.org>
Date: 2006-04-18 17:54:41 CEST

On 2006-04-17 23:25:56 +0200, Peter N. Lundblad wrote:
> Greg Hudson writes:
> > What if a field consists of just "\f"?
>
> Then it will be escaped like \x0c. All control characters are escaped
> and likewise \.

Do you mean that fields may contain control characters?
Then how did you do that with XML? For instance,

<?xml version="1.0"?>
<test>&#12;</test>

is incorrect (xmllint says: "parser error : xmlParseCharRef: invalid
xmlChar value 12").

Also, couldn't such control characters be munged by a text editor?

-- 
Vincent Lefèvre <vincent_at_vinc17.org> - Web: <http://www.vinc17.org/>
100% accessible validated (X)HTML - Blog: <http://www.vinc17.org/blog/>
Work: CR INRIA - computer arithmetic / SPACES project at LORIA
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 18 17:55:48 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.