Removing XML Tags from Word Doc

C

Charlie Brown

I am finished building a MS Word doc with XML tags. I now want to remove the
tags from the document; not just hide the tags...but remove them.

How do I eliminate XML tags from a document.

I'm sure there is a way to remove them, but I forgot how.

Thanks
 
C

Cindy M.

Hi =?Utf-8?B?Q2hhcmxpZSBCcm93bg==?=,
I am finished building a MS Word doc with XML tags. I now want to remove the
tags from the document; not just hide the tags...but remove them.

How do I eliminate XML tags from a document.

I'm sure there is a way to remove them, but I forgot how.
Just detach the XML schema associated with the document - that will remove the
XML tags.

ActiveDocument.XMLSchemaReferences("http://officedinosaur.com").Delete

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

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