$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] unit test framework XML output - CDATA sections?
From: Gennadiy Rozental (rogeeff_at_[hidden])
Date: 2009-11-16 11:29:41
Maróy Ãkos <akos <at> maroy.hu> writes:
> thus, I'd suggest enclosing such output in a CDATA section, that would
> ensure that the generated XML file is indeed always well formed XML. see
> more here: http://www.w3.org/TR/REC-xml/#sec-cdata-sect - but basically
> this would mean printing the failures like this:
>
> <![CDATA[ reason of the failure... ]]>
Make sense. I'll look into fixing this.
Gennadiy.