Programmatically Changing Manifest location
I’ve created an XSD to be used as placeholders in documents. At runtime I’m iterating through the nodes and filling in the correct values. The problem comes that I would like the manifest file to reside on a location that I can’t replicate locally. In my case I have the manifest file stored at http://myco/deployment/manifest.xml, but for the end users it’ll be accessed as http://intranet.theirco/somesite/manifest.xml. What I need to do is develop the document locally on my machine, then replace the manifest location with the Production environment before deployment.
I can’t find a way to change the location of a manifest file using the Word object model. I can change the individual Schema locations, but that defeats my purpose for using the manifest (automatic updates). Is there a way to change the manifest at the individual document level?

