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

Re: CVS update: subversion/subversion/libsvn_delta xml_output.c

From: Karl Fogel <kfogel_at_galois.collab.net>
Date: 2000-10-21 04:36:48 CEST

Greg Hudson <ghudson@MIT.EDU> writes:
> The pcdata of a set element is not part of the pcdata of its parent
> prop-delta element. (This is another reason why I dislike XML for
> application protocols; it encourages people to think of application
> data like they think of marked-up text documents, and that's not a
> useful way to think about them.)

Oh, I forgot about the <set> tag. (There's nothing wrong with XML, as
long as one knows one's DTD. :-) )

Yes, so then it's truly pointless to protect pcdata on the
<prop-delta> tag. And I see you already do protect it on the <set>
tag, since it's not currently base64-encoded.

I'll revert the one on pcdata, thanks.

-K
Received on Sat Oct 21 14:36:12 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.