summaryrefslogtreecommitdiffstats
path: root/misc/ns-clufter.html
blob: 680f2ebdb8524a255e2470adafad51a884621dc7 (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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
<!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:comment</code></dt>
      <dd>
      </dd>
      <dd>
        <dl>
          <dt><em>content</em></dt>
          <dd>
            message (directly or through nested XSLT instructions) to be
            (eventually) emitted at given location as an XML comment
          </dd>
        </dl>
        <p>
          &quot;protected&quot; variant of standard <code>xsl:comment</code>
          XSLT instruction;
          used in the internal <code>clufter</code> logic, not intended
          for direct usage
        </p>
      </dd>
      <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:descent</code></dt>
      <dd>
        <dl>
          <dt><code>at</code></dt>
          <dd>
            the target of the descent
            (optional, defaults to <code>*</code> under the hood)
          </dd>
          <dt><em>content</em></dt>
          <dd>
            (empty)
          </dd>
        </dl>
        <p>
          triggers the descent/recursion (in the XSLT sense)
        </p>
      </dd>
      <dt><code>clufter:descent-mix</code></dt>
      <dd>
        <dl>
          <dt><code>at</code></dt>
          <dd>
            the target of the descent
            (optional, defaults to <code>*</code> under the hood)
          </dd>
          <dt><code>preserve-rest</code></dt>
          <dd>
            whether to stand also for identity transform capturing anything
            without more specific pattern to be matched:
            <code>false</code> (default), <code>true</code>
          </dd>
          <dt><em>content</em></dt>
          <dd>
            (empty)
          </dd>
        </dl>
        <p>
          triggers the descent/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>&apos;&apos;</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);
          currently unused/unimplemented
        </p>
      </dd>
    </dl> 
  </div>
  <div>
    <p>
      contact: <code>jpokorny at redhat dot com</code>
      <br/>
      last change: <code>2014-10-13</code>
    </p>
  </div>
</body>
</html>