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]
Other format: [Raw text]

RE: just had a weird idea


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@holylabs.com]
Sent: Thursday, January 31, 2002 6:24 AM
To: xsl-list@lists.mulberrytech.com
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]