comparison DOCS/xml/README.maintainers @ 9953:9e6a41a7d6a8

typos
author diego
date Mon, 21 Apr 2003 00:06:41 +0000
parents 461f71ba8af4
children a2b9b13af73f
comparison
equal deleted inserted replaced
9952:fb4d0658b1b9 9953:9e6a41a7d6a8
30 4) If you want to use a customized XSL stylesheet, create one and name it 30 4) If you want to use a customized XSL stylesheet, create one and name it
31 'html.xsl'. And do not forget to import the toplevel XSL file: 31 'html.xsl'. And do not forget to import the toplevel XSL file:
32 32
33 <xsl:import href="../html.xsl"/> 33 <xsl:import href="../html.xsl"/>
34 34
35 5) If you are using you own HTML stylesheet, edit your Makefile and set 35 5) If you are using your own HTML stylesheet, edit your Makefile and set
36 the HTML_STYLESHEET variable to its name. 36 the HTML_STYLESHEET variable to its name.
37 37
38 That's all, in theory. 38 That's all, in theory.