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.
----- Original Message ----- From: "Kurt Kavanaugh" <[EMAIL PROTECTED]> To: "Xindice users (E-mail)" <xindice-users@xml.apache.org> 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