51Testing软件测试论坛

标题: 哪位高手知道CPPUNIT有没有支持XML解析的内容! [打印本页]

作者: littlewind    时间: 2006-4-10 09:48
标题: 哪位高手知道CPPUNIT有没有支持XML解析的内容!
哪位高手知道CPPUNIT有没有支持XML解析的内容!
作者: zixuxuwu    时间: 2006-4-10 15:52
好像是没有,反正我是没有见过。
作者: likaifan    时间: 2007-8-25 16:20
使用CPPUNIT_NS::XmlOutputter可以实现
//define xsl filename in same folder with xml file
  std::string xsl="report.xsl";
  
  //define xml path
  std::ofstream file( "D:\\Apache Group\\Apache2\\htdocs\\reporter\\tests.xml" );
…………
CPPUNIT_NS::XmlOutputter outputter( &result, file);//输出xml
  outputter.setStyleSheet(xsl);




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2