M
M O J O
Hi,
I need to open a wordml document and search/replace some custom tags.
The problem is, that when I open a wordml doc, the tags are messed up.
My text look likes this "Dear @customername@, ....", but when I open the
wordml doc, it can look like this....
<w:rPr>Dear <w:b/>@</w:rPr><w:t>customername</w:t>@</w:r>
or
<w:rPr>Dear <w:b/></w:rPr>@<w:t>customername@</w:t></w:r>
etc.
I want to keep the @ and unsername together like this...
<w:rPr>Dear <w:b/></w:rPr><w:t>@customername@</w:t></w:r>
Is that possible???
Thanks!
Mojo
I need to open a wordml document and search/replace some custom tags.
The problem is, that when I open a wordml doc, the tags are messed up.
My text look likes this "Dear @customername@, ....", but when I open the
wordml doc, it can look like this....
<w:rPr>Dear <w:b/>@</w:rPr><w:t>customername</w:t>@</w:r>
or
<w:rPr>Dear <w:b/></w:rPr>@<w:t>customername@</w:t></w:r>
etc.
I want to keep the @ and unsername together like this...
<w:rPr>Dear <w:b/></w:rPr><w:t>@customername@</w:t></w:r>
Is that possible???
Thanks!
Mojo