Hi,
 
Do we able to access the marklogic api in xslt file?
 
For example : To evaluate the path attribute value in xslt file.I have tried 
the following sample.But it doesnt worked out.
 
<xsl:template match="/search:response">
<table>
<tr>
<td>
<a href="Document.html">
xdmp:eval(<xsl:value-of select="./search:match/@path"/>)
</a>
</td>
</tr>
</table>
</xsl:template>
</xsl:stylesheet>
 
 
Regards,
Mano



      Your Mail works best with the New Yahoo Optimized IE8. Get it NOW! 
http://downloads.yahoo.com/in/internetexplorer/
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to