Hello guys & girls
I have a few XML/XSL related questions, some I know we ALL want to ask, but are too shy to expose our ignorance.
I have an ASP application which calls a dll created in VB.
I created an XML Document using the DOM in the VB6 dll and return this xml Document back to the calling function in ASP. Remember, the xml document is held in memory.
I want to display this document on the client side. There is a saved XSL sheet which deals with the formatting in the same folder.
Now for the questions:
1.Can I display this XML document without first having to SAVE it.
2.And how do I display it using the XSL style sheet.
3.Can I use the Document.write xmlDoc menthod to display the data from inside my VBscript Sub?
I DONT want to save this XML document at this point, only later when I need to save it as a PDF file...
Please could someone throw some samplecode at me to see how this is done?
Poor me is struggling with this...B-( (very sad face...)
Len
I have a few XML/XSL related questions, some I know we ALL want to ask, but are too shy to expose our ignorance.
I have an ASP application which calls a dll created in VB.
I created an XML Document using the DOM in the VB6 dll and return this xml Document back to the calling function in ASP. Remember, the xml document is held in memory.
I want to display this document on the client side. There is a saved XSL sheet which deals with the formatting in the same folder.
Now for the questions:
1.Can I display this XML document without first having to SAVE it.
2.And how do I display it using the XSL style sheet.
3.Can I use the Document.write xmlDoc menthod to display the data from inside my VBscript Sub?
I DONT want to save this XML document at this point, only later when I need to save it as a PDF file...
Please could someone throw some samplecode at me to see how this is done?
Poor me is struggling with this...B-( (very sad face...)
Len