xsl-list
[Top] [All Lists]

Re: passing values

2005-09-11 00:40:10
"Wassim" == Wassim Mansour <wassimmansour(_at_)hotmail(_dot_)com> writes:

    Wassim> I have two XML documents, and I'm using XSL to create two
    Wassim> HTML documents from them. I need to filter the nodes in
    Wassim> the second document depending on a value submitted from
    Wassim> the first one. how can I pass this value?  (the first page
    Wassim> is rendered as a search page, and the criteria entered in
    Wassim> this page must be passed to the other document to filter
    Wassim> out unwanted nodes).

Then it's just a case of passing the values in as xsl:param s.
How this is done is XSLT processor specific, so you need to read the
documentation for your processor.
-- 
Colin Adams
Preston Lancashire

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--



<Prev in Thread] Current Thread [Next in Thread>
  • passing values, Wassim Mansour
    • Re: passing values, Colin Paul Adams <=