Support for styled html output (CSS) added

git-svn-id: https://brutex.net/svn/xservices/trunk@157 e7e49efb-446e-492e-b9ec-fcafc1997a86
xservices-jre6
Brian Rosenberger 2014-06-15 07:50:25 +00:00
parent e62784a0d5
commit bf6af8a056
2 changed files with 7 additions and 0 deletions

View File

@ -32,7 +32,9 @@
<factory name="${xalan}" /> <factory name="${xalan}" />
<param name="base.dir" expression="${htmldir}/" /> <param name="base.dir" expression="${htmldir}/" />
<param name="use.id.as.filename" expression="1" /> <param name="use.id.as.filename" expression="1" />
<param name="html.stylesheet" expression="style.css" />
</xslt> </xslt>
<copy file="${docbooksource}/style.css" overwrite="true" tofile="${htmldir}/style.css" />
</target> </target>
<target name="create-webdoc" depends="clean-doc, merge"> <target name="create-webdoc" depends="clean-doc, merge">

5
doc/style.css Normal file
View File

@ -0,0 +1,5 @@
pre.programlisting {
background-color: #FFFF99 ;
border: 1px solid #006600 ;
}