Has anyone had experience using:
<% ResponseContentType="application/msword" %>
to send msword content from asp pages?
I'm trying to figure out a way to "send" the proper document template (.dot file) so it gets attached to the document opened in Word by the client.
So far, it seems that the HREF for
<w:AttachedTemplate HRef="location of template goes here"></w:AttachedTemplate>
(xml stuff as child to w:WordDocument) cannot be a web address.
(btw, I've been able to specify web addresses for other items like the header.htm file for headers, footnote separator, footnote continuation separators, etc. in the style section and also for images - .png and .gif - used in the document in the v: xml namespace)
Any thoughts?
<% ResponseContentType="application/msword" %>
to send msword content from asp pages?
I'm trying to figure out a way to "send" the proper document template (.dot file) so it gets attached to the document opened in Word by the client.
So far, it seems that the HREF for
<w:AttachedTemplate HRef="location of template goes here"></w:AttachedTemplate>
(xml stuff as child to w:WordDocument) cannot be a web address.
(btw, I've been able to specify web addresses for other items like the header.htm file for headers, footnote separator, footnote continuation separators, etc. in the style section and also for images - .png and .gif - used in the document in the v: xml namespace)
Any thoughts?