|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: newline white space
Thanks, Jeni.
This solved my problem for the hyphenated words, but where ever there were
other tags in the string, I lost my spaces.
How can I fix this?
Thanks,
Lisa
<p>This is a <b>bold</b> para­<lb/>
graph.</p>
Displays as:
This is aboldparagraph.
<xsl:template match="text()">
<xsl:value-of select="normalize-space()" />
</xsl:template>
<xsl:template match="lb">
<xsl:variable name="text" select="preceding-sibling::text()[1]" />
<xsl:if test="substring($text, string-length($text)) != '­'">
<fo:inline>
<xsl:text> </xsl:text><xsl:apply-templates />
</fo:inline>
</xsl:if>
</xsl:template>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








