xsl-list
[Top] [All Lists]

Re: [xsl] Input not editable

2006-09-20 03:11:18
m(_dot_)core(_at_)aimconsulting(_dot_)it wrote:
Hi all,

I need to set input not editable in some box i have build with xsl, so i have 
done:

<input valuet="{(_at_)value}" type="text" mode"read">
various attributes here...
</input>

One more thing: valuet is neither an input-element attribute. Note that input is an empty element, meaning that the "various attributes" you are talking about will most likely not be seen by your browser, unless these are <xsl:attribute> elements in xslt, which in turn will be translated to attributes of the input-element.

If you instead, are trying to get a certain "mode" to work in xslt, you can use the mode-attribute of <xsl:apply-templates> and <xsl:template>. If they match, they will be called.

-- Abel Braaksma

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--

<Prev in Thread] Current Thread [Next in Thread>