goba            Sun Aug 11 14:02:58 2002 EDT

  Modified files:              
    /phpdoc/xsl htmlhelp.xsl.in 
  Log:
  Adding special class attribute to differentiate between local
  and web links (for css usage)
  
  
Index: phpdoc/xsl/htmlhelp.xsl.in
diff -u phpdoc/xsl/htmlhelp.xsl.in:1.34 phpdoc/xsl/htmlhelp.xsl.in:1.35
--- phpdoc/xsl/htmlhelp.xsl.in:1.34     Sun Aug  4 10:15:18 2002
+++ phpdoc/xsl/htmlhelp.xsl.in  Sun Aug 11 14:02:57 2002
@@ -3,7 +3,7 @@
 
   HTML Help specific stylesheet
 
-  $Id: htmlhelp.xsl.in,v 1.34 2002/08/04 14:15:18 goba Exp $
+  $Id: htmlhelp.xsl.in,v 1.35 2002/08/11 18:02:57 goba Exp $
 
 -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform";
@@ -170,9 +170,10 @@
 </xsl:template>
 
 <!-- This is the same as in DocBook XSL, except that we
-     print out a &raquo; HTML entity before the link -->
+     print out a &raquo; HTML entity before the link and add
+     a CSS class to the link -->
 <xsl:template match="ulink" name="ulink">
-  <a>
+  <a class="ulink">
     <xsl:if test="@id">
       <xsl:attribute name="name">
         <xsl:value-of select="@id"/>



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to