Lines 808-814
Link Here
|
808 |
<xsl:with-param name="text"> |
808 |
<xsl:with-param name="text"> |
809 |
<xsl:call-template name="replace-substring"> |
809 |
<xsl:call-template name="replace-substring"> |
810 |
<xsl:with-param name="value" |
810 |
<xsl:with-param name="value" |
811 |
select="translate($text,' ',' ')" /> |
811 |
select="$text" /> |
812 |
<xsl:with-param name="from" select="'	'" /> |
812 |
<xsl:with-param name="from" select="'	'" /> |
813 |
<xsl:with-param name="to" |
813 |
<xsl:with-param name="to" |
814 |
select="'        '" /> |
814 |
select="'        '" /> |
815 |
- |
|
|