I have an xml file that I need to edit using Microsoft Word 2003. Everything works fine but the CDATA section is lost and is converted to normal html. For example

<Description>
 <![CDATA[
  <i>
 ]]>
</Description>

Gets converted to

<Description>
 <i>
</Description>

Is there any way to preserve the CDATA section while editing in MS Word. I want to fix some typos and grammer in the xml file so I am using this approach.

Thanks

link|improve this question
You know, Vim (vim.org) has spell checking capabilities. – amphetamachine May 4 '10 at 15:33
Yes I know but trying to find a solution for MS Word, the person who will edit it is a documenter. – Samuel May 4 '10 at 15:34
feedback

migrated from stackoverflow.com May 4 '10 at 15:39

This question came from our site for professional and enthusiast programmers.

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.