Hallo all,
I am sorry that I disturb you again. My XSL works fine but I am having another problem.
I have an external JavaScript which is defined as follows:
<link href="http://dg1-2.internal.epo.org/_test/Huerol/Factiva/factiva_test.
js" lang="javascript" type="text/javascript"/>
I tried to call a function from this script like
<td class="text">
<h3><a><xsl:attribute name="href">javascript
:sendContentRequest(<xsl:num ber value="position()-1" format="1" />,'urn:factiva:developer:v3_0/GetArticle')</xsl:attribute>
<xsl:variable name="headline" select="fcs:headline/fcs:paragraph"/>
<xsl:variable name="cut" select="substring($headline,0,50)"/>
<xsl:variable name="index" select="0"/>
<xsl:value-of select="$cut"/>
</a></h3>
</td>
But it doesn't call the function. Can anyone help me?
Your attitude determines your altitude