Hi Friends,

I'm stuck up in an app...I have different XML file contents in a Word 2003 document(Actually contents from different XML files are inserted into the Word doc one at a time...These are called Fragments). I need a way in .NET(C#) where I can iterate through all these Fragments and then after getting these fragments into a collection, I be able to access the properties of these Fragments(XML file contents) like the path of the XML fragment, any XSL that is applied to that fragments, LastModified Date of the fragment, etc.

Can somebody help me in this? Can I use the Word Object Library 11.0 to get a collection of XML Fragments in a Word 2003 document? I basically need to loop through all the XML Fragments placed on the Word 2003 doc and store information about these fragments...
Any help on this will be greatly appreciated.

Thanks
Debsoft