Hi,

 

I am using NAnt xml listener to output build log in an xml file. I plan to view the xml in internet explorer and apply NAnt xsl for formatting the xml. I would like to specify the following directive in NAnt xml log file:

 

<?xml-stylesheet type="text/xsl" href="">

 

Does anyone have idea on how I can achieve that? I don’t think I can use <xmlpeek> for adding the directive in the xml log file. Another issue is that if I try to modify the file from NAnt itself, the file may be locked.

 

Thanks,

Sandeep

Reply via email to