[Bug 9070] Invoking XQuery from XSLT

http://www.w3.org/Bugs/Public/show_bug.cgi?id=9070





--- Comment #5 from Michael Kay <mike@saxonica.com>  2010-07-16 14:11:11 ---
Noted that one could simply allow xsl:include/xsl:import to resolve to a query
library module. (Perhaps with a media-type attribute to say what kind of thing
you expect the URI to resolve to.)

One could also extend xsl:evaluate to call XQuery instead of XPath; or a
function to load and execute XQuery from a file. Note the security implications
(injection attacks).

See minutes of today's discussion (member-only).

Need to come back to this later.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 16 July 2010 14:11:14 UTC