This is the mail archive of the docbook-apps@lists.oasis-open.org mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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,



------------------------------------------------------------------
To unsubscribe from this elist send a message with the single word
"unsubscribe" in the body to: docbook-apps-request@lists.oasis-open.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]