Yes, you are in the right place :) -----Original Message----- From: Colin Law [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 16, 2003 7:10 AM To: xindice-users@xml.apache.org Subject: Re: storing SVG
On Wed, 2003-07-16 at 13:59, Devrim Ergel wrote: > Do you want to store images as binary files or its metadata? For each cases > you can use Xindice as repository. Perhaps this is where my understanding is letting me down. Ideally I would like to store both the SVG image iteself, and meta data associated with the image within the database. Can I store the SVG itself straight into Xindice, as XML, not a binary file? and then associate metadata with that SVG image through a second, associated document? or perhaps enclosing both within a container document? <doc> <meta data> [...] </meta data> <svg data> [...] </svg data> <doc> I am making huge guesses at how this is supposed to work just now, but any pointers would be appreciated. Thanks, ~Colin.