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

Re: svndiff and XML

From: Joe Orton <joe_at_light.plus.com>
Date: 2000-10-11 21:40:06 CEST

On Tue, Oct 10, 2000 at 11:18:59PM -0700, Greg Stein wrote:
> On Wed, Oct 11, 2000 at 05:11:21AM +0200, Branko C(ibej wrote:
...
> > I thought you could put most anything into a `<CDATA[[' section, except
> > `]]>', of course.
>
> I don't believe so. My understanding of it is: I think that just allows you
> to avoid the XML special characters.

Yes, I checked the spec and this is correct, CDATA sections can only
include:

[2] Char ::= #x9 | #xA | #xD | [#x20-#xD7FF]
                   | [#xE000-#xFFFD] | [#x10000-#x10FFFF]

i.e. no #x0.

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