[Mplayer-cvslog] CVS: main/DOCS/xml/pl html-chunk.xsl,NONE,1.1 html-common.xsl,NONE,1.1 Makefile,1.1,1.2 html.xsl,1.2,1.3

Dmitry Baryshkov CVS lumag at mplayerhq.hu
Mon Oct 20 11:56:50 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/xml/pl
In directory mail:/var/tmp.root/cvs-serv21313/pl

Modified Files:
	Makefile html.xsl 
Added Files:
	html-chunk.xsl html-common.xsl 
Log Message:
Add support for building all-in-one HTML docs. (Files go to DOCS/HTML-single)


--- NEW FILE ---
<?xml version="1.0" encoding="ISO-8859-1"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

  <xsl:import href="../html-chunk.xsl"/>
  <xsl:include href="html-common.xsl"/>

</xsl:stylesheet>

--- NEW FILE ---
<?xml version="1.0" encoding="ISO-8859-1"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
  <xsl:output encoding="utf-8"/>

</xsl:stylesheet>

Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/pl/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	15 Oct 2003 16:37:42 -0000	1.1
+++ Makefile	20 Oct 2003 09:56:47 -0000	1.2
@@ -7,4 +7,5 @@
 USE_SYMLINKS = yes
 
 # Dependency information.
-$(HTMLDIR)/index.html: $(wildcard *.xml)
+$(HTMLDIR)/index.html: $(wildcard *.xml) html-common.xsl
+$(HTMLFILE): $(wildcard *.xml) html-common.xsl

Index: html.xsl
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/xml/pl/html.xsl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- html.xsl	15 Oct 2003 21:06:57 -0000	1.2
+++ html.xsl	20 Oct 2003 09:56:47 -0000	1.3
@@ -1,12 +1,8 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="ISO-8859-1"?>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version="1.0">
 
   <xsl:import href="../html.xsl"/>
-  <xsl:param name="chunker.output.encoding" select="'utf-8'"/>
+  <xsl:include href="html-common.xsl"/>
 
 </xsl:stylesheet>
-
-
-
-



More information about the MPlayer-cvslog mailing list