xsl-list
[Top] [All Lists]

When is xsl:text relevant?

2005-06-08 05:25:59
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.


--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--