Return-Path: Delivered-To: apmail-xml-xindice-users-archive@www.apache.org Received: (qmail 77856 invoked from network); 3 Nov 2003 13:35:35 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 3 Nov 2003 13:35:35 -0000 Received: (qmail 77588 invoked by uid 500); 3 Nov 2003 13:35:02 -0000 Delivered-To: apmail-xml-xindice-users-archive@xml.apache.org Received: (qmail 77525 invoked by uid 500); 3 Nov 2003 13:35:01 -0000 Mailing-List: contact xindice-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: xindice-users@xml.apache.org Delivered-To: mailing list xindice-users@xml.apache.org Received: (qmail 77470 invoked from network); 3 Nov 2003 13:35:01 -0000 Received: from unknown (HELO apollo.teletrol.com) (209.113.186.226) by daedalus.apache.org with SMTP; 3 Nov 2003 13:35:01 -0000 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: BinaryResource X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 Date: Mon, 3 Nov 2003 08:35:01 -0500 Message-ID: <0D88245F608DB048884B553B8184E8F221A2FB@apollo.teletrol.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: BinaryResource Thread-Index: AcOgbguZoTNHZ/uSS3ysRhwPutB7SQBoOFkw From: "Kurt Kavanaugh" To: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N -----Original Message----- From: Henrik Vendelbo [mailto:hvendelbo@bluprints.com] Sent: Saturday, November 01, 2003 6:48 AM To: xindice-users@xml.apache.org 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 -----=20 From: "Kurt Kavanaugh" To: "Xindice users (E-mail)" 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