View Single Post
  #3   Report Post  
Posted to microsoft.public.word.docmanagement
Jay Freedman Jay Freedman is offline
external usenet poster
 
Posts: 9,854
Default What are XML "data stores" and "bindings" in Word 2007?

On Tue, 19 Feb 2008 17:00:02 -0800, funnybroad wrote:

I am reviewing the list of "Features Impacted by Compatibility Mode" (at this
link:
http://technet2.microsoft.com/Office....mspx?mfr=true )

Under Word, it mentions:
Custom XML Data sto New to the Open XML Formats, custom-defined XML
information can be stored as a separate component within the Open XML
Formats, to help organizations include content from their own data sources,
using their own languages............The XML data store is removed during
conversion, and XML data and content within XML bindings are permanently
converted to text.

I have searched microsoft.com, as well as "Help" within Word 2007, and I
can't find anything that uses the terms "Custom XML Data Store" or "XML
bindings"

Can someone please translate these for me, and tell me what feature(s) the
resource kit article is really referring to?

Thanks!!


If you look a couple of pages earlier in that same tech reference,
http://technet2.microsoft.com/Office....mspx?mfr=true
you'll see that an Office 2007-format file is really a zip file containing a
group of XML files. It's possible to add a "custom XML part" to that group, and
then it's also possible to "bind" (associate) things in the visible document --
properties and content controls -- to the nodes in that XML part.

To do this, you need a pretty good slug of VBA expertise. Or you can use the
tool that MVP Greg Maxey makes available at
http://gregmaxey.mvps.org/Mapped_Content_Control.htm.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit.