How do I transform xml serverside with data coming from a da

webmasterbeta

New Member
Hello,I have a question. Don't know if it's possible though (and my english isnot that good....)I hava an .asp that queries a database.I create xml from the recordset but don't want to write it to an .xml ondisk (would be overwritten soon)nor can I write it to the client (doesn'thave IE5).Instead I want the server to transform the result directly to the clientusing an existing xsl-stylesheet.Something like this:source.load(sourceFile)---->where sourcefile is in memorysource.load(styleFile)Response.Write(source.transformNode(style))Is this possible or is there another way to transform generated xml serverside?Thank you for reading!Anette
 
Back
Top