~ubuntu-branches/ubuntu/maverick/lire/maverick

« back to all changes in this revision

Viewing changes to all/lib/xml/stylesheet/xsl/config.xsl.in

  • Committer: Bazaar Package Importer
  • Author(s): Joost van Baal
  • Date: 2002-04-11 23:36:21 UTC
  • Revision ID: james.westby@ubuntu.com-20020411233621-rj3dbr7z5wulfd7z
Tags: upstream-20020214
ImportĀ upstreamĀ versionĀ 20020214

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<xsl:stylesheet version="1.0"
 
3
  xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
 
4
 
 
5
  <!-- Variables that can be overriden on the command line of 
 
6
       XSLT processor 
 
7
  -->
 
8
  <xsl:variable name="pkgdatadir" select="'@prefix@/share/@PACKAGE@'"/>
 
9
  <xsl:variable name="descriptionsdir" select="concat( $pkgdatadir, '/descriptions')"/>
 
10
 
 
11
  <xsl:variable name="debug" select="false()"/>
 
12
 
 
13
  <!-- Control userlevel of the description -->
 
14
  <xsl:variable name="userlevel" select="'normal'"/>
 
15
 
 
16
  <!-- Control selection of the description based on the target user -->
 
17
  <xsl:variable name="target-user" select="'sysadmin'"/>
 
18
</xsl:stylesheet>
 
19
<!-- 
 
20
Keep this comment at the end of the file
 
21
Local variables:
 
22
mode: xml
 
23
sgml-indent-step: 2
 
24
End:
 
25
-->