techtonik               Mon Oct 18 16:11:14 2004 EDT

  Added files:                 
    /phpdoc/xsl htmlhelp-config.xsl.in 

  Modified files:              
    /phpdoc/xsl .cvsignore htmlhelp.xsl.in 
  Log:
  move configure/able htmlhelp params into separate file
  
http://cvs.php.net/diff.php/phpdoc/xsl/.cvsignore?r1=1.6&r2=1.7&ty=u
Index: phpdoc/xsl/.cvsignore
diff -u phpdoc/xsl/.cvsignore:1.6 phpdoc/xsl/.cvsignore:1.7
--- phpdoc/xsl/.cvsignore:1.6   Mon Sep 20 08:14:14 2004
+++ phpdoc/xsl/.cvsignore       Mon Oct 18 16:11:13 2004
@@ -1,2 +1,3 @@
+htmlhelp-config.xsl
 htmlhelp.xsl
 param_html.xsl
http://cvs.php.net/diff.php/phpdoc/xsl/htmlhelp.xsl.in?r1=1.35&r2=1.36&ty=u
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.35 phpdoc/xsl/htmlhelp.xsl.in:1.36
--- phpdoc/xsl/htmlhelp.xsl.in:1.35     Sun Aug 11 14:02:57 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Mon Oct 18 16:11:13 2004
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.35 2002/08/11 18:02:57 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.36 2004/10/18 20:11:13 techtonik Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -15,14 +15,10 @@
 <xsl:import href="htmlhelp-db.xsl"/>
 <xsl:import href="html-common.xsl"/>
 
+<xsl:include href="htmlhelp-config.xsl"/>
+
 <xsl:param name="base.dir" select="'htmlhelp/html/'"/>
 <xsl:param name="use.id.as.filename" select="1"/>
-<xsl:param name="htmlhelp.encoding" select="'@HTMLHELP_ENCODING@'"/>
-<xsl:param name="default.encoding" select="'@HTMLHELP_ENCODING@'"/>
-<xsl:param name="htmlhelp.chm" select="'[EMAIL PROTECTED]@.chm'"/>
-<xsl:param name="htmlhelp.hhp" select="'[EMAIL PROTECTED]@.hhp'"/>
-<xsl:param name="htmlhelp.hhc" select="'[EMAIL PROTECTED]@.hhc'"/>
-<xsl:param name="htmlhelp.hhk" select="'[EMAIL PROTECTED]@.hhk'"/>
 <xsl:param name="saxon.character.representation" select="'native'"/>
 
 <xsl:param name="ulink.target" select="'_blank'"/>

http://cvs.php.net/co.php/phpdoc/xsl/htmlhelp-config.xsl.in?r=1.1&p=1
Index: phpdoc/xsl/htmlhelp-config.xsl.in
+++ phpdoc/xsl/htmlhelp-config.xsl.in
<?xml version="1.0"?>
<!-- 

  htmlhelp-config.xsl: Parameters generated by the configure-script

  $Id: htmlhelp-config.xsl.in,v 1.1 2004/10/18 20:11:13 techtonik Exp $

-->

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

<xsl:param name="htmlhelp.encoding" select="'@HTMLHELP_ENCODING@'"/>
<xsl:param name="default.encoding" select="'@HTMLHELP_ENCODING@'"/>
<xsl:param name="htmlhelp.chm" select="'[EMAIL PROTECTED]@.chm'"/>
<xsl:param name="htmlhelp.hhp" select="'[EMAIL PROTECTED]@.hhp'"/>
<xsl:param name="htmlhelp.hhc" select="'[EMAIL PROTECTED]@.hhc'"/>
<xsl:param name="htmlhelp.hhk" select="'[EMAIL PROTECTED]@.hhk'"/>

</xsl:stylesheet>

Reply via email to