Subject: Re: passing parameters to javascript
From: Peter Flynn <peter@xxxxxxxxxxx>
Date: Mon, 19 Mar 2001 23:00:32 +0000
|
On Mon, 19 Mar 2001, Alex Reuter wrote:
> How do I make the following work:
> <a href="javascript:glossary(xsl:selectvaluehere)">
> where xsl:selectvaluehere needs to pull out a piece of data from an xml file
> in any manner possible.
It depends on the nature of what you expect back from the XML
file: a word, a string of unmarked text, a whole element,
complete with start-tag and end-tag, or a whole structure like
a section, which may have arbitrarily much text and elements in
it.
///Peter
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|