|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] newbie value-of select and xinclude question
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>
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|

Cart








