[Bug 302467] [NEW] cvs2cl outputs raw log messages without enclosing CDATA section, in xml mode
shizuto
shizuto2004-bug at yahoo.it
Wed Nov 26 15:47:17 UTC 2008
Public bug reported:
Binary package hint: cvs2cl
Environment information:
Description: Ubuntu 8.04.1
Release: 8.04
Package: cvs2cl 2.59-2
What I expected: well-formed xml outputted independently from input data's charset, e.g. by using CDATA sections;
What happened instead: wrong xml, letting mixed charset input data break any xml validation.
Scenario: serving my cvs changelog as an html page, by getting it as xml and then applying an xslt transformation:
( cvs -d /var/my_repo rlog ) | cvs2cl --rcs /var/my_repo --xml --xml-encoding=utf-8 --stdin --stdout | xsltproc /usr/local/etc/cl2html-ciaglia.xslt -
When a CVS repository is accessed from many different operating systems, you will collect log messages with mixed text encoding, say utf-8, iso-8859-1, etc.
cvs2cl will output those messages in a <msg /> tag "as is", letting you choose just one encoding by the --xml-encoding option.
This breaks any xsltproc transformation because of invalid charset.
WORKAROUND: i edited /usr/bin/cvs2cl at line 866 this way:
$text = "<msg><![CDATA[${text}]]></msg>\n";
========
** Affects: cvs2cl (Ubuntu)
Importance: Undecided
Status: New
--
cvs2cl outputs raw log messages without enclosing CDATA section, in xml mode
https://bugs.launchpad.net/bugs/302467
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list