It's just xml. Write it out using whatever print function you want...<br><br>In ctest, the site headers of the xml files are written out in the file Source/cmCTest.cxx, by the function:<br><br> void cmCTest::StartXML(std::ostream& ostr, bool append)<br>
<br><br>HTH,<br>David<br><br><br><div class="gmail_quote">On Fri, May 13, 2011 at 8:09 AM, Marcin Szczur <span dir="ltr"><<a href="mailto:szczur@bury.com">szczur@bury.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi<br>
<br>
I'm going to customize CDash and I want to submit some additional xml files to CDash. I would like to equip those files with<br>
<br>
"<Site BuildName= ... "<br>
<br>
section that is contained on the top within other submitted xml files like: Build.xml, Coverage.xml etc. Is there some standard way to accomplish this goal, or I have to provide this solution by hand and write cmake script.<br>
<br>
<br>
Thx<br>
M<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the CMake FAQ at: <a href="http://www.cmake.org/Wiki/CMake_FAQ" target="_blank">http://www.cmake.org/Wiki/CMake_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.cmake.org/mailman/listinfo/cmake" target="_blank">http://www.cmake.org/mailman/listinfo/cmake</a><br>
</blockquote></div><br>