Subject: When is xsl:text relevant?
From: Sylvain Hellegouarch <sh@xxxxxxxxxx>
Date: Wed, 8 Jun 2005 14:25:59 +0200
|
Hi,
As I'm not a guru of XSLT, I am surely missing a point but why would I should
use xsl:text?
Look at the following example :
http://www.w3.org/TR/xslt#result-element-stylesheet
Would it make more sense to use :
<p><xsl:text>Total Amount: </xsl:text></p>
Instead of :
<p>Total Amount: </p>
I've red the doc but I'm still not confident on when to use xsl:text.
Thanks for any highlights.
- Sylvain
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
|