hholzgra Mon Sep 15 05:47:58 2003 EDT
Modified files:
/phpdoc/dsssl common.dsl.in
Log:
render <sgmltag> as tag
Index: phpdoc/dsssl/common.dsl.in
diff -u phpdoc/dsssl/common.dsl.in:1.7 phpdoc/dsssl/common.dsl.in:1.8
--- phpdoc/dsssl/common.dsl.in:1.7 Thu Jun 19 11:56:31 2003
+++ phpdoc/dsssl/common.dsl.in Mon Sep 15 05:47:57 2003
@@ -1,6 +1,6 @@
;; -*- Scheme -*-
;;
-;; $Id: common.dsl.in,v 1.7 2003/06/19 15:56:31 hholzgra Exp $
+;; $Id: common.dsl.in,v 1.8 2003/09/15 09:47:57 hholzgra Exp $
;;
;; This file contains stylesheet customization common to the HTML
;; and print versions.
@@ -244,4 +244,12 @@
)
)
+;; render SGML tags
+(element sgmltag
+ (make sequence
+ ($bold-seq$ (literal "<"))
+ ($bold-seq$ (process-children))
+ ($bold-seq$ (literal ">"))
+ )
+)