~ubuntu-branches/ubuntu/saucy/docbook-xsl-doc/saucy-proposed

« back to all changes in this revision

Viewing changes to doc/template/star_in_copy.html

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2013-05-26 00:54:15 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20130526005415-uktl1p29syniq984
Tags: 1.78.1-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed field.
  (Standards-Version): Bumped to 3.9.4.
* debian/watch: Updated.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>* (in copy mode)</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�4.�Titlepage Template Stylesheet Reference"><link rel="prev" href="titlepage-before.html" title="t:titlepage-before"><link rel="next" href="attr_star_in_copy.html" title="@* (in copy mode)"><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">* (in copy mode)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="titlepage-before.html">Prev</a>�</td><th width="60%" align="center">Part�4.�Titlepage Template Stylesheet Reference</th><td width="20%" align="right">�<a accesskey="n" href="attr_star_in_copy.html">Next</a></td></tr></table><hr></div><div class="refentry" title="* (in copy mode)"><a name="star_in_copy"></a><div class="titlepage"></div>
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>* (in copy mode)</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.78.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="index.html" title="Part�4.�Titlepage Template Stylesheet Reference"><link rel="prev" href="titlepage-before.html" title="t:titlepage-before"><link rel="next" href="attr_star_in_copy.html" title="@* (in copy mode)"><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">* (in copy mode)</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="titlepage-before.html">Prev</a>�</td><th width="60%" align="center">Part�4.�Titlepage Template Stylesheet Reference</th><td width="20%" align="right">�<a accesskey="n" href="attr_star_in_copy.html">Next</a></td></tr></table><hr></div><div class="refentry"><a name="star_in_copy"></a><div class="titlepage"></div>
2
2
<div class="refnamediv"><h2>* (in copy mode)</h2><p>
3
3
* (in copy mode)
4
4
 &#8212; Copy elements
5
5
</p></div>
6
 
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
 
6
<div class="refsynopsisdiv"><h2>Synopsis</h2>
7
7
<pre class="synopsis">&lt;xsl:template match="*" mode="copy"/&gt;</pre>
8
8
</div>
9
 
<div class="refsect1" title="Description"><a name="id36263110"></a><h2>Description</h2>
 
9
<div class="refsect1"><a name="idp10182112"></a><h2>Description</h2>
10
10
 
11
11
<p>This template simply copies the elements that it applies to
12
12
straight through into the result tree.</p>