|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: RE: Troubling passing parameter to xsl:sort via AS
Jessica Hennessey wrote:
I miss some objXmlHttp1.open call here before the send call. set xslt = Server.CreateObject("MSXML2.XSLTemplate") set xslt.stylesheet = xsl Set xslProc = xslt.createProcessor() xslProc.input = objDom xslProc.addParameter "order", request("order") xslProc.transform sOutput = xslProc.output response.write sOutput Not the reason why your approach does not work but consider using xsltProc.output = Response xsltProce.transform here instead of transforming to a string sOutput and Response.writing that string. You will get much less problems with character encodings that way. XSL Code: I think you want something alike <xsl:sort select="*[local-name() = $order]" order="ascending"/> but I am guessing, consider showing use how your job elements look and what you want to order on. -- Martin Honnen http://JavaScript.FAQTs.com/
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Cast Your Vote
We need your help – Vote for DataDirect XML Products!
Winners and finalists announced at SOA World Conference in November. Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|







