Re: [Cppunit-devel] xml-stylesheet for CppUnit::XmlOutputter
Brought to you by:
blep
From: Baptiste L. <gai...@fr...> - 2002-04-13 19:30:10
|
----- Original Message ----- From: "FUKUDA, Fumiki" <ep...@ba...> To: "Baptiste Lepilleur" <gai...@fr...>; <cpp...@li...> Sent: Saturday, April 13, 2002 9:15 PM Subject: Re: [Cppunit-devel] xml-stylesheet for CppUnit::XmlOutputter > > Though, IE won't display the node contents (is seems that xsl:value-of > > doesn't work, it can't even print the statistics) ! > > hmmm... I'm afraid your IE can not hanlde Japanese-charset:'shift_jis'... > I can see it. I changed the encoding to ISO-8859-1in both xml and xsl file. Also Changed the font name in the style. Font is not the problem. IE display "No failed test" which means its fall back on the otherwise close. Since it displays the Statistics array (but keep it empty), it means that it managed to match a "Statistics" node, and as such decode some of the XML file... > > > Well, anyway, I just modified XmlOutputter to produce a cleaner output > > (indented, and one line tagging for node with content). > thanks. > > by the way, > 1: '...Sucess..' needs to be corrected to '...Success...' ? I'll fix that. > 2: TextTestRunner.cpp missing in project 'cppunit_dll' @1.9.0 And that too. Thanks, Baptiste. |