D
David Thielen
We have to add our own tags to a file that we would like to have be
invisible (but that is not critical for our use). What does work is:
<w>
<w:r>
<w:t xml:space="preserve">Before </w:t>
</w:r>
<w:customXml w:element="firstName">
<w:customXmlPr>
<w:attr w:name="companyName" w:val='dave'/>
<w:attr w:name="companySymbol" w:val='thielen'/>
</w:customXmlPr>
</w:customXml>
<w:r>
....
But the customXml shows up. Is there a better way to do this?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm
invisible (but that is not critical for our use). What does work is:
<w>
<w:r>
<w:t xml:space="preserve">Before </w:t>
</w:r>
<w:customXml w:element="firstName">
<w:customXmlPr>
<w:attr w:name="companyName" w:val='dave'/>
<w:attr w:name="companySymbol" w:val='thielen'/>
</w:customXmlPr>
</w:customXml>
<w:r>
....
But the customXml shows up. Is there a better way to do this?
thanks - dave
david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com
Cubicle Wars - http://www.windwardreports.com/film.htm