summaryrefslogtreecommitdiffstats
path: root/stylesheets/dsssl-1.79/contrib/html/short-biblioentry.dsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/dsssl-1.79/contrib/html/short-biblioentry.dsl')
-rw-r--r--stylesheets/dsssl-1.79/contrib/html/short-biblioentry.dsl30
1 files changed, 30 insertions, 0 deletions
diff --git a/stylesheets/dsssl-1.79/contrib/html/short-biblioentry.dsl b/stylesheets/dsssl-1.79/contrib/html/short-biblioentry.dsl
new file mode 100644
index 0000000..87d1b10
--- a/dev/null
+++ b/stylesheets/dsssl-1.79/contrib/html/short-biblioentry.dsl
@@ -0,0 +1,30 @@
+<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
+<!ENTITY docbook.dsl PUBLIC "-//Norman Walsh//DOCUMENT DocBook HTML Stylesheet//EN" CDATA DSSSL>
+]>
+
+<style-sheet>
+<style-specification id="docbook-plain" use="docbook">
+<style-specification-body>
+
+(define (biblioentry-inline-elements)
+ (list (normalize "abbrev")
+ (normalize "title")
+ (normalize "subtitle")
+ (normalize "author")
+ (normalize "authorgroup")
+ (normalize "copyright")
+ (normalize "date")
+ (normalize "edition")
+ (normalize "pagenums")
+ (normalize "pubdate")
+ (normalize "publisher")))
+
+(define (biblioentry-block-elements)
+ '())
+
+</style-specification-body>
+</style-specification>
+
+<external-specification id="docbook" document="docbook.dsl">
+
+</style-sheet>