alanchinese Posted January 15, 2010 Posted January 15, 2010 Hi, I have a request and response queue. I also have an XSLT. I want to receive XML messages, use the XSLT to transform the request, and place the transformed messages into the response queue. Is it possible to perform the above without file IOs? Any recommendation on scalability and performance? Thanks, Alan. Quote
Administrators PlausiblyDamp Posted January 16, 2010 Administrators Posted January 16, 2010 You could read the message contents directly into a XMLDocument and then use an XslTransform that sends it's output to a StringWriter or similar. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.