kiekar
12-07-2007, 06:10 AM
Hello,
What I want to do is take the image form the word document, save it to an xml doc file then load it to a sql database table using sqlxmlbulkload.
What I have is a word document with an attached xml schema. The element in the schema is setup as
<element name=’ImageSignature’ type=’xs: base64Binary’ sql:field=’ImageSignature’ sql: datatype=’image’ />
Each time I save the word document as xml and then view the file the binary data for the image is not saved
between the element tags.
Can anyone tell me if this is possible? Any help would be much appreciated.
Regards,
Karl
What I want to do is take the image form the word document, save it to an xml doc file then load it to a sql database table using sqlxmlbulkload.
What I have is a word document with an attached xml schema. The element in the schema is setup as
<element name=’ImageSignature’ type=’xs: base64Binary’ sql:field=’ImageSignature’ sql: datatype=’image’ />
Each time I save the word document as xml and then view the file the binary data for the image is not saved
between the element tags.
Can anyone tell me if this is possible? Any help would be much appreciated.
Regards,
Karl