[xsl] newbie value-of select and xinclude question

Subject: [xsl] newbie value-of select and xinclude question
From: John Moylan <john@xxxxxx>
Date: Mon, 12 Aug 2002 18:22:13 +0100
I have the following xml and xsl stylesheet that I am using xinclude and xpointer with. However, I can not figure out how include the value of <xsl:value-of select="."/> in my xinclude's href attribute. (the $filename variable is only a placeholder for where I want the value-of select to go and is not actually code, although I have tried using $filename as a variable.)

I'm sure that this kind of problem is quite common. Can anybody help me out?

John Moylan

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; version="1.0" xmlns:src="http://xml.apache.org/xindice/Query"; xmlns:xi="http://www.w3.org/2001/XInclude";>
<xsl:template match = "/dailycollection">
<xsl:for-each select = "//@src:key">
<xsl:element name="a">
<xsl:attribute name="href">
<xsl:value-of select="."/>
<xsl:attribute>
<b><xi:include href="http://kun.rte.ie:8080/cocoon/static/$filename#xpointer(//NewsLines/HeadLine)"/></b><br/>
</xsl:element>
</xsl:for-each>
</xsl:template>
</xsl:stylesheet>




<dailycollection>
<Property FormalName="PublicationDate" Value="20020710" xmlns:src="http://xml.apache.org/xindice/Query"; src:col="/db/press" src:key="newsextracts_newsml_20027101020_10746_article_1.xml" />
<Property FormalName="PublicationDate" Value="20020710" xmlns:src="http://xml.apache.org/xindice/Query"; src:col="/db/press" src:key="newsextracts_newsml_20027101020_1074a_article_1.xml" />
<Property FormalName="PublicationDate" Value="20020710" xmlns:src="http://xml.apache.org/xindice/Query"; src:col="/db/press" src:key="newsextracts_newsml_20027101020_10756_article_1.xml" />
<Property FormalName="PublicationDate" Value="20020710" xmlns:src="http://xml.apache.org/xindice/Query"; src:col="/db/press" src:key="newsextracts_newsml_20027101020_10759_article_1.xml" />
<Property FormalName="PublicationDate" Value="20020710" xmlns:src="http://xml.apache.org/xindice/Query"; src:col="/db/press" src:key="newsextracts_newsml_20027101020_1075b_article_1.xml" />
<Property FormalName="PublicationDate" Value="20020710" xmlns:src="http://xml.apache.org/xindice/Query"; src:col="/db/press" src:key="newsextracts_newsml_20027101020_10762_article_1.xml" />
</dailycollection>





****************************************************************************** The information in this e-mail is confidential and may be legally privileged. It is intended solely for the addressee. Access to this e-mail by anyone else is unauthorised. If you are not the intended recipient, any disclosure, copying, distribution, or any action taken or omitted to be taken in reliance on it, is prohibited and may be unlawful. Please note that emails to, from and within RTÉ may be subject to the Freedom of Information Act 1997 and may be liable to disclosure. ******************************************************************************

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


Current Thread