summaryrefslogtreecommitdiff
path: root/doc/yelp-xsl/C/utils.email_address.page
blob: d73514af9dcff5fd2f6eada424c66155b24bc232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" style="xslt-template" id="utils.email_address">
 <info>
  <link type="guide" xref="utils" group="templates"/>
  <link type="guide" xref="templates" group="utils"/>
  <desc>Get an email address from a mailto URL.</desc>
  <revision version="3.4" date="2012-01-18" status="final"/>
 </info>
 <title>utils.email_address</title>
 <synopsis>
  <title>Parameters</title>
  <terms>
   <item>
    <title><code>$href</code></title>
    <p>The mailto URL.</p>
   </item>
  </terms>
 </synopsis>
 <p>This template takes a mailto URL and returns an email address, stripping the
 URL scheme as well as any query string.</p>
</page>