Re: [Wyonacms-dev] xopus request and response
"Oliver Bedogg" <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.user |
|---|---|
| Message-ID | <[email protected]> |
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
----- 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
>