|
Subject: [xsl] dynamic xi:include href attribute From: "Wasiq Shaikh" <wasiq911@xxxxxxxxxxx> Date: Fri, 27 Jun 2008 16:18:03 -0400 |
Is there any way to set the href attribute on <xi:include> using a variable
in XSL? (XSLT-1.0/Xalan-2.7.0)
Example:
<xsl:variable name="path" select="concat($current.doc.path,'CVS\Entries')"/>
<xi:include parse="text" href="{$path}"/>
I get an error from the processor because it's using the literal '{$path}'.
Does Xalan just not support dynamic href attributes? Or is this not even
possible?
I'm open to suggestions get this behaviour working...
Cheers,
WS
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| Re: [xsl] Programatically Generate , Martin Honnen | Thread | RE: [xsl] dynamic xi:include href a, Michael Kay |
| Re: [xsl] LINQ to XML versus XSLT, John Snelson | Date | RE: [xsl] dynamic xi:include href a, Michael Kay |
| Month |