You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Ulrich Mayring <ul...@denic.de> on 2001/04/30 16:31:18 UTC

Re: Simple question: Building XML elements in XSP code two ways or only oneway?

Oskar Werewka wrote:
> 
> I wanted to have a function:
> 
>         String getXMLLabels()
> 
> which returns String containing text (many labels):

You must either parse these XML tags and append them to the current
document or use one of the provided functions, that do exactly this.
IIRC util:include-expr is such a thing, so look how it is implemented.

Ulrich

-- 
Ulrich Mayring
DENIC eG, Systementwicklung

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>


Re: Simple question: Building XML elements in XSP code two ways or only oneway?

Posted by Oskar Werewka <ow...@poczta.onet.pl>.
Thanks it is working now ;)

>Oskar Werewka wrote:
> >
> > I wanted to have a function:
> >
> >         String getXMLLabels()
> >
> > which returns String containing text (many labels):
>
>You must either parse these XML tags and append them to the current
>document or use one of the provided functions, that do exactly this.
>IIRC util:include-expr is such a thing, so look how it is implemented.
>
>Ulrich
>
>--
>Ulrich Mayring
>DENIC eG, Systementwicklung
>
>---------------------------------------------------------------------
>Please check that your question has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>
>
>To unsubscribe, e-mail: <co...@xml.apache.org>
>For additional commands, e-mail: <co...@xml.apache.org>



-- 
 

---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faqs.html>

To unsubscribe, e-mail: <co...@xml.apache.org>
For additional commands, e-mail: <co...@xml.apache.org>