Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 46369 invoked by uid 500); 6 Sep 2002 09:11:59 -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 Received: (qmail 46358 invoked from network); 6 Sep 2002 09:11:58 -0000 Message-ID: <00d101c25585$c12601a0$a73ca8c0@john> From: "Ganael LAPLANCHE" To: Subject: Link creation problem Date: Fri, 6 Sep 2002 11:13:43 +0200 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_00CE_01C25596.761CCED0" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------=_NextPart_000_00CE_01C25596.761CCED0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi ! I'd like to create a link in a logic sheet, then display it with a = tag. This is the source code :=20 String temp =3D "" + myLink + ""; This should work, but I get an error message if I try to display the = string : -- Open quote is expected for attribute "Href|" -- If I replace < and > by < and > everything is correctly displayed, = but the link isn't interpreted by the browser... Any idea ? Gan. ------=_NextPart_000_00CE_01C25596.761CCED0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
Hi !
 
I'd like to create a link in a logic = sheet, then=20 display it  with a <xsp:expr> tag.
This is the source code :
String temp =3D "<a href=3D\"" + = myLink + "\">" +=20 myLink + "</a>";
This should work, but I get an error = message if I=20 try to display the string :
-- Open quote is expected for attribute = "Href|"=20 --
 
If I replace < and > by &lt; = and &gt;=20 everything is correctly displayed, but the link
isn't interpreted by the = browser...
 
Any idea ?
 
Gan.
------=_NextPart_000_00CE_01C25596.761CCED0--