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]

RE: how to pass xsl-parameter with clientside processing?


Bart,
Have a look at
http://www.bayes.co.uk/xml/index.xml?/xml/tutorial/paging/paging.xml
With a little modification you can pass all the form fields as params to the
transform.

Ciao Chris

XML/XSL Portal
http://www.bayes.co.uk/xml


>-----Original Message-----
>From: owner-xsl-list@lists.mulberrytech.com
>[mailto:owner-xsl-list@lists.mulberrytech.com]On Behalf Of B. van Hest
>Sent: 03 May 2001 09:29
>To: XSL-List@lists.mulberrytech.com
>Subject: [xsl] how to pass xsl-parameter with clientside processing?
>
>
>Hi,
>
>does anyone know how to pass a stylesheet parameter from a
>html-form to a xml-document and xsl-stylesheet wich are processed
>on the clientside (using Internet Explorer 5/ MSXML3) ???
>
>I know how to handle this with a web-server which can process XML,
>but this is no option in this case ("traveling salesman" with a
>standalone notebook)
>
>Problem description:
>The XML is a static file with product descriptions, in which the
>user can search. I have created a HTML page with a FORM in which
>the user can enter a search text. The form action is the xml-document:
>
><form action="produkten.xml" method="post">
>
>The xsl-stylesheet contains a xsl:param with the search criterium.
>The problem is that i can't find how to set the stylesheet
>parameter with MSXML !!!  (the transformation itself works o.k.,
>but all products are shown)
>
>I have tested the xsl-stylesheet from the DOS-prompt with James
>Clark's XT processor and the selection mechanism is working fine,
>but every xsl-processor seems to work differently with passing
>stylesheet parameters...
>
>thanks, Bart
>
>
> XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
>
>


 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]