~ubuntu-branches/debian/sid/libembperl-perl/sid

« back to all changes in this revision

Viewing changes to eg/web/db/news/pod.xsl

  • Committer: Bazaar Package Importer
  • Author(s): Angus Lees
  • Date: 2004-02-15 14:23:39 UTC
  • Revision ID: james.westby@ubuntu.com-20040215142339-n21gqf7mx9tmyb8d
Tags: upstream-2.0b10
ImportĀ upstreamĀ versionĀ 2.0b10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding="ISO-8859-1" ?>
 
2
 
 
3
 
 
4
<xsl:stylesheet version="1.0"
 
5
                xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
 
6
                xmlns="http://www.w3.org/TR/xhtml1/strict">
 
7
 
 
8
    <xsl:include href="../pod.xsl"/>
 
9
 
 
10
    <!-- - - - - Root - - - - -->
 
11
 
 
12
    <xsl:template match="/">                         
 
13
        <xsl:call-template name="header1line">
 
14
            <xsl:with-param name="txt" select="/pod/head/title"/>
 
15
        </xsl:call-template>
 
16
        <xsl:apply-templates select="/pod/sect1"/> 
 
17
 
 
18
    </xsl:template>
 
19
 
 
20
 
 
21
</xsl:stylesheet> 
 
 
b'\\ No newline at end of file'