PLD-Guide pld-guide.xspp,1.7,1.8

Artur Wróblewski wrobell w tldp.org
Wto, 11 Cze 2002, 19:34:10 CEST


Module name:    PLD-Guide
Changes by:     wrobell

Changed RCS file: /cvsroot/LDP/guide/docbook/PLD-Guide/stylesheet/pld-guide.xspp,v
----------------------------
revision 1.8
date: 2002/06/11 17:34:07;  author: wrobell;  state: Exp;  lines: +6 -2
- split example and section title processing -> example title rendered with
  h6 tag
 

Index: pld-guide.xspp
===================================================================
RCS file: /cvsroot/LDP/guide/docbook/PLD-Guide/stylesheet/pld-guide.xspp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pld-guide.xspp	5 Jun 2002 16:59:21 -0000	1.7
+++ pld-guide.xspp	11 Jun 2002 17:34:07 -0000	1.8
@@ -303,8 +303,12 @@
 
 mode "sec" {
   template "*" {}
-  template "section|example" {
+  template "section" {
     <h2>v{title}</h2>
+    apply;
+  }
+  template "example" {
+    <h6>v{title}</h6>
     apply;
   }
   template "orderedlist" {



Więcej informacji o liście dyskusyjnej pld-doc