Bita Shadgar wrote:

> Hi,
>
> Is there any possibility in slide to inheritance the property. In fact,
> I have got a lots of files which they have the same properties, I am
> thinking about inheritance of properties rather than saving all these
> properties in the slide store which will be a mass of redundant data.
>
> Indeed, is any possibility in slide to address a part of a file, like
> what we have done with HTML files by addressing like file#part1.
>
> Any help is appreciated,
> Bita.

WebDAV and slide don't have support for inheritance on properties
but you could make a special store that returns the properties of /a and
/a/b
when you ask the properties of /a/b.

Same thing with splitting up a large xml into its elements.
You could make a content store that splits /test.xml
(<test><a><b/></a></test>)
into a structure like /test/a/b
When you retrieve test.xml the store could reassemble the file.
/test/a.xml would then return <a><b/></a>

I don't think you should use "file#part1", you could get problems sending
the complete URL.


Dirk

Reply via email to