[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: passing params using asp into wml

Subject: RE: passing params using asp into wml
From: "Chris Bayes" <Chris@xxxxxxxxxxx>
Date: Tue, 10 Apr 2001 09:30:47 +0100
asp params
Andrew,
>Im still struggling to setup searching in wml.  A user selects a
>link from a
>page of wml, which sends a parameter to some asp.  The asp then passes the
>parameter to a stylesheet using ixslprocessor (I think :-)  The error Im
>getting is:
>
>'The parameter is incorrect' line 11 searchwml.asp

It's difficult to tell which is line 11 but I think your problem is
processor.input = xml
You haven't defined xml anywhere by the look of it.
>
>I do something very similar for searching xml on the client side, which
>works, but uses msxml v3 objects.  The host Im using reckons they have
>installed msxml3, but if I use version specific prog ids, nothing works at
>all!

I think they must have or you would get errors before line 11.
You could use my sniffer code from
http://www.bayes.co.uk/xml/index.xml?/xml/utils/msxml_sniffer.htm
with a couple of mods on the server side just to check i.e.
sniffer.msxml2v30.checked = true;
becomes
sniffer_msxml2v30_checked = true;
and
<input type="checkbox" name="msxml" value="ON" disabled>
becomes
<input type="checkbox" name="msxml" value="ON" disabled
<%=(sniffer_msxml2v30_checked?'checked':'')%>>
etc

Ciao Chris

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


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread

PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.