xsl-list
[Top] [All Lists]

Re: [xsl] Displaying one section of XML file at a time -- posting again

2006-03-27 16:00:43
<h2>
<a href='javascript:void(0);' onClick="toggle('$id')">
                                                                   ^^^^

I think you're trying to do attribute value templates.  See
http://www.w3.org/TR/xslt#attribute-value-templates.

And the quick answer is:
<a href='javascript:void(0);' onClick="toggle('{$id}')">
sorry about that.

Jon Gorman

--~------------------------------------------------------------------
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>
--~--