|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] RE: IDENT
> I'm transforming a HTML file to a text file with xsl, and I want to > obtain a plain text, without lines feeds. How I can obtain it? Use <xsl:text> to eliminate all newline characters in the stylesheet that are adjacent to printable text characters, for example: > <xsl:template match="B" mode="special"> > <xsl:text><B></xsl:text> > <xsl:value-of select="."/> > <xsl:text></B> </xsl:text> > </xsl:template> Mike Kay 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








