[prev in list] [next in list] [prev in thread] [next in thread] 

List:       php-gtk-doc
Subject:    [PHP-GTK-DOC] cvs: php-gtk-doc /stylesheets/html autotoc.xsl class.xsl hierarchy.xsl html.xsl lists.
From:       "Steph" <sfox () php ! net>
Date:       2003-12-30 23:43:45
Message-ID: cvssfox1072827825 () cvsserver
[Download RAW message or body]

sfox		Tue Dec 30 18:43:45 2003 EDT

  Modified files:              
    /php-gtk-doc/stylesheets/html	autotoc.xsl class.xsl hierarchy.xsl 
                                 	html.xsl lists.xsl phpweb.xsl.in 
                                 	synop.xsl 
  Log:
  Clearing stray entities.  Thanks to Simon Wheeler.
  
Index: php-gtk-doc/stylesheets/html/autotoc.xsl
diff -u php-gtk-doc/stylesheets/html/autotoc.xsl:1.4 php-gtk-doc/stylesheets/html/autotoc.xsl:1.5
--- php-gtk-doc/stylesheets/html/autotoc.xsl:1.4	Sun Aug  3 13:54:08 2003
+++ php-gtk-doc/stylesheets/html/autotoc.xsl	Tue Dec 30 18:43:45 2003
@@ -1,9 +1,12 @@
 <?xml version='1.0'?>
+<!DOCTYPE xsl:stylesheet [
+<!ENTITY nbsp "&#160;">
+]>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version='1.0'>
 
 <!-- ********************************************************************
-     $Id: autotoc.xsl,v 1.4 2003/08/03 17:54:08 sfox Exp $
+     $Id: autotoc.xsl,v 1.5 2003/12/30 23:43:45 sfox Exp $
      ********************************************************************
 
      This file is part of the XSL DocBook Stylesheet distribution.
@@ -39,7 +42,7 @@
 </xsl:variable>
 
 <xsl:template name="spaceholder">
-  <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
+  <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
 </xsl:template>
 
 <xsl:template name="set.toc">
Index: php-gtk-doc/stylesheets/html/class.xsl
diff -u php-gtk-doc/stylesheets/html/class.xsl:1.7 php-gtk-doc/stylesheets/html/class.xsl:1.8
--- php-gtk-doc/stylesheets/html/class.xsl:1.7	Sun Aug  3 13:54:08 2003
+++ php-gtk-doc/stylesheets/html/class.xsl	Tue Dec 30 18:43:45 2003
@@ -451,9 +451,7 @@
 
  <xsl:template match="method" mode="synoptic.mode">
   <dt>
-  <span dir="ltr">
    <xsl:apply-templates select="./funcsynopsis/funcprototype/funcdef/function" mode="synoptic.mode"/>
-   </span>
   </dt>
   <dd>
      <xsl:call-template name="spaceholder"/>
@@ -495,10 +493,8 @@
 
  <xsl:template match="prop" mode="synoptic.mode">
   <dt>
-  <span dir="ltr">
    <xsl:apply-templates select="./propname" mode="synoptic.mode"/>
    <xsl:text>:</xsl:text>
-   </span>
   </dt>
   <dd>
   <xsl:call-template name="spaceholder"/>
Index: php-gtk-doc/stylesheets/html/hierarchy.xsl
diff -u php-gtk-doc/stylesheets/html/hierarchy.xsl:1.4 php-gtk-doc/stylesheets/html/hierarchy.xsl:1.5
--- php-gtk-doc/stylesheets/html/hierarchy.xsl:1.4	Tue Jun 10 02:17:36 2003
+++ php-gtk-doc/stylesheets/html/hierarchy.xsl	Tue Dec 30 18:43:45 2003
@@ -168,7 +168,7 @@
     <xsl:value-of select="$classname" />
    </a>
    </span>
-   <xsl:call-template name="output.br" />
+   <br/>
   </xsl:when>
   <xsl:otherwise>
    <xsl:value-of select="$bad.hack"/>
Index: php-gtk-doc/stylesheets/html/html.xsl
diff -u php-gtk-doc/stylesheets/html/html.xsl:1.2 php-gtk-doc/stylesheets/html/html.xsl:1.3
--- php-gtk-doc/stylesheets/html/html.xsl:1.2	Thu Jun  5 08:57:44 2003
+++ php-gtk-doc/stylesheets/html/html.xsl	Tue Dec 30 18:43:45 2003
@@ -3,7 +3,7 @@
                 version='1.0'>
 
 <!-- ********************************************************************
