RE: [xsl] just had a weird idea

Subject: RE: [xsl] just had a weird idea
From: "Kovach, Dave" <dave.kovach@xxxxxxx>
Date: Fri, 1 Feb 2002 07:21:17 +0100
Jonathan,

Can you post the code for this? I would like to see how you
passed node-sets or documents in as PARAMETERS and not using
addObject as in.... using MSXML. 

nodeset = some xml document or something
myProcessor.addObject(objName, nodeset)


Thanks,

David

-----Original Message-----
From: Jonathan Perret [mailto:jonathan@xxxxxxxxxxxx]
Sent: Thursday, January 31, 2002 6:24 AM
To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: [xsl] just had a weird idea


Passing a DOM node or a node-set as a stylesheet parameter works
like a charm with MSXML3 (and presumably MSXML 4).
In one instance I pass one parameter that contains a document,
and another one which is a node-set formed with nodes from
this document. Everything works like you'd expect it to.

Cheers,
--Jonathan



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

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


Current Thread