I was trying to save a word file in xml format and performing some operations on that xml file after parsing it.
The data which i have in my word document was broken in different tags.
example
If i have $date in my word document it was broken as $ and date in two tags.Also tlyadd is broken into two tags tly and add whereas tlyabcd remained in a single tag.
In another document these values are not broken into different tags.
I am not understanding on what basis are these values put in different tags.
I couldn't find anything on the word xml format on msdn.
Can someone give me an explanation on why and on what basis is this done.
Here is the document containing these values
Let me know if it is unclear and needs more explanation