C. Michael Pilato <cmpil...@collab.net> писал в своём письме Thu, 04 Oct
2012 16:54:56 +0400:
But a picky XML parser would see "svn:txn:foo" or "svn:config:foo" and
want
to know about the XML namespaces "svn:txn" and "svn:config", which we
don't
bother to describe. There's a fairly straightforward workaround, I
think,
where we simply generate xmlns definitions on the fly for all namespaces
we
need for that particular request/response. I think this is essentially
what
was being described here:
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=480154
If the XML parser supports namespaces, then "svn:txn:foo" is not a
permissible name, because namespace prefixes can't contain colons (and
neither can local parts).
Of course, if the parser doesn't support namespaces, then it's a perfectly
fine name.
Roman.