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]

Passing RTF into an XSL Doc using MSXSL


I am having trouble getting msxsl:node-set($RTF) to work on fragments that 
are passed into the document using:

Set oProcessor = oTemplate.CreateProcessor()
oProcessor.AddParameter "myVarRTF", SomeXMLNodeSet

If I have :
<xsl:param><node>1</node><node>2</node><node>3</node></xsl:param>

at the root level, It converts the default values fine to a node-set, but If 
I pass in values, it doesn't work...I just get 0 values in my node-set, and 
no errors exist.

I have no trouble using this function anywhere internally, but I can't get a 
fragment passed into to convert to a node-set

I'm using MSXML 4.0.  Can anyone help?



_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


 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]