Hong Gia Dinh wrote:
OK sorry i found out!!! ;( the both {name_value} and <xsl:attribute name="value"> . . .
i can display it now!!! just because .... it does not show in the first location of the input field so i cant see it!!!!??!!! but it displays at the far end of the input field!!!!!
how to fix it???
You have whitespace at the beginning and/or at the end of your value. Try:

<input type="text" name="name" value="{normalize-space(name_value)}"/>

Ugo

P.S.: in the future, please post text-only messages to the list (no HTML, thanks) and ask your XSLT questions in an appropriate place, like the Mulberry XSL forum that was suggested by Joerg.


---------------------------------------------------------------------
Please check that your question has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>



Reply via email to