Hi all,
I invoked below transformation query to transform the xml with xslt.
*xdmp:xslt-invoke("example.xsl", $doc, (), ())*
In example.xsl contains below contents.
*<xsl:template match="CaseRef">*
* <xsl:variable xmlns:encoder="xalan://java.net.URLEncoder"
name="urlEncodedCit"*
* select="encoder:encode( substring( string(@href),2))"/>*
*<xsl:value-of select="$urlEncodedCit"/>*
*</xsl:template>*
But the marklogic query console returned file without any tags. It seems to
me that, the file is not transformed correctly.
Can anyone help me to solve the issue.
Thanks,
Best Regards,
$.Gowth@m
_______________________________________________
General mailing list
[email protected]
http://developer.marklogic.com/mailman/listinfo/general