OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

docbook-apps message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Subject: Re: DOCBOOK-APPS: Solution to funky TOCs in HTML Help...


At 21:36 13/08/01 +0200, Jirka Kosek wrote:

>They are usefull, but in XSLT there is no easy way to strip leading and
>trailing new-line from
>
><xxx>
>foo
>bar
></xxx>

<xsl:template match="xxx">
   <xsl:value-of select="normalize-space(text())"/>
</xsl:template>

should do this,




[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [Elist Home]


Powered by eList eXpress LLC