Is there a way to identify an inline function in BaseX?
Hi, In my xquery-program I need to identify an inline function. ( it's a generalized function with a specialized inline function as parameter. The generalized function has to determine which type it's dealing with) I tried annotations but the inspect:function( $f) function doesn't give anything away in case of an inline-function. See attachment. Is there a way to identify inline-functions? Even the namespace of the inline-function would be enough. Thanx, Rob Stapper --- Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus-bescherming actief is. http://www.avast.com
Noted [1]; did I get you right? Christian [1] https://github.com/BaseXdb/basex/issues/921 On Mon, Apr 7, 2014 at 11:43 AM, Rob Stapper <r.stapper@lijbrandt.nl> wrote:
Hi,
In my xquery-program I need to identify an inline function. ( it's a generalized function with a specialized inline function as parameter. The generalized function has to determine which type it's dealing with)
I tried annotations but the inspect:function( $f) function doesn't give anything away in case of an inline-function. See attachment.
Is there a way to identify inline-functions? Even the namespace of the inline-function would be enough.
Thanx,
Rob Stapper
------------------------------ <http://www.avast.com/>
Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus<http://www.avast.com/>actief is.
...finally fixed [1]. Have fun, Christian [1] https://github.com/BaseXdb/basex/issues/921 On Mon, Apr 7, 2014 at 11:43 AM, Rob Stapper <r.stapper@lijbrandt.nl> wrote:
Hi,
In my xquery-program I need to identify an inline function. ( it's a generalized function with a specialized inline function as parameter. The generalized function has to determine which type it's dealing with)
I tried annotations but the inspect:function( $f) function doesn't give anything away in case of an inline-function. See attachment.
Is there a way to identify inline-functions? Even the namespace of the inline-function would be enough.
Thanx,
Rob Stapper
------------------------------ <http://www.avast.com/>
Dit e-mailbericht bevat geen virussen en malware omdat avast! Antivirus<http://www.avast.com/>actief is.
participants (2)
-
Christian Grün -
Rob Stapper