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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top