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]

How do I pass asp sql stream into xslt stylesheet?


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


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