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]
Other format: [Raw text]

Correspondant to HTML "Input box" in XSL


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


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