Open XML Document in Word from stream of bytes

W

WordNerd

Hi,

Quick question. I have a database containing a text/memo field, which
contains an XML encoded word document. I don't want to write out the text
stream to a file and then open it conventional means. I would prefer to
locate an object with an interface capable of accept an XML text stream
rather and render the document accordingly.

Is there any way to accomplish this?

Dev Env:
- VB 6.0 SP5
- Word 2003 SP2
- Windows XP SP2
 
Top