vote up 0 vote down star

Hi,

I want to use the Saxon-B XQuery class in my ASP.Net website. But my hosting-provider supports only applications in Medium trust level.

Does someone know if it's possible to use Saxon-B and IKVM.Net in a medium trust level environment?

Or is there a good alternative XQuery engine for a ASP.Net application in a medium trust level environment?

Thanks!

flag

Nobody knows an alternative? – hoest Jul 4 at 7:56
There is a lack of XSLT 2.0 and XQuery implementations for .NET. The only ones I've dealt with of are Saxon, and Altova XML (the latter is a COM component, so it won't solve your problem). There seems to be a new kid on the block - XQSharp (xqsharp.com/xqsharp) - might be worth a look, but I've no idea how good that is, and whether it will do what you want. – Pavel Minaev Jul 27 at 20:10
Indead, I'm trying xqsharp.com at the moment. And I'm liking it. Curious when it will become a stable release. Also found thisone on CodePlex: qm.codeplex.com – hoest Jul 29 at 15:08

1 Answer

vote up 0 vote down check

The XQSharp XQuery API for .NET has now been released.

link|flag
Thanks, I 've noticed! Too bad it has become a commercial product :( – hoest Sep 9 at 6:36
Whilst it is a commercial product, it is still free for non-commercial use. – Oliver Hallam Sep 14 at 22:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.