Subject: RE: Passing parameters to XSL using MSXML
From: Gabriel Paiz III <gpaiz@xxxxxxxxx>
Date: Fri, 1 Oct 1999 09:56:35 -0700
|
Re Passing parameters from BOUCHET Sébastien:
>'Current code chunks?
>set xmldoc = CreateObject("Microsoft.XMLDOM")?
>set xsldoc = CreateObject("Microsoft.XMLDOM")
>''Load the docs?
>xmldoc.load(...blah...)?
>xsldoc.load(...blah...)
>''Is there anything like :?
>xsldoc.loadparam("paramname","value") ?????????????????
Since you're opening xmldoc in code, is there the possibility of adding
a few nodes to the document with appendChild before calling
transformNode?? You could then use XSL pattern matching in your
stylesheet to get back the text of the nodes you've added.
__________________________________
Gabriel Paiz III
SPX - Valley Forge T.I.S.
25691 Atlantic Ocean Drive Suite B-7
Lake Forest, CA 92630
USA??? www.vftis.com
__________________________________
Tel:??? (949) 460 0094? ext 113
Fax:??? (949) 460 0095
e-Mail:gpaiz@xxxxxxxxx
__________________________________
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|