-----Original Message----- From: Henrik Vendelbo [mailto:[EMAIL PROTECTED] Sent: Saturday, November 01, 2003 6:48 AM To: [email protected] Subject: Re: BinaryResource
It will be when one of us sits down and writes the code. As far as I can see, Xindice is primarily driven by the Cocoon community. And I suppose that they have no use for BinaryResource, so they didnt bother making it yet. It should be quite easy to implement though. Agreed. I am looking into making the effort. Thanks for the reply. ----- Original Message ----- From: "Kurt Kavanaugh" <[EMAIL PROTECTED]> To: "Xindice users (E-mail)" <[email protected]> Sent: Friday, October 31, 2003 8:18 PM Subject: BinaryResource Does anybody know if this is going to be supported? yea or nea. public Resource createResource(String name, String type) throws XMLDBException { if (!"XMLResource".equals(type)) { throw new XMLDBException(ErrorCodes.UNKNOWN_RESOURCE_TYPE, "only XMLResources supported"); Thanks in advance... Kurt
