Hi,
it is possible to turn off rsid's in MS Word 2007, so it doesn't inset them?
Also, is it possible to turn off spell check and grammar check entries in the xml?
I want to replace certain marker text. I want to replace the contents of that market text using java. For example, $doc.getTitle() generates xml like shown below and java is not able to find the string $doc.getTitle().
<w:p w:rsidR="00837B97" w:rsidRDefault="00A81F72" w:rsidP="00837B97">
<w:r>
<w:t>$</w:t>
</w:r>
<w:r w:rsidR="00837B97">
<w:t>doc.</w:t>
</w:r>
<w:r>
<w:t>getTitle()</w:t>
</w:r>
</w:p>
Thanks in advance !