comparison software/eXist/webapp/mpdl/presentation/functions-text.xsl @ 17:7e883ce72fec

diverse Fehlerbehebungen
author Josef Willenborg <jwillenborg@mpiwg-berlin.mpg.de>
date Tue, 27 Sep 2011 16:41:15 +0200
parents 5589d865af7a
children
comparison
equal deleted inserted replaced
16:257f67be5c00 17:7e883ce72fec
5 xmlns:saxon="http://saxon.sf.net/" 5 xmlns:saxon="http://saxon.sf.net/"
6 xmlns:functx="http://www.functx.com" 6 xmlns:functx="http://www.functx.com"
7 xmlns:text="http://www.mpiwg-berlin.mpg.de/ns/mpdl/text" 7 xmlns:text="http://www.mpiwg-berlin.mpg.de/ns/mpdl/text"
8 xmlns:xs="http://www.w3.org/2001/XMLSchema"> 8 xmlns:xs="http://www.w3.org/2001/XMLSchema">
9 9
10 <xsl:import href="/db/mpdl/presentation/functions-functx.xsl" /> 10 <xsl:import href="/mpdl/presentation/functions-functx.xsl" />
11 11
12 <!-- delivers a concatenation of n chars of the given char --> 12 <!-- delivers a concatenation of n chars of the given char -->
13 <xsl:function name="text:nchars"> 13 <xsl:function name="text:nchars">
14 <xsl:param name="count" as="xs:integer"/> 14 <xsl:param name="count" as="xs:integer"/>
15 <xsl:param name="char" as="xs:string"/> 15 <xsl:param name="char" as="xs:string"/>