This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: passing parameters to javascript


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]