blob: d641aefaf56b42f22e5fc3cd9252bbfe454a8e42 (
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
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>General Library Templates</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference Documentation"><link rel="up" href="index.html" title="Part 1. XSL Library Template Reference"><link rel="prev" href="index.html" title="Part 1. XSL Library Template Reference"><link rel="next" href="dot.count.html" title="dot.count"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">General Library Templates</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><th width="60%" align="center">Part 1. XSL Library Template Reference</th><td width="20%" align="right"> <a accesskey="n" href="dot.count.html">Next</a></td></tr></table><hr></div><div class="reference" title="General Library Templates"><div class="titlepage"><div><div><h1 class="title"><a name="generallibrary"></a>General Library Templates</h1></div></div><hr></div><div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="dot.count.html">dot.count</a></span><span class="refpurpose"> — Returns the number of <span class="quote">“<span class="quote">.</span>”</span> characters in a string</span></dt><dt><span class="refentrytitle"><a href="copy-string.html">copy-string</a></span><span class="refpurpose"> — Returns <span class="quote">“<span class="quote">count</span>”</span> copies of a string</span></dt><dt><span class="refentrytitle"><a href="string.subst.html">string.subst</a></span><span class="refpurpose"> — Substitute one text string for another in a string</span></dt><dt><span class="refentrytitle"><a href="xpointer.idref.html">xpointer.idref</a></span><span class="refpurpose"> — Extract IDREF from an XPointer</span></dt><dt><span class="refentrytitle"><a href="length-magnitude.html">length-magnitude</a></span><span class="refpurpose"> — Return the unqualified dimension from a length specification</span></dt><dt><span class="refentrytitle"><a href="length-units.html">length-units</a></span><span class="refpurpose"> — Return the units from a length specification</span></dt><dt><span class="refentrytitle"><a href="length-spec.html">length-spec</a></span><span class="refpurpose"> — Return a fully qualified length specification</span></dt><dt><span class="refentrytitle"><a href="length-in-points.html">length-in-points</a></span><span class="refpurpose"> — Returns the size, in points, of a specified length</span></dt><dt><span class="refentrytitle"><a href="pi-attribute.html">pi-attribute</a></span><span class="refpurpose"> — Extract a pseudo-attribute from a PI</span></dt><dt><span class="refentrytitle"><a href="lookup.key.html">lookup.key</a></span><span class="refpurpose"> — Retrieve the value associated with a particular key in a table</span></dt><dt><span class="refentrytitle"><a href="xpath.location.html">xpath.location</a></span><span class="refpurpose"> — Calculate the XPath child-sequence to the current node</span></dt><dt><span class="refentrytitle"><a href="comment-escape-string.html">comment-escape-string</a></span><span class="refpurpose"> — Prepare a string for inclusion in an XML comment</span></dt><dt><span class="refentrytitle"><a href="comment-escape-string.recursive.html">comment-escape-string.recursive</a></span><span class="refpurpose"> — Internal function used by comment-escape-string</span></dt><dt><span class="refentrytitle"><a href="trim.text.html">trim.text</a></span><span class="refpurpose"> — Trim leading and trailing whitespace from a text node</span></dt><dt><span class="refentrytitle"><a href="str.tokenize.keep.delimiters.html">str.tokenize.keep.delimiters</a></span><span class="refpurpose"> — Tokenize a string while preserving any delimiters</span></dt><dt><span class="refentrytitle"><a href="apply-string-subst-map.html">apply-string-subst-map</a></span><span class="refpurpose"> — Apply a string-substitution map</span></dt></dl></div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="index.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="index.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="dot.count.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">Part 1. XSL Library Template Reference </td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top"> dot.count</td></tr></table></div></body></html>
|