CVS: main/DOCS/xml README.maintainers,1.5,1.6
Update of /cvsroot/mplayer/main/DOCS/xml In directory mail:/var/tmp.root/cvs-serv24003 Modified Files: README.maintainers Log Message: Document, that chunk.xsl mustn't be included directly. Index: README.maintainers =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/xml/README.maintainers,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- README.maintainers 8 Oct 2003 06:57:33 -0000 1.5 +++ README.maintainers 15 Oct 2003 20:54:38 -0000 1.6 @@ -31,6 +31,10 @@ 'html.xsl'. And do not forget to import the toplevel XSL file: <xsl:import href="../html.xsl"/> + + Note: you mustn't xsl:include or xsl:import chunk.xsl directly! + Including it can (and will) break building of documentation, if chunk.xsl + is installed in the uncommon place. 5) If you wish to change output encoding of generated files, create html.xsl as suggested in step 4) and add somwhere after <xsl:import .../> such string:
participants (1)
-
Dmitry Baryshkov CVS