Hi Vincent,

> (# db:chop false #) { let $xslt := doc('stylesheet.xsl')
> return xslt:transform-text($doc, $xslt) }

I should be sufficient to pass on the filename to the XSLT processor:

  xslt:transform-text($doc, 'stylesheet.xsl')

You can do the same with the document input.

If you, or someone else in this discussion, is interested in extending
our documentation on the specifics of our XSLT Module – which does not
really cover those details yet – please don't hesitate ;)

Christian

Reply via email to