How to force Word to reload the sources.xml file?Microsoft Word 2008 on the Mac sometimes “Disappears”...

Publishing research using outdated methods

Why would the Pakistan airspace closure cancel flights not headed to Pakistan itself?

What are "industrial chops"?

Can we use the stored gravitational potential energy of a building to produce power?

Eww, those bytes are gross

Are there any modern advantages of a fire piston?

Why did other German political parties disband so fast when Hitler was appointed chancellor?

Why exactly do action photographers need high fps burst cameras?

If I deleted a game I lost the disc for, can I reinstall it digitally?

If I delete my router's history can my ISP still provide it to my parents?

Why publish a research paper when a blog post or a lecture slide can have more citation count than a journal paper?

How would an AI self awareness kill switch work?

Why did the villain in the first Men in Black movie care about Earth's Cockroaches?

Why are the books in the Game of Thrones citadel library shelved spine inwards?

Why do members of Congress in committee hearings ask witnesses the same question multiple times?

Writing a character who is going through a civilizing process without overdoing it?

How can animals be objects of ethics without being subjects as well?

How can I get my players to come to the game session after agreeing to a date?

How long is the D&D Starter Set campaign?

Dilemma of explaining to interviewer that he is the reason for declining second interview

What is the wife of a henpecked husband called?

Cookies - Should the toggles be on?

Would a National Army of mercenaries be a feasible idea?

Intern applicant asking for compensation equivalent to that of permanent employee



How to force Word to reload the sources.xml file?


Microsoft Word 2008 on the Mac sometimes “Disappears” documents, reallyHow can I link an EPS file into Word for Mac 2011?How do I set MLA citation style to use numeric reference in MS Word 2007?How to use a bibtex (xml) library in wordWord 2013 - captions will not be updateMysterious gap between two words doesn't get selected. Word 2011 MacIEEE citation style word 2016: is automatic reordering possible, and if so how?How to get MS Word to use footnote citations instead of inline citations?How to import references to word file?How to transfer word references from one document to another?













2















I converted some references from my citation management program to words sources.xml file.

The file should be located in the word user data folder. All tutorials say that just overwriting the Sources.xml file will add the new references to my citation list for using them in my document.



If I overwrite the Sources.xml the citation list does not change. Restarting word does also not help. It seems that Word does not read the new files and therefore does not find my new references.



Is there any other way to import my references into word?



I'm working with Mac OS on a PowerPC and Word 2008.










