Re: [basex-talk] Java access to JSON-to-XML transformation

2015-09-29 Thread Christian Grün
Hi Hans-Jürgen, Sure, that's possible. This is one of the entry points [1]. As you already indicated, it's not based on any well-defined API, so it is subject to change. Have you already done some testing what's the current bottleneck in terms of performance (e.g. by using the Java flag

[basex-talk] crypto module with binary files

2015-09-29 Thread Michel Banguerski
Greetings all, I would like to perform cryptographic operations with arbitrary binary files but am unable to figure how to convert the output of file:read-binary() to something that could be processed by crypto:hmac() for example. Can You give me a hint please? TIA Best regards Michel

Re: [basex-talk] crypto module with binary files

2015-09-29 Thread Christian Grün
Hi Michel, As the function only accepts strings as input, you can either explicitly cast your binary item to string – via xs:string($binary)… or contact the author of the module (Claudius Teodorescu) and issue a feature request. HTH, Christian On Tue, Sep 29, 2015 at 2:22 PM, Michel Banguerski

[basex-talk] Origami presentation XML Amsterdam

2015-09-29 Thread Marc van Grootel
Hi, Anyone on the list coming to Amsterdam the 6th of November? We may have some beers together. I will (finally) be presenting on the Origami templating library. I'm still working on it over on Github (in the unstable branch). After a pause in development it was almost completely rewritten.