[Bug 9070] Invoking XQuery from XSLT

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


Evan Lenz <evan@evanlenz.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |evan@evanlenz.net




--- Comment #4 from Evan Lenz <evan@evanlenz.net>  2010-05-12 18:32:47 ---
I would add:

4. Invoke queries (statically known), e.g., xquery-invoke("query.xqy", $src).
Nice to have would be a third argument or some way to pass parameters (to
initialize external variables in the query).

I know of an implementation (not yet released) that does both #2 and #4 (via an
extension element and extension function, respectively).

For inspiration on possibilities around #3, be sure to refer to:
http://www.jclark.com/xml/construct.html

-- 
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 Wednesday, 12 May 2010 18:32:49 UTC