Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 22382 invoked by uid 500); 22 May 2001 07:35:36 -0000 Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: cocoon-users@xml.apache.org Delivered-To: mailing list cocoon-users@xml.apache.org Delivered-To: moderator for cocoon-users@xml.apache.org Received: (qmail 12265 invoked from network); 22 May 2001 07:25:59 -0000 Message-ID: <60CE6E97EA46D4118B8B001083F33A3CCAF516@ENETMAIL> From: =?GB2312?B?zLfW0NLiL2VOZXQvvLzK9bK/L834wue/qreitv6yvy/P7sS/vq3A7Q==?= To: "'cocoon-users@xml.apache.org'" Subject: help with disable-output-escaping="yes" Date: Tue, 22 May 2001 15:25:50 +0800 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C0E290.6D69409A" X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N ------_=_NextPart_001_01C0E290.6D69409A Content-Type: text/plain; charset="GB2312" I am using cocoon 1.8.2 to publish web pages My xml data files has many elements, one element may include some html code such as when xsl process it, it didnot show the html code as I hope. I tried to add some code like this ]]> the processed page shows <img src="images/heihei.gif" width="1" height="1"/> I heard with disable-output-escaping="yes" ,I can do it. but after read the faq carefully, I have to send mail you. Hope you can give me some advice ... ------_=_NextPart_001_01C0E290.6D69409A Content-Type: text/html; charset="GB2312" Content-Transfer-Encoding: quoted-printable help with disable-output-escaping=3D"yes"

I am using cocoon 1.8.2 to publish web = pages

My xml data files has many elements, = one element may include some html code

such as <img src=3D"images/c.gif" width=3D"1" height=3D"1"/>

when xsl process it, = it didnot show the html code as I hope.

I tried to add some = code like this
<![CDATA[<img src=3D"images/c.gif" = width=3D"1" height=3D"1"/>]]>

the processed page = shows

&lt;img = src=3D&quot;images/heihei.gif&quot; = width=3D&quot;1&quot; = height=3D&quot;1&quot;/&gt;


I heard with = disable-output-escaping=3D"yes" ,I can do it.

but after read the = faq carefully, I have to send mail you.
Hope you can give = me some advice ...


------_=_NextPart_001_01C0E290.6D69409A--