~ubuntu-branches/ubuntu/lucid/gnome-doc-utils/lucid

« back to all changes in this revision

Viewing changes to doc/xslt/de/utils.xml

  • Committer: Bazaar Package Importer
  • Author(s): James Westby
  • Date: 2009-06-28 17:52:11 UTC
  • mfrom: (1.1.25 upstream)
  • Revision ID: james.westby@ubuntu.com-20090628175211-eugw8makts9fxlv6
Tags: 0.17.2-0ubuntu1
* New upstream release.
  - Added build magic for Mallard documents
  - Fixed various validity errors in the Mallard spec
  - Created a (not yet complete) DocBook->Mallard reference
  - Fixed various problems with the Mallard RNG schema
  - Various additions to (still incomplete) Mallard spec
  - Fixed DocBook menuchoice seperator in RTL, #579278
  - Install xml2po modes in /usr/lib/python2.x/ to respect FHS, #528099
    (Arun Raghavan)
  - Remove ending dot in translator-credits comment [xml2po], #398541
    (Claude Peroz)
  - Make all xml2po modes inherit from basic mode (Claude Peroz)
  - Fixed typos in xml2po man page, #586089 (Claude Peroz)
* Add python-libxml2 to Build-Depends, as it is now needed at build time
  as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<section id="S__utils"><title>Common XSLT Utilities</title>
 
3
  <remark>Describe this module</remark>
 
4
  <variablelist><title>Templates</title><varlistentry><term><link linkend="T__utils_strip_newlines"><function>utils.strip_newlines</function></link></term><listitem><para>Strips leading or trailing newlines from a string</para></listitem></varlistentry></variablelist><refentry id="T__utils_strip_newlines"><indexterm><primary>utils.strip_newlines</primary></indexterm><refnamediv><refname><function>utils.strip_newlines</function></refname><refpurpose>Strips leading or trailing newlines from a string</refpurpose></refnamediv><refsection><title>Parameters</title><variablelist><varlistentry><term><parameter>string</parameter></term><listitem><para>The string to strip newlines from</para></listitem></varlistentry><varlistentry><term><parameter>leading</parameter></term><listitem><para>Whether to strip leading newlines</para></listitem></varlistentry><varlistentry><term><parameter>trailing</parameter></term><listitem><para>Whether to strip trailing newlines</para></listitem></varlistentry></variablelist></refsection><refsection><title>Description</title>
 
5
  <para>This template strips at most one leading and one trailing newline from
 
6
  <parameter>string</parameter>.  This is useful for preformatted block elements where leading and
 
7
  trailing newlines are ignored to make source formatting easier for authors.</para>
 
8
  </refsection></refentry></section>