File: short-biblioentry.dsl

package info (click to toggle)
php-doc 20081024-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 57,752 kB
  • ctags: 3,858
  • sloc: xml: 686,554; php: 19,446; perl: 610; cpp: 500; makefile: 336; sh: 114; awk: 28
file content (30 lines) | stat: -rw-r--r-- 751 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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>