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
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>Relative URI Functions</title><link rel="stylesheet" href="reference.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: ReferenceDocumentation"><link rel="up" href="index.html" title="Part1.XSL Library Template Reference"><link rel="prev" href="apply-string-subst-map.html" title="apply-string-subst-map"><link rel="next" href="count.uri.path.depth.html" title="count.uri.path.depth"><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">Relative URI Functions</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="apply-string-subst-map.html">Prev</a></td><th width="60%" align="center">Part1.XSL Library Template Reference</th><td width="20%" align="right"><a accesskey="n" href="count.uri.path.depth.html">Next</a></td></tr></table><hr></div><div class="reference" title="Relative URI Functions"><div class="titlepage"><div><div><h1 class="title"><a name="relativeuri"></a>Relative URI Functions</h1></div></div><hr></div>
<div class="partintro" title="Introduction"><div><div><div><h1 class="title"><a name="partintro"></a>Introduction</h1></div></div></div>
<p>These functions manipulate relative URI references.</p>
<p>The following assumptions must hold true:</p>
<div class="orderedlist"><ol class="orderedlist" type="1"><li class="listitem">
<p>All URIs are relative.</p>
</li><li class="listitem">
<p>No URI contains the <span class="quote">“<span class="quote"><code class="literal">../</code></span>”</span> sequence
which would effectively move <span class="quote">“<span class="quote">up</span>”</span> the hierarchy.</p>
</li></ol></div>
<p>If these assumptions do not hold, the results are unpredictable.</p>
<div class="toc"><p><b>Table of Contents</b></p><dl><dt><span class="refentrytitle"><a href="count.uri.path.depth.html">count.uri.path.depth</a></span><span class="refpurpose"> — Count the number of path components in a relative URI</span></dt><dt><span class="refentrytitle"><a href="trim.common.uri.paths.html">trim.common.uri.paths</a></span><span class="refpurpose"> — Trim common leading path components from a relative URI</span></dt></dl></div></div>
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="apply-string-subst-map.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="count.uri.path.depth.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">apply-string-subst-map</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">count.uri.path.depth</td></tr></table></div></body></html>
|