At the end of XMLUnmarshaller.java there is already some revision code.
Add code for a <content href="..."/> tag or <content>xxxx</content>
and store it using something like:
NodeRevisionContent nodeRevContent = new
NodeRevisionContent();
revision = new NodeRevisionDescriptor(buffer.length);
nodeRevContent.setContent(buffer);
content.create(slideToken, uri, revision, nodeRevContent);
Dirk
Rajkumar Kothapa wrote:
>
> hi dirk,
>
> Do u have any suggestions on how this can be implemented?
>
> thanks,
> rajkumar
>
> -----Original Message-----
> From: Dirk Verbeeck [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, January 03, 2002 2:13 PM
> To: Slide Developers List
> Subject: Re: How to load content when the slide server starts
>
> I don't see any code in XMLUnmarshaller to do that.
> The answer is (I think) not implemented...
>
> Dirk
>
> Rajkumar Kothapa wrote:
> >
> > hi,
> >
> > I need to be able to load content for some uri's at the slide server
> > startup.
> > Is the domain.xml element slide/namespace/data/objectnode/revision/content
> > currently implemented .And what is the format of the url that needs to be
> > used to load the content ?
> >
> > thanks,
> > rajkumar
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>