|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] a href problem with XSLT
Hello
I?m using Forrest DirectoryGenerator to browse through pdf files in different folders. For output I use the following xslt stylesheet and everything is fine, accept the <a href /> argument. Output looks like: <li> 171-Regulatory_Interactions.pdf <a href="N109C6">171-Regulatory_Interactions.pdf</a> </li> - <li> 181-Leukemic_Inhibition.pdf <a href="N109CB">181-Leukemic_Inhibition.pdf</a> </li> I want <a href="171-Regulatory_Interactions.pdf">171-Regulatory_Interactions.pdf</a> instead of: <a href="N109C6">171-Regulatory_Interactions.pdf</a> N109C6 is the directory content generated by Forrest.
<!-- here is something wrong --> <a href="{generate-id(.)}">
<xsl:value-of select="."/>
</a>
</xsl:for-each></li> </xsl:template>
<xsl:apply-templates/> </ul> </xsl:template> any ideas? Erik Stunkat
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. 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
|







