Working with XML using macros

J

Jorge

Hi

Is it possible to apply the XML elements of a schema a Word document is
attached to using VBA macros?

Thanks in advance

Jorge
 
C

Cindy Meister

Yes.

Look at the topics
- XMLReferences
- XMLNamespaces
- XMLNodes

You may also need to use the MSXML parser if you need more detailed control
reading the schema. Set a reference to it in Tools/References in order to get
Intellisense

-- cindy
 
Top