[xsl] Correspondant to HTML "Input box" in XSL

Subject: [xsl] Correspondant to HTML "Input box" in XSL
From: "Technik" <technik@xxxxxxxxxxxxxxxxxx>
Date: Thu, 29 Aug 2002 20:51:36 +0200
Concerning the following problem I couldn find any suiting examples to adapt
to my use:

XML instance:

<list>
 <item att="a" />
 <item att="b" />
 <item att="a" />
 <item att="z" />
 <item att="z" />
</list>

The XSL  is designed in order to show me all items depending on the value of
"att", e.g. all elements with att="a".

Question: How can I pass the parameter "a" (or "b" or "z" or "pippo") to the
XSL in order to have it select the appropriate items?

Matthias


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread