File: quickref.dsl.in

package info (click to toggle)
php-doc 20061001-1
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 45,764 kB
  • ctags: 1,611
  • sloc: xml: 502,485; php: 7,645; cpp: 500; makefile: 297; perl: 161; sh: 141; awk: 28
file content (46 lines) | stat: -rw-r--r-- 1,092 bytes parent folder | download | duplicates (3)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE style-sheet PUBLIC "-//James Clark//DTD DSSSL Style Sheet//EN" [
<!ENTITY docbook.dsl SYSTEM "@DOCBOOK_HTML@" CDATA DSSSL>
]>

<!--

  $Id: quickref.dsl.in,v 1.1 2002/01/06 15:42:27 hholzgra Exp $

  Stylesheet for extracting a quick reference of all functions.

-->

<style-sheet>
<style-specification id="docbook-php-funcref" use="docbook">
<style-specification-body>

(declare-flow-object-class element
  "UNREGISTERED::James Clark//Flow Object Class::element")

(define nochunks #t)
(define newline "\U-000D")

(element refentry (process-children))
(element refnamediv (process-children))
(element refname
  (make sequence
    (literal (data (current-node)))
    (literal " - ")))
(element refpurpose
  (make sequence
    (literal (string-replace
	      (data (current-node)) "&#13;" " "))
    (literal newline)))

(element book (process-children))
(element part (process-children))
(element reference (process-children))

(default (empty-sosofo))

</style-specification-body>
</style-specification>

<external-specification id="docbook" document="docbook.dsl">

</style-sheet>