mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
Add stylesheet header to xml
svn path=/trunk/; revision=16866
This commit is contained in:
parent
be84f5ac52
commit
62104039bc
1 changed files with 1 additions and 0 deletions
|
@ -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>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue