Re: [Wyonacms-dev] xopus request and response
Michael Wechner <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.user |
|---|---|
| Message-ID | <[email protected]> |
Oliver Bedogg wrote: > i don´t really thought on how they could be signed but for example with an > attribut: > > <text>hello mister primeminister</text> > not edit-able ==> normal text > <text type="edit">hello mister..</text> > editable > > this could be scanned by the xsl:choose element: > > <xsl:choose> > <xsl:when test="@type = 'edit'"> > // respond editable tags > </xsl:when> > <xsl:otherwise> > // respond un-editable tags > </xsl:otherwise> > </xsl:choose> > > > .. oliver Xopus1.0 does not support that, but there might be a workaround: When you want to edit a document, then Xopus will send a request to the Wyona XopusInterface and the XopusInterface should call a Cocoon pipeline which is generating an "Access Controlled" XML, which will be finally sent to Xopus. When you save it back, then the edited parts should be merged back with the original content! I would have to do some modifications I guess. Although as I know from Lon (Q42) Xopus 2.0 should be able to do what you actually want. So, you might write to him directly and ask him: [email protected] Please let us know the answer. All the best Michael > > > > > > ----- Original Message ----- > From: "Michael Wechner" <[email protected]> > To: "Oliver Bedogg" <[email protected]> > Cc: <[email protected]>; <[email protected]> > Sent: Tuesday, June 04, 2002 11:00 AM > Subject: Re: [Wyonacms-dev] xopus request and response > > > >> >>Oliver Bedogg wrote: >> >> >>>hello all >>> >>> >>> >>>Out of the documentation >>>../wyona-cms/docs/developer-guide/authoring/edit/xopus.html i guess that >>>xopus can only handle whole xml-files. Is it also possible to request >>>only 'signed' xml-tags or is there the need for another request type? >>> >> >>What do you mean by "signed" xml-tags? Can you give an example? >> >>Thanks >> >>Michael >> >> >> >>> >>> >>>greetz >>> >>>oliver >>> >>> >> >> >> >>_______________________________________________ >>WyonaCMS-dev mailing list >>[email protected] >>http://mail.wyona.org/cgi-bin/mailman/listinfo/wyonacms-dev >> >> > > > > > _______________________________________________ > WyonaCMS-dev mailing list > [email protected] > http://mail.wyona.org/cgi-bin/mailman/listinfo/wyonacms-dev >