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

Re: New entries file format.

From: <cmpilato_at_collab.net>
Date: 2003-01-28 06:43:36 CET

Greg Hudson ghudson@MIT.EDU writes:

 I am -1 on this change unless a better argument can be presented for
 making it.

Me too. And I won't be presenting an argument. :-)

Peter, it seems that what we need to escape in attributes is a
superset of what needs to be escaped for CDATA.

So rather than using two different escape routines, how about a flag
to the escaper which sez use the extra attribute escaping rules,
too?

Also, is it safe to trim that list of extras to just CR, LF, and Tab
(I really don't wanna see the most common whitespace
character--Space--escaped if I don't have too)?

Finally, you agree that we should *stop* escaping ' and in CDATA
(that those belong in the only for attributes group), yes? I
believe we only do that because our xml-escaper is used for atts and
CDATA, and we knew we needed those escaped in atts.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 14 02:21:18 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.