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

Re: Control characters in log message cause failure

From: Marcus Rueckert <darix_at_web.de>
Date: 2004-12-01 22:51:55 CET

On 2004-12-01 13:52:39 -0600, kfogel@collab.net wrote:
> Julian Reschke <julian.reschke@gmx.de> writes:
> > Wrong. CDATA doersn't change anything. It's still the same set of
> > characters that are allowed (see for instance
> > <http://greenbytes.de/tech/webdav/rfc3470.html#binary>).
> >
> > > ...
>
> So XML CDATA cannot represent arbitrary strings of bytes, by using
> escaping?

i just can tell from the xml schema specs. they offer base64Binary
and hexBinary as datatypes.

see here:
    http://www.w3.org/TR/xmlschema-2/#base64Binary
    http://www.w3.org/TR/xmlschema-2/#hexBinary

otherwise you only have:
    http://www.w3.org/TR/2000/WD-xml-2e-20000814#dt-character

for string values

hope this helps
darix

-- 
irssi - the client of the smart and beautiful people
              http://www.irssi.de/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 1 22:55:22 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.