We have set up an XSLT transformation web service and then invoked using xdmp:http-post; it's not as fast though, as doing the transformations using xquery.

-Mike

David Sewell wrote:
Not yet, although some MarkLogic users have been hoping for this as a
feature in a future release.

It is almost always possible to write XQuery simulations of XSLT
templates using recursive functions with "typeswitch", but XQuery is not
optimized for "push" processing of entire XML documents the way that
XSLT is.

David S.

On Wed, 21 May 2008, Teun van Eijsden wrote:

Is it possible to perform an xslt transformation from within an xquery
function?
Similar to eXist's transform:transfor() function

Thanks in advance, Jaap
_______________________________________________
General mailing list
[email protected]
http://xqzone.com/mailman/listinfo/general

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

Reply via email to