view DOCS/xml/pl/html-common.xsl @ 20919:8893dbbc62f8

[cosmetics] Fix indentation
author torinthiel
date Tue, 14 Nov 2006 22:10:40 +0000
parents 634b7aa76477
children
line wrap: on
line source

<?xml version="1.0" encoding="ISO-8859-1"?>

<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
                version="1.0">

  <xsl:param name="chunker.output.encoding" select="'iso-8859-2'"/>
  <xsl:output encoding="iso-8859-2"/>
  <xsl:param name="local.l10n.xml" select="document('')"/>
  <l:i18n xmlns:l="http://docbook.sourceforge.net/xmlns/l10n/1.0">
    <l:l10n language="pl">
	  <l:gentext key="NOTE" text="Informacja"/>
	  <l:gentext key="Note" text="Informacja"/>
	  <l:gentext key="note" text="Informacja"/>
	</l:l10n>
  </l:i18n>

</xsl:stylesheet>