google搜索 51Testing站内搜索                    软件测试门户 | 软件测试培 训 | 文章资料精选 | 软件测试论坛 | 软件测试博客 | 测试招聘求职 
打印

哪位高手知道CPPUNIT有没有支持XML解析的内容!

哪位高手知道CPPUNIT有没有支持XML解析的内容!


哪位高手知道CPPUNIT有没有支持XML解析的内容!

TOP

好像是没有,反正我是没有见过。

TOP

使用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);

TOP

 
当前时区 GMT+8, 现在时间是 2008-8-30 12:00Copyright(C)上海博为峰软件技术有限公司 2001-2007 电话:021-64471599-8017
当您在访问网站、论坛及博客过程中遇到问题时可发送email:webmaster@51testing.com或发送论坛短信至管理员风在吹