Where and with what tool are you invoking the XSLT ?

 

 

From: [email protected]
[mailto:[email protected]] On Behalf Of mano m
Sent: Wednesday, March 03, 2010 9:33 AM
To: [email protected]
Subject: [MarkLogic Dev General] Access Marklogic API in XSLT file

 

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





________________________________

The INTERNET now has a personality. YOURS! See your Yahoo! Homepage
<http://in.rd.yahoo.com/tagline_yyi_1/*http:/in.yahoo.com/> .

_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

Reply via email to