Hi,

Peter Christoph Alexander Bär wrote:
> Regarding this thread
>
> http://www.mail-archive.com/cocoon-users@xml.apache.org/msg08169.html
>
> I forgot to mention that I also tried to solve the problem with the XSLT
> instruction
>
>       <xsl:output method=text/>
>
> but it is apparently ignored by Cocoon and its components.
>
> Somewhere on this list I found a hint that this intentional by design.
> Now, ok: Surrounding my text with XML tags is unacceptable for us,
> and the XSLT solution doesn't work, because it is considered bad
> design.

Use a TextSerializer instead of <xsl:output method=text/>.
Output is the job of a serializer not a transformer.

--
Martin Holz  <[EMAIL PROTECTED]>  phone: 0049-30-39977 218 
FIZ CHEMIE BERLIN


---------------------------------------------------------------------
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: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>

Reply via email to