Skip to content

Commit

Permalink
Deploy dita-ot/docs@5c53634 to 'dev' docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dita-ot-bot committed Apr 7, 2016
1 parent 118e50b commit 92ae1a1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions dev/dev_ref/plugin-extension-points-xslt-import.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
layout: base
title: "XSLT-import extension points"
index: "../toc.html"
commit: "8786b4809335e16d9cacb3919dfe73af570052dd"
commit: "5c53634298c8e3e67efecf1b549eb0fe5d663704"
---
<nav class="col-md-3" role="toc"><div class="well well-sm"><ul class="bs-docs-sidenav"><li><a href="../index.html">DITA Open Toolkit 2.2</a></li><li><a href="../release-notes/index.html">Release Notes</a></li><li><a href="../getting-started/index.html">Getting Started</a></li><li><a href="../user-guide/index.html">User Guide</a></li><li><a href="../parameters/index.html">Parameter Reference</a></li><li><a href="../dev_ref/index.html">Developer Reference</a><ul class="nav nav-list"><li><a href="../dev_ref/DITA-OTArchitecture.html">DITA-OT Architecture</a></li><li><a href="../dev_ref/extending-the-ot.html">Extending the DITA-OT</a></li><li><a href="../dev_ref/plugin-creating.html">Creating plug-ins</a></li><li><a href="../dev_ref/plugin-extension-points.html">Extension points</a><ul class="nav nav-list"><li><a href="../dev_ref/plugin-extension-points-general.html">General extension points</a></li><li><a href="../dev_ref/plugin-extension-points-pre-processing.html">Pre-processing extension points</a></li><li class="active"><a href="../dev_ref/plugin-extension-points-xslt-import.html">XSLT-import extension points</a></li><li><a href="../dev_ref/plugin-extension-points-xslt-parameters.html">XSLT-parameter extension points</a></li><li><a href="../dev_ref/plugin-extension-points-support.html">Version and support information</a></li><li><a href="../extension-points/all-extension-points.html">All extension points</a></li></ul></li><li><a href="../user-guide/dita2pdf-customization.html">Customizing PDF output</a></li><li><a href="../dev_ref/migration.html">Migrating customizations</a></li><li><a href="../dev_ref/DITA1.2-implementation-dependent-features.html">Implementation dependent features</a></li><li><a href="../dev_ref/extended-functionality.html">Extended functionality</a></li></ul></li></ul></div></nav><main class="col-md-9" role="main">
<h1 class="title topictitle1" id="ariaid-title1">XSLT-import extension points</h1>
Expand Down Expand Up @@ -96,14 +96,13 @@ <h1 class="title topictitle1" id="ariaid-title1">XSLT-import extension points</h
<figure class="fig fignone"><span class="figcap">Figure 2. Contents of the <span class="ph filepath">xsl/header.xsl</span> file</span>

<pre class="pre codeblock"><code>&lt;?xml version="1.0" encoding="UTF-8"?&gt;
&lt;xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;
&lt;xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"&gt;
&lt;xsl:template name="gen-user-header"&gt;
&lt;div&gt;&lt;img src="http://www.example.com/company_banner.jpg"
alt="Example Company Banner"/&gt;&lt;/div&gt;
&lt;div&gt;
&lt;img src="http://www.example.com/company_banner.jpg" alt="Example Company Banner"/&gt;
&lt;/div&gt;
&lt;/xsl:template&gt;
&lt;/xsl:stylesheet&gt;
&lt;/xml&gt;</code></pre>
&lt;/xsl:stylesheet&gt;</code></pre>
</figure>
</div>
</div>
Expand Down

0 comments on commit 92ae1a1

Please sign in to comment.