blob: 92c3487cfedcc3d905a211dc7f6f8d8f425da6b2 (
plain)
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
|
<!DOCTYPE html PUBLIC "-//XML-DEV//DTD XHTML RDDL 1.0//EN"
"http://www.w3.org/2001/rddl/rddl-xhtml.dtd" >
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:rddl="http://www.rddl.org/" xml:lang="en">
<head>
<title>clufter Namespace</title>
</head>
<body>
<h1><code>clufter</code> Namespace</h1>
<p>Note: resources are being published as they (continually) emerge.</p>
<h2>Common tags</h2>
<div>
<dl>
<dt><code>clufter:snippet</code></dt>
<dd>
<dl>
<dt><em>content</em></dt>
<dd>
either application-specific, <code>clufter</code> or top-level/special XSL tags
or their combination
</dd>
</dl>
<p>
used in the internal <code>clufter</code> logic, not intended
for direct usage
</p>
</dd>
<dt><code>clufter:recursion</code></dt>
<dd>
<dl>
<dt><code>at</code></dt>
<dd>
the target of the recursion
(optional, defaults to <code>*</code> under the hood)
</dd>
<dt><em>content</em></dt>
<dd>
(empty)
</dd>
</dl>
<p>
triggers the recursion (in the XSLT sense)
</p>
</dd>
<dt><code>clufter:message</code></dt>
<dd>
<dl>
<dt><code>prefix</code></dt>
<dd>
additional prefix to enable fine-grained filtering of the messages later on
(optional, defaults to <code>''</code> under the hood)
</dd>
<dt><em>content</em></dt>
<dd>
the actual message
</dd>
</dl>
<p>
custom wrapper for <code>xsl:message</code> so that correct messages
can be picked up later on (from presumably chaotic soup of messages)
</p>
</dd>
</dl>
</div>
<div>
<p>
contact: <code>jpokorny at redhat dot com</code>
<br/>
last change: <code>2013-01-10</code>
</p>
</div>
</body>
</html>
|