N
nitm
hi,
i want to get the xml (WordProcessingML) out of an existing word (2003)
document.
i searched and asked over the net and came across this:
ActiveDocument.Content.XML
but for some reason i don't have it.. maybe it's available only on word 2007?
what i do have is:
ActiveDocument.Content.XMLNodes
and
ActiveDocument.Content.XMLParentNode
but the first gives me an empty list and the second yields a weird exception
from the COM object.
so, how do i get the xml of the document?
thanks a lot, nitzan
i want to get the xml (WordProcessingML) out of an existing word (2003)
document.
i searched and asked over the net and came across this:
ActiveDocument.Content.XML
but for some reason i don't have it.. maybe it's available only on word 2007?
what i do have is:
ActiveDocument.Content.XMLNodes
and
ActiveDocument.Content.XMLParentNode
but the first gives me an empty list and the second yields a weird exception
from the COM object.
so, how do i get the xml of the document?
thanks a lot, nitzan