goba            Fri Jun  7 15:29:57 2002 EDT

  Modified files:              
    /phpdoc/dsssl       phpweb.dsl.in 
  Log:
  Uh, xml tags should not be in DSSSL comments => use quotes
  Test before commit, test before commit and test before commit.
  
  
  
Index: phpdoc/dsssl/phpweb.dsl.in
diff -u phpdoc/dsssl/phpweb.dsl.in:1.3 phpdoc/dsssl/phpweb.dsl.in:1.4
--- phpdoc/dsssl/phpweb.dsl.in:1.3      Fri Jun  7 15:23:15 2002
+++ phpdoc/dsssl/phpweb.dsl.in  Fri Jun  7 15:29:57 2002
@@ -7,7 +7,7 @@
 
 <!--
 
-  $Id: phpweb.dsl.in,v 1.3 2002/06/07 19:23:15 goba Exp $
+  $Id: phpweb.dsl.in,v 1.4 2002/06/07 19:29:57 goba Exp $
 
   HTML-specific stylesheet customization for use by the online manual.
 
@@ -78,8 +78,8 @@
                (
                        (preferred-title-node
                                (cond
-                                       ;; For <refentry>s search for the first (and 
only one)
-                                       ;; <refname> from the children list of 
<refnamediv> childrens.
+                                       ;; For "refentry"s search for the first (and 
+only one)
+                                       ;; "refname" from the children list of 
+"refnamediv" childrens.
                                        (
                                                (equal? (gi nd) "refentry")
                                                        (node-list-first
@@ -100,7 +100,7 @@
                                )
                        )
                        ;; The title node is the preferred title node, or if
-                       ;; it cannot be find, then then <title> children
+                       ;; it cannot be find, then then "title" children
                        (title-node
                                (if (node-list-empty? preferred-title-node)
                                        (select-elements (children nd) "title")


Reply via email to