Re: [xsl] passing values

Subject: Re: [xsl] passing values
From: Colin Paul Adams <colin@xxxxxxxxxxxxxxxxxx>
Date: 11 Sep 2005 08:40:10 +0100
>>>>> "Wassim" == Wassim Mansour <wassimmansour@xxxxxxxxxxx> 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

Current Thread