goba            Sun Feb 10 12:28:34 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Exclude result prefixes for added table generator namespaces,
  add class attribute for our own textual admonition template
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.17 phpdoc/xsl/htmlhelp.xsl.in:1.18
--- phpdoc/xsl/htmlhelp.xsl.in:1.17     Sun Feb 10 11:15:35 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Sun Feb 10 12:28:34 2002
@@ -3,12 +3,13 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.17 2002/02/10 16:15:35 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.18 2002/02/10 17:28:34 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
                 xmlns:stbl="http://nwalsh.com/xslt/ext/com.nwalsh.saxon.Table";
                 xmlns:xtbl="com.nwalsh.xalan.Table"
+                exclude-result-prefixes="stbl xtbl"
                 version="1.0">
 
 <xsl:import href="htmlhelp-db.xsl"/>
@@ -418,7 +419,7 @@
 
 <!-- output formal object titles enclosed in <h3> tags -->
 <xsl:template name="formal.object.heading">
-  <h3>
+  <h3 class="formalhead">
     <xsl:call-template name="anchor"/>
     <xsl:apply-templates select="." mode="object.title.markup">
       <xsl:with-param name="allow-anchors" select="1"/>


Reply via email to