RE: Xerces URI does not handle JAR scheme?

2005-01-06 Thread Cory Prowse
Apologies for the patch against CVS HEAD, it's not useful.    -- Cory -Original Message-From: Cory Prowse Sent: Friday, 7 January 2005 10:34 AMTo: [EMAIL PROTECTED]; Xerces-J-Dev (E-mail)Subject: RE: Xerces URI does not handle JAR scheme?Unfortunately that is not an o

RE: Xerces URI does not handle JAR scheme?

2005-01-06 Thread Cory Prowse
hursday, 6 January 2005 6:53 PM To: [EMAIL PROTECTED] Subject: Re: Xerces URI does not handle JAR scheme? Seems like it would be a lot simpler to stop using query strings in your jar URIs. Bob Foster Cory Prowse wrote: > Yup this refers to Xerces because of the internal implemen

RE: Xerces URI does not handle JAR scheme?

2005-01-06 Thread Cory Prowse
xample is suspicious. How did 'repository.dtd' become 'repository.xml'? Why did you cast base to URI? Bob Foster Cory Prowse wrote: > I have an application that loads resources from an embedded zip file.  > This is done via a protocol handler, so the following URI is

Xerces URI does not handle JAR scheme?

2005-01-05 Thread Cory Prowse
Title: Xerces URI does not handle JAR scheme? I have an application that loads resources from an embedded zip file.  This is done via a protocol handler, so the following URI is obtained:   jar:embeddedzipfile:file:/home/cprowse/data.zip?lib/config.jar!/repository.xml Which follows the no