[Virtuoso-users] Parameter added in cartridge functions in VOS 7

2013-09-02 Thread Mirko Madon
Hello, I have noticed, that all cartridge functions in VOS 7 have one extra parameter and that the old functions, that don't have this patameter don't get called by the sponger. I have some cartridge functions that I have created in VOS 6.1, and they didn't get called by the sponger when I copied

[Virtuoso-users] Can not get value from my xml when creating rdf with xsl

2012-12-12 Thread Mirko Madon
Hello, I have a problem extracting value from my xml when creating rdf with xsl. I have no problems getting value of or , it is just that is causing me problems. Here is my xml file: CODE: SELECT ALL Ti

Re: [Virtuoso-users] dbg_printf does not print to console

2012-11-22 Thread Mirko Madon
; > Just tried on Win7 with the bat from above and I can see the following > output on the server console after calling your procedure: > > > > Start function > > Value:4 > > Best Regards, > Rumi > > > - Original Message - > *From:* Mirko Madon >

[Virtuoso-users] dbg_printf does not print to console

2012-11-22 Thread Mirko Madon
Hello. I have a simple test function from which I want to write some debug strings to my virtuoso console, but I can not get it to work. CODE: SELECT ALLcreate procedure DB.DBA.TEST1() { --pl_debug+ declare x, y any; dbg_print