Word 2007 allows XML schemas to be attached to a document (under the Developer toolbar | XML group | Schema button). Where is this schema library information stored?
I have documents that I have created with custom XML tags based on a schema but when I pass on the document and the schema to someone else the schema is marked as unavailable, presumably because the file location of the schema is different.
Is there some way to edit this information to change the path to a given schema?
@Otaku). I guess I'm not understanding your need here though - as stated below, just the path to the schema is stored with the docx and the application. It is not stored elsewhere. So if you want to change the path, you'll change it in the application. For example, based on the code below,Debug.Print objSchema.Locationwill show you the path, and you can set the location as well, but if you're on a different computer, you have to attach the schema first. – Otaku Jul 18 '10 at 21:07