|
Subject: [xsl] String evaluation problem From: Fadi Qutaishat <fadi_taher2000@xxxxxxxxx> Date: Wed, 19 Oct 2005 03:53:39 -0700 (PDT) |
Hi all,
I have the following situation:
<?xml version="1.0"?>
<!DOCTYPE xsl:stylesheet [
<!ENTITY continue1 "general explanations">
]>
<xsl:stylesheet version="1.0"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="login">
<test><xsl:value-of
select="concat('&',substring('continue(1)',1,8),substring('continue(1)',10,1),';')"/></test>
</xsl:template>
</xsl:stylesheet>
The output would be <test>&continue1;</test> but it
does not get evaluated to be "general explanations" as
defined in the above !DOCTYPE.
Any Ideas ?
Many thanks,
Fadi
__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Problem Tagging Several W, UlyLee | Thread | Re: [xsl] String evaluation problem, andrew welch |
| [xsl] Problem Tagging Several Words, UlyLee | Date | Re: [xsl] String evaluation problem, andrew welch |
| Month |