I am wondering about support for Binary files.. Any ideas? plans?
The very first versions of dbXML-Core supported binary storage, and the internal APIs still do it if you bypass the XML system:
Collection.getFiler().readRecord(...) Collection.getFiler().writeRecord(...)
It's just that none of this stuff is exposed by the client server APIs.
-- Tom Bradford - http://www.tbradford.org Architect - XQRL (XQuery Engine) - http://www.xqrl.com Apache Xindice (XML Database) - http://xml.apache.org/xindice Labrador (Web Services Hub) - http://www.notdotnet.org/labrador
