xsl-list
[Top] [All Lists]

Correspondant to HTML "Input box" in XSL

2002-08-29 11:51:36
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



<Prev in Thread] Current Thread [Next in Thread>
  • Correspondant to HTML "Input box" in XSL, Technik <=