share|improve this question





























    2















    I converted some references from my citation management program to words sources.xml file.

    The file should be located in the word user data folder. All tutorials say that just overwriting the Sources.xml file will add the new references to my citation list for using them in my document.



    If I overwrite the Sources.xml the citation list does not change. Restarting word does also not help. It seems that Word does not read the new files and therefore does not find my new references.



    Is there any other way to import my references into word?



    I'm working with Mac OS on a PowerPC and Word 2008.










    share|improve this question



























      2












      2








      2


      1






      I converted some references from my citation management program to words sources.xml file.

      The file should be located in the word user data folder. All tutorials say that just overwriting the Sources.xml file will add the new references to my citation list for using them in my document.



      If I overwrite the Sources.xml the citation list does not change. Restarting word does also not help. It seems that Word does not read the new files and therefore does not find my new references.



      Is there any other way to import my references into word?



      I'm working with Mac OS on a PowerPC and Word 2008.










      share|improve this question
















      I converted some references from my citation management program to words sources.xml file.

      The file should be located in the word user data folder. All tutorials say that just overwriting the Sources.xml file will add the new references to my citation list for using them in my document.



      If I overwrite the Sources.xml the citation list does not change. Restarting word does also not help. It seems that Word does not read the new files and therefore does not find my new references.



      Is there any other way to import my references into word?



      I'm working with Mac OS on a PowerPC and Word 2008.







      microsoft-word microsoft-word-2008 citations






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Dec 30 '12 at 6:13









      pnuts

      5,55032239




      5,55032239










      asked Oct 5 '10 at 13:09









      JanuszJanusz

      226215




      226215






















          2 Answers
          2






          active

          oldest

          votes


















          0














          The Sources.xml file you have overwritten may not have been the 'correct' one. (Force an update and check for a change in the modification date). Alternatively, your Word document may not have been looking where Sources.xml is stored. UWEC has a detailed guide that may help.






          share|improve this answer































            -1














            It's just a thought, but maybe you could repopulate your XML.



            If you're comfortable with developer mode, you could write a routine in VBA using code like this:



            Sub RefreshXML()
            Dim myXMLns as string 'the name of the XML namespace
            Dim myXMLdoc as string 'the fully enumerated filepath to the XML file
            myXML = "the-name-of-the-Custom-XML-part"
            ActiveDocument.CustomXMLParts.Item(myXMLns).Delete
            ' Add a new, empty custom XML part to the document.
            ActiveDocument.CustomXMLParts.Add
            ' Load XML from CustomerData.xml file.
            ActiveDocument.CustomXMLParts(4).Load (myXMLdoc)
            End Sub





            share|improve this answer


























            • Just curious - why the downvote?

              – Tim Leon
              6 mins ago











            Your Answer








            StackExchange.ready(function() {
            var channelOptions = {
            tags: "".split(" "),
            id: "3"
            };
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function() {
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled) {
            StackExchange.using("snippets", function() {
            createEditor();
            });
            }
            else {
            createEditor();
            }
            });

            function createEditor() {
            StackExchange.prepareEditor({
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader: {
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            },
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            });


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f196076%2fhow-to-force-word-to-reload-the-sources-xml-file%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown

























            2 Answers
            2






            active

            oldest

            votes








            2 Answers
            2






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            The Sources.xml file you have overwritten may not have been the 'correct' one. (Force an update and check for a change in the modification date). Alternatively, your Word document may not have been looking where Sources.xml is stored. UWEC has a detailed guide that may help.






            share|improve this answer




























              0














              The Sources.xml file you have overwritten may not have been the 'correct' one. (Force an update and check for a change in the modification date). Alternatively, your Word document may not have been looking where Sources.xml is stored. UWEC has a detailed guide that may help.






              share|improve this answer


























                0












                0








                0







                The Sources.xml file you have overwritten may not have been the 'correct' one. (Force an update and check for a change in the modification date). Alternatively, your Word document may not have been looking where Sources.xml is stored. UWEC has a detailed guide that may help.






                share|improve this answer













                The Sources.xml file you have overwritten may not have been the 'correct' one. (Force an update and check for a change in the modification date). Alternatively, your Word document may not have been looking where Sources.xml is stored. UWEC has a detailed guide that may help.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Dec 30 '12 at 6:25









                pnutspnuts

                5,55032239




                5,55032239

























                    -1














                    It's just a thought, but maybe you could repopulate your XML.



                    If you're comfortable with developer mode, you could write a routine in VBA using code like this:



                    Sub RefreshXML()
                    Dim myXMLns as string 'the name of the XML namespace
                    Dim myXMLdoc as string 'the fully enumerated filepath to the XML file
                    myXML = "the-name-of-the-Custom-XML-part"
                    ActiveDocument.CustomXMLParts.Item(myXMLns).Delete
                    ' Add a new, empty custom XML part to the document.
                    ActiveDocument.CustomXMLParts.Add
                    ' Load XML from CustomerData.xml file.
                    ActiveDocument.CustomXMLParts(4).Load (myXMLdoc)
                    End Sub





                    share|improve this answer


























                    • Just curious - why the downvote?

                      – Tim Leon
                      6 mins ago
















                    -1














                    It's just a thought, but maybe you could repopulate your XML.



                    If you're comfortable with developer mode, you could write a routine in VBA using code like this:



                    Sub RefreshXML()
                    Dim myXMLns as string 'the name of the XML namespace
                    Dim myXMLdoc as string 'the fully enumerated filepath to the XML file
                    myXML = "the-name-of-the-Custom-XML-part"
                    ActiveDocument.CustomXMLParts.Item(myXMLns).Delete
                    ' Add a new, empty custom XML part to the document.
                    ActiveDocument.CustomXMLParts.Add
                    ' Load XML from CustomerData.xml file.
                    ActiveDocument.CustomXMLParts(4).Load (myXMLdoc)
                    End Sub





                    share|improve this answer


























                    • Just curious - why the downvote?

                      – Tim Leon
                      6 mins ago














                    -1












                    -1








                    -1







                    It's just a thought, but maybe you could repopulate your XML.



                    If you're comfortable with developer mode, you could write a routine in VBA using code like this:



                    Sub RefreshXML()
                    Dim myXMLns as string 'the name of the XML namespace
                    Dim myXMLdoc as string 'the fully enumerated filepath to the XML file
                    myXML = "the-name-of-the-Custom-XML-part"
                    ActiveDocument.CustomXMLParts.Item(myXMLns).Delete
                    ' Add a new, empty custom XML part to the document.
                    ActiveDocument.CustomXMLParts.Add
                    ' Load XML from CustomerData.xml file.
                    ActiveDocument.CustomXMLParts(4).Load (myXMLdoc)
                    End Sub





                    share|improve this answer















                    It's just a thought, but maybe you could repopulate your XML.



                    If you're comfortable with developer mode, you could write a routine in VBA using code like this:



                    Sub RefreshXML()
                    Dim myXMLns as string 'the name of the XML namespace
                    Dim myXMLdoc as string 'the fully enumerated filepath to the XML file
                    myXML = "the-name-of-the-Custom-XML-part"
                    ActiveDocument.CustomXMLParts.Item(myXMLns).Delete
                    ' Add a new, empty custom XML part to the document.
                    ActiveDocument.CustomXMLParts.Add
                    ' Load XML from CustomerData.xml file.
                    ActiveDocument.CustomXMLParts(4).Load (myXMLdoc)
                    End Sub






                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited 6 mins ago

























                    answered Jun 6 '17 at 1:31









                    Tim LeonTim Leon

                    135




                    135













                    • Just curious - why the downvote?

                      – Tim Leon
                      6 mins ago



















                    • Just curious - why the downvote?

                      – Tim Leon
                      6 mins ago

















                    Just curious - why the downvote?

                    – Tim Leon
                    6 mins ago





                    Just curious - why the downvote?

                    – Tim Leon
                    6 mins ago


















                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Super User!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid



                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.


                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function () {
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f196076%2fhow-to-force-word-to-reload-the-sources-xml-file%23new-answer', 'question_page');
                    }
                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

                    Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

                    looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...