Interesting problem with ":" in mod_dav_svn XML output
From: Michael Sinz <Michael.Sinz_at_sinz.org>
Date: 2005-10-21 23:18:04 CEST
Something just "bit me" with XSLT displayed pages from mod_dav_svn.
Anyway, the problem is that the ":" character is not escaped in the
This is a problem as the ":" character is a special character that
Thus, the mod_dav_svn XML output below would fail to correctly
Other special characters are correctly escaped as far as I can see.
When looking at the code, it seems that this is a non-trivial change
The code that does this is generated by the server/gen_test_char.c within
The file server/gen_test_char.c generates the table.
Maybe this is one case where some other method would need to be used
So, I did not make a patch for this (yet) as I would like to get some
-----------------------------output from mod_dav_svn---------------------------
<?xml version="1.0"?>
<!ATTLIST dir name CDATA #REQUIRED
</svn>
-- Michael Sinz Technology and Engineering Director/Consultant "Starting Startups" mailto:michael.sinz@sinz.org My place on the web http://www.sinz.org/Michael.Sinz --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Oct 21 23:21:47 2005 |
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.