-     $Id: html.xsl,v 1.2 2003/06/05 12:57:44 sfox Exp $
+     $Id: html.xsl,v 1.3 2003/12/30 23:43:45 sfox Exp $
      ********************************************************************
 
      This file is part of the XSL DocBook Stylesheet distribution.
@@ -52,9 +52,5 @@
   </xsl:choose>
 </xsl:template>
 
-<xsl:template name="output.br">
- <xsl:text disable-output-escaping="yes">&lt;br&gt;</xsl:text>
-</xsl:template>
-
 </xsl:stylesheet>
 
Index: php-gtk-doc/stylesheets/html/lists.xsl
diff -u php-gtk-doc/stylesheets/html/lists.xsl:1.3 php-gtk-doc/stylesheets/html/lists.xsl:1.4
--- php-gtk-doc/stylesheets/html/lists.xsl:1.3	Fri Jun 13 15:53:21 2003
+++ php-gtk-doc/stylesheets/html/lists.xsl	Tue Dec 30 18:43:45 2003
@@ -1,9 +1,12 @@
 <?xml version='1.0'?>
+<!DOCTYPE xsl:stylesheet [
+<!ENTITY nbsp "&#160;">
+]>
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                 version='1.0'>
 
 <!-- ********************************************************************
-     $Id: lists.xsl,v 1.3 2003/06/13 19:53:21 sfox Exp $
+     $Id: lists.xsl,v 1.4 2003/12/30 23:43:45 sfox Exp $
      ********************************************************************
 
      This file is part of the XSL DocBook Stylesheet distribution.
@@ -312,7 +315,7 @@
               <xsl:text>&#160;</xsl:text>
             </xsl:when>
             <xsl:otherwise>
-              <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
+              <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
             </xsl:otherwise>
           </xsl:choose>
         </xsl:otherwise>
@@ -371,7 +374,7 @@
               <xsl:text>&#160;</xsl:text>
             </xsl:when>
             <xsl:otherwise>
-              <xsl:text disable-output-escaping="yes">&amp;nbsp;</xsl:text>
+              <xsl:text disable-output-escaping="yes">&nbsp;</xsl:text>
             </xsl:otherwise>
           </xsl:choose>
         </xsl:otherwise>
Index: php-gtk-doc/stylesheets/html/phpweb.xsl.in
diff -u php-gtk-doc/stylesheets/html/phpweb.xsl.in:1.6 php-gtk-doc/stylesheets/html/phpweb.xsl.in:1.7
--- php-gtk-doc/stylesheets/html/phpweb.xsl.in:1.6	Sun Aug  3 13:54:08 2003
+++ php-gtk-doc/stylesheets/html/phpweb.xsl.in	Tue Dec 30 18:43:45 2003
@@ -286,7 +286,7 @@
     <xsl:processing-instruction name="php">
      <xsl:value-of select="$new.hack"/>
     </xsl:processing-instruction> 
-    <xsl:text>&nbsp;</xsl:text>
+    &nbsp;
     <span dir="ltr">
      <a>
       <xsl:attribute name="href">
@@ -295,7 +295,7 @@
       <xsl:value-of select="$classname" />
      </a>
     </span>
-    <xsl:call-template name="output.br" />
+    <br/>
    </xsl:when>
    <xsl:otherwise>
     <xsl:processing-instruction name="php">
Index: php-gtk-doc/stylesheets/html/synop.xsl
diff -u php-gtk-doc/stylesheets/html/synop.xsl:1.3 php-gtk-doc/stylesheets/html/synop.xsl:1.4
--- php-gtk-doc/stylesheets/html/synop.xsl:1.3	Tue Jun 10 07:42:20 2003
+++ php-gtk-doc/stylesheets/html/synop.xsl	Tue Dec 30 18:43:45 2003
@@ -7,7 +7,7 @@
                 version='1.0'>
 
 <!-- ********************************************************************
-     $Id: synop.xsl,v 1.3 2003/06/10 11:42:20 sfox Exp $
+     $Id: synop.xsl,v 1.4 2003/12/30 23:43:45 sfox Exp $
      ********************************************************************
 
      This file is part of the XSL DocBook Stylesheet distribution.
@@ -25,9 +25,7 @@
 </xsl:template>
 
 <xsl:template match="funcprototype">
- <span dir="ltr">
   <xsl:apply-templates mode="func.prototype"/>
- </span>
  </xsl:template>
 
  <xsl:template match="funcdef" mode="func.prototype">

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

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic