M
Matt
Dear expert ,
I'm developing an add-in that would bring in word ML content from external
systems and stuff it in the document in the required section . Currently I'm
using the Contentcontrol.Range.InsertXML API to get this content into the
document . However this API only accepts complete Word document XML and not
word ML fragments , currently I'm doing a workaround of having a template
defined from word namespaces and other required content and merge the
fragment to form a complete document before inserting .
Is there a way to include only fragments to document(as long as they are
valid) ? The content are dynamic in nature and building blocks didn't work
quite as good .
Is Office Open XML SDK 2.0 offer any solutions . Any other options ?
I'm developing an add-in that would bring in word ML content from external
systems and stuff it in the document in the required section . Currently I'm
using the Contentcontrol.Range.InsertXML API to get this content into the
document . However this API only accepts complete Word document XML and not
word ML fragments , currently I'm doing a workaround of having a template
defined from word namespaces and other required content and merge the
fragment to form a complete document before inserting .
Is there a way to include only fragments to document(as long as they are
valid) ? The content are dynamic in nature and building blocks didn't work
quite as good .
Is Office Open XML SDK 2.0 offer any solutions . Any other options ?