[topbraid-users] SparqlMotion XSLT...passing arguments to the processor

2010-07-06 Thread Gerrick Bivins
Hi, I'm experimenting with xslt processing and sparqlmotion. I was moving along pretty well until I needed to pass arguments to the processor. Is this possible? Do I need to write my own SM module (java)? TIA Gerrick -- You received this message because you are subscribed to the Google Group "Top

Re: [topbraid-users] SparqlMotion XSLT...passing arguments to the processor

2010-07-06 Thread Gokhan Soydan
Hi Gerrick, Currently, it is not possible to pass custom XSLT arguments to the XSLT processor in ConvertXMLByXSLT module. We might have it in the future. An interesting alternative way is to use "smf:exec" function. You could either find in the SM Pallette under "Functions" as "exec" or use i

Re: [topbraid-users] SparqlMotion XSLT...passing arguments to the processor

2010-07-06 Thread Gerrick Bivins
Hello Gokhan, I thought about this but I couldn't quite figure out the syntax (do you have an example?). Also, I wasn't sure how to call xlstproc/saxon/xalan (does it need to be accessible on the system or can I use whatever tbc is using?). Gerrick On Tue, Jul 6, 2010 at 5:46 PM, Gokhan Soydan wr

Re: [topbraid-users] SparqlMotion XSLT...passing arguments to the processor

2010-07-06 Thread Gokhan Soydan
Gerrick, The SM module in TBC uses the Saxon jar inside org.topbraid.lib.saxon in TBC. This is a professional edition Saxon. You might be able to access this through TBC API in Java (I have to double-check on this), and not externally. If you can use your own Saxon jar (there is a basic edit