You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by Jörg Linke <Li...@t-online.de> on 2003/02/07 16:53:41 UTC

Images

Hi,

i want to use Xindice to store DocBook-like xml-documents. In the first step
i want to store whole documents in the database. That works good by
uploading them with XMLdbGUI.
But, when the document has links to pictures, f.e. in the following way
<mediaobject>
	<imageobject>
		<imagedata fileref="pics/penguin.png"/>
	</imageobject>
</mediaobject>
the pics will not be uploaded.

Are there any concepts/strategies to store pictures in xindice and to
retreave them again?
If not possible at the moment, will there be a release, which support pics?
Has anybody programmed an own solution for this task?

thanx for your comments