Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 63033 invoked from network); 25 Jul 2000 18:57:56 -0000 Received: from p3e9ec774.dip.t-dialin.net (HELO siteos.de) (62.158.199.116) by locus.apache.org with SMTP; 25 Jul 2000 18:57:56 -0000 Received: from siteos.de (Aragorn.siteos-lokal.de [192.168.1.101]) by siteos.de (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) with ESMTP id UAA09545 for ; Tue, 25 Jul 2000 20:55:51 +0200 Message-ID: <397DE37F.F216FAC0@siteos.de> Date: Tue, 25 Jul 2000 20:59:11 +0200 From: Hans-Guenter Stein Organization: SiteOS AG X-Mailer: Mozilla 4.7 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: "cocoon-users@xml.apache.org" Subject: output escaping Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Could anyone help me with controlling the output of a cocoon xslt: The input looks like: This is <i>italic</i> text. after the xsl-transformation this should result in: This is italic text. The issue is to create html-tags in the output without having the processor to interpret it as an xml-node!! Hans-Guenter