[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

Re: [xsl] how search end of line in XSL


Subject: Re: [xsl] how search end of line in XSL
From: Florent Georges <darkman_spam@xxxxxxxx>
Date: Wed, 6 Dec 2006 11:11:14 +0100 (CET)

Bkesh wrote:

  Hi

> How search end of line and convert <para> tag.

    <xsl:for-each select="tokenize(., '&_#10;')">
      <para>
        <xsl:value-of select="."/>
      </para>
    </xsl:for-each>

  Regards,

--drkm




















	

	
		
___________________________________________________________________________ 
Yahoo! Mail riinvente le mail ! Dicouvrez le nouveau Yahoo! Mail et son interface rivolutionnaire.
http://fr.mail.yahoo.com


Current Thread