[XSL-LIST Mailing List Archive Home] [By Thread] [By Date]

[xsl] How do I pass asp sql stream into xslt stylesheet?


Subject: [xsl] How do I pass asp sql stream into xslt stylesheet?
From: "Kovach, Dave" <dave.kovach@xxxxxxx>
Date: Sat, 22 Dec 2001 01:33:17 +0100

Hello,

Currently, I am saving an asp sql stream object as a file
(ado xml persist) and then loading it into the xslt document
via the document(file) function...

Works great etc.

But, how can I just pass the stream object as a dom, nodeset,
or string or something as an attribute to the xslt?

I understand addParameter.paramname,value and use it to pass
values into my xslt, but when I go to pass an msxml dom object or
try and get the xml serialized and pass it as a string... the
xslt errors out saying NOT A VALID nodeset or something.

Would msxsl:node-set (as in <xsl:value-of
select="msxsl:node-set($result)"/>)
help me at all to get the data recognized as a valid nodeset?


Thanks for any help and happy holidays,

Sincerely,

David Kovach 
----------------------------------------------- 
SAPLabs 
HR/Performance Development Team 
Palo Alto, California 
----------------------------------------------- 
650-849-3968 voice 
Location: B1.148 

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



Current Thread
Keywords