Add stylesheet header to xml

svn path=/trunk/; revision=16866
This commit is contained in:
Casper Hornstrup 2005-07-29 14:36:11 +00:00
parent be84f5ac52
commit 62104039bc

View file

@ -772,6 +772,7 @@ read_input_file(char *input_file)
index = 0;
write_line("<?xml version=\"1.0\" encoding=\"iso-8859-1\" ?>");
write_line("<?xml-stylesheet type=\"text/xsl\" href=\"rapistatus.xsl\"?>");
write_line("");
write_line("<components>");