RE: [xsl] xml and xslt to html attribute problems

Subject: RE: [xsl] xml and xslt to html attribute problems
From: Jarno.Elovirta@xxxxxxxxx
Date: Wed, 29 Oct 2003 12:23:29 +0200
Hi,

> @Jarno: Thanks for your hint. The 
 is working fine. You  
> recommended me to read the FAQ how to replace the linefeed. 
> Which FAQ? 
> Do you have a hyperlink on that?

The XSL FAQ <http://www.dpawson.co.uk/xsl/xslfaq.html>, in particular <http://www.dpawson.co.uk/xsl/sect2/break.html#d2323e76>. Just copy Jeni's template and use it in your stylesheet with

  <td>
    <xsl:call-template name="substitute">
      <xsl:with-param name="string" select="@name" />
    </xsl:call-template>
  </td>

Cheers,

Jarno - Velvet Acid Christ: Zix Zix Zix (666 mix)

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread