From commons-user-return-8180-apmail-jakarta-commons-user-archive=jakarta.apache.org@jakarta.apache.org Tue Jul 06 08:01:06 2004 Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 76684 invoked from network); 6 Jul 2004 08:01:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jul 2004 08:01:05 -0000 Received: (qmail 54192 invoked by uid 500); 6 Jul 2004 08:01:11 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 54105 invoked by uid 500); 6 Jul 2004 08:01:10 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 54073 invoked by uid 99); 6 Jul 2004 08:01:10 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=MIME_QP_LONG_LINE X-Spam-Check-By: apache.org Received: from [134.96.188.10] (HELO corp-200.dfki.uni-sb.de) (134.96.188.10) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 06 Jul 2004 01:01:09 -0700 Received: from corp-200.dfki.uni-sb.de (IDENT:root@localhost [127.0.0.1]) by corp-200.dfki.uni-sb.de (8.12.10/8.12.9) with ESMTP id i6680bkD007400 for ; Tue, 6 Jul 2004 10:00:37 +0200 (MET DST) Received: from [IPv6:::1] (hal.dfki.uni-sb.de [134.96.184.85]) by corp-200.dfki.uni-sb.de (8.12.10/8.12.6) with ESMTP id i6680bir007396 for ; Tue, 6 Jul 2004 10:00:37 +0200 (MET DST) Mime-Version: 1.0 (Apple Message framework v618) In-Reply-To: References: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Message-Id: <902867B7-CF22-11D8-86A6-000A95C50B1C@activemath.org> Content-Transfer-Encoding: quoted-printable From: Paul Libbrecht Subject: Re: [jelly]Tags in strings Date: Tue, 6 Jul 2004 10:00:36 +0200 To: "Jakarta Commons Users List" X-Mailer: Apple Mail (2.618) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Well, this seems to be a bug but after thinking of it, it's not one ! My XML Content will load the content "My XML Content" as XML... if you want the string=20= "<" in there, it has to be passed as < (otherwise it couldn't pass=20 the "<" of the tags). Here's two ways to do what you probably want: This is just a=20 simple test. But be careful if running this from maven, the parser might bite you:=20 any ant or werkz tag can be written in the no-namespace world. WHich=20 means that you can't safely input "" as part of that. Maybe, to suit your needs, you would wish something like the very dirty=20= "disable-output-escaping" attribute of XSLT... you'll need to file a=20 feature request, hopefully with a patch. paul Le 3-Jul-04, =E0 21:40 Uhr, Peter Nabbefeld a =E9crit : > I've tried the following: > > method=3D"showMessageDialog"> > > This=20= > is just a simpletest.]]> > value=3D"${help.browser.error.message}"/> > > > I've got all the tags escaped ("<html> ...") - why? > > Kind regards > > Peter Nabbefeld > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: commons-user-help@jakarta.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org