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

addParameter method and MSXML

Subject: addParameter method and MSXML
From: "Bruce Rojas-Rennke" <brr@xxxxxxx>
Date: Thu, 21 Aug 2003 18:27:45 -0600
msxml method
Hello,

  I'm getting like no responses to my earlier post asking about passing
var's from-to xsl stylesheets.. so here is a more focused question in that
vein....

Q: what class do I invoke to use the addparameter method with MSXML 4.0 ?

my code below- my question refers to the COM object named 'XSLinput', - what
class should I use there so I can use the addParameter method widdit?
Never mind the Cf bits, code is just shown here to be thorough..

thanks all,
Flashlight
----------------------------------------------------------------------------
---------------
<cfobject type="COM"
          action="create"
          class="MSXML2.FreeThreadedDOMDocument.4.0"
          name="XMLinput">
  <cfset XMLinput.Async = "false">
  <cfset XMLinput.LOAD("http://127.0.0.1/ddm/apAgingDetail_rs.xml")>

 <cfobject type="COM"
           action="create"
           class="MSXML2.DOMDocument.4.0"
           name="XSLinput">
  <cfset XSLinput.Async = "false">
  <cfset XSLinput.LOAD("http://127.0.0.1/ddm/apTransDetail.xslt")>

  <cfset RESULT = XMLinput.TransformNode(XSLinput)>

 <cfoutput>
  #result#
 </cfoutput>


 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.