Re: [basex-talk] feedback for RESTXQ and pure XML

2012-05-13 Thread Christian Grün
> Are you talking about the restxq.xqm "Helo World" example? ...right. ___ BaseX-Talk mailing list BaseX-Talk@mailman.uni-konstanz.de https://mailman.uni-konstanz.de/mailman/listinfo/basex-talk

Re: [basex-talk] feedback for RESTXQ and pure XML

2012-05-13 Thread Philippe Rathé
Hello Christian, Looks enough for me to start my work. I'm quite excited by the technology. And you guys seem quite active on RESTXQ. Thanks. > Many BaseX distributions (such as the ZIP package) include some simple > RESTXQ example code, which you may use as inspiration. For further > information

Re: [basex-talk] feedback for RESTXQ and pure XML

2012-05-13 Thread Christian Grün
Hi Philippe, > I would like to know best practices for using RESTXQ for pure XML Web > services, in my case AtomPub. as RESTXQ is still pretty fresh, and as BaseX is still the first implementation (the one from eXist will follow soon, thanks to Adam!), it’s probably too early to talk about best p

[basex-talk] feedback for RESTXQ and pure XML

2012-05-13 Thread Philippe Rathé
Hello, I would like to know best practices for using RESTXQ for pure XML Web services, in my case AtomPub. First I was surprised that using "rest:produces" in the following line did not produces the specified media-type. But instead "application/xml" %rest:produces("application/atomsvc+xml")