Subject:StyleSheet as a Template Problems Author:Christian Bryan Date:14 Mar 2005 12:20 PM
Hi <br>
<br>
I have put a HTML style sheetsheet tag in a separate XSL file which <br>
is included in all my other XSL pages for a global stylesheet etc.<br>
<br>
But stylus studio keeps clearing the file. and changing the tag from<br>
<br>
<style><br>
<br>
body {<br>
background-color: #D7E7EF;<br>
background-repeat: no-repeat;<br>
font-family: Arial, Helvetica, sans-serif;<br>
<br>
}<br>
<br>
</style><br>
<br>
TO<br>
<br>
</style> <br>
<br>
<br>
Any ideas.<br>
<br>
At the moment i make the style.xsl file read-only to stop it doing it !<br>
<br>
TIA<br>
<br>
Christian.