M
MIS Dude
Hello fellow programmers!
I'm trying to update the XML of a specific source within the Bibliography in
my Word Document.
e.g. [and to be super explicit...]-->
Microsoft.Office.Interop.Word.DocumentClass.Bibliography.Sources[i +
1].set_Field("THE_ELEMENT_I_WANT_TO_UPDATE","THE_NEW_VALUE_I_WANT_TO_USE");
Has anyone been able to change the InnerText of a single node (or element)
within the Bibliography XML, or is this impossible after adding the
bibliography source XML?
Thank you for your time.
Cheers,
I'm trying to update the XML of a specific source within the Bibliography in
my Word Document.
e.g. [and to be super explicit...]-->
Microsoft.Office.Interop.Word.DocumentClass.Bibliography.Sources[i +
1].set_Field("THE_ELEMENT_I_WANT_TO_UPDATE","THE_NEW_VALUE_I_WANT_TO_USE");
Has anyone been able to change the InnerText of a single node (or element)
within the Bibliography XML, or is this impossible after adding the
bibliography source XML?
Thank you for your time.
Cheers,