Jan, It works now, thanks.
Question aside... the import still fails when adding a document referring to an external DTD using assistance of an entity resolver..., i.e.: <!DOCTYPE document PUBLIC "some public id" "system-id.dtd"> whereas the mapping between the PUBLIC identifier and the SYSTEM location of the DTD is stored in a "catalog" file instead of in the XML document. See http://cvs.apache.org/viewcvs.cgi/xml-commons/README.html, http://xml.apache.org/cocoon/userdocs/concepts/catalog.html and http://www.oasis-open.org/committees/entity/ for everything there is to know about entity catalogs. The entity resolver from Norman Walsh (Sun) has become part of xml-commons, and Cocoon includes it, too (using it for its own documentation). Wouldn't it be useful if support for catalogs got added to Xindice? If we do not fully support catalogs, perhaps we could use http://opensource.socialchange.net.au/doctypechanger/ (should also become part of xml-commons) to get rid of the DOCTYPE declaration in a decent way. Regards, </Steven> > -----Original Message----- > From: Jan Metzner [mailto:[EMAIL PROTECTED] > Sent: maandag 18 maart 2002 20:41 > To: [email protected] > Subject: Re: xindice and xincon > > > Am Mon, 2002-03-18 um 14.47 schrieb Wei-Chin Hsieh: > > I had the same problem when I tried to upload files. I > think Jan will > > explain it to us pretty soon. > sorry, i forgot to test the upload through the web interface with the > explorer. the explorer sends the filename of the uploaded > file including > the hole path. > you can download the updated war file and the sources here: > http://www.mucl.de/~jmetzner/xincon/ > > ciao Jan
