Return-Path: Delivered-To: apmail-xml-cocoon-users-archive@xml.apache.org Received: (qmail 89214 invoked by uid 500); 17 Dec 2002 02:40:58 -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 89081 invoked from network); 17 Dec 2002 02:40:56 -0000 Message-ID: From: Hong Gia Dinh To: cocoon-users@xml.apache.org Subject: Retrieve value problem Date: Tue, 17 Dec 2002 09:46:34 +0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C2A576.82F1E4D0" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N ------_=_NextPart_001_01C2A576.82F1E4D0 Content-Type: text/plain; charset="iso-8859-2" Hi all I got the problem like this: i have a xsp file having the element : John Smith and a xsl file having a form with the input something like this?
now i want to put the value of the element into the value of the input!! how??? i tried value="{name_value}" but it doesn't display anything in the form! i use in the outside of the input i can print out Jonh Smith but i cant put the tag into the value="<.>" due to '<' and '>' problem! so do you know how to deal with this?? Thanks very mmuch in your help GD ------_=_NextPart_001_01C2A576.82F1E4D0 Content-Type: text/html; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Retrieve value problem

Hi all

I got the problem like this:

i have a xsp file having the element : = <name_value>John Smith</name_value>
and a xsl file having a form with the input = something like this?

<form . . .>
        <input = type=3D"text" name=3D"name" = value=3D"xxx">

now i want to put the value of the element = <name_value> into the value of the input!!
how???

i tried value=3D"{name_value}"
but it doesn't display anything in the form!

i use <xsl:value-of = select=3D"name_value"/> in the outside of the input i can = print out Jonh Smith

but i cant put the tag <xsl:value-of = select=3D"name_value"/> into the = value=3D"<.>" due to '<' and '>' problem! so do = you know how to deal with this??

Thanks very mmuch in your help
GD

------_=_NextPart_001_01C2A576.82F1E4D0--