How to deploy XML Schemas for word 2007?

Anyone knows how to deploy XML Schemas on user's desktop

I tried using API (Application.XMLNamespaces.add()), but when I select that schema in word its not picking up (Throws error somthing like "invalid schema or need more schemas"). Although, the same schema works fine if manually added.



Answer this question

How to deploy XML Schemas for word 2007?

  • Steve Wormley

    Have you tried recording a macro in the Word application when manually adding a schema That should give you the basic syntax.

    Basically, you should be able to put the schema anywhere. When you add it to the Schema Library Word will usually copy it to the user's (or users') invidual user profile.



  • How to deploy XML Schemas for word 2007?