Hi Ricardo:
.
Here are some (the ONLY) links I've found about writing bibliography XML
.
XML- Bibliography & Citations 101 - Building A Bibliography Style -December 14, 2007
https://web.archive.org/web/20080122131621/http://blogs.msdn.com/microsoft_office_word/archive/2007/12/14/bibliography-citations-1011.aspx
http://blogs.msdn.com/microsoft_office_word/archive/2007/12/14/bibliography-citations-1011.aspx
I'm going to create a series of posts which will (hopefully) address some of the questions around how to create a custom bibliography style in Word 2007. For starters, here are a few important directories to know about. Yes, it is
very difficult to the read the built-in XML style sheetsin our Styles directory. Many of the lines in the built-in bibliography styles are used internally by Word for specialized international cases (e.g. remembering that
language X doesn't need a comma before the "and" before the last author name). Fortunately, a custom bibliography style doesn't need to be so complex. On that note, this post will walk through the steps (and XML code) needed to construct a
simple custom style.
.
WT R 2 PageLayout Ref Mailing Review View Dev.docx****Bibliography & Citations 102 – Building Custom styles
April 29, 2009
Word team
https://www.microsoft.com/en-us/microsoft-365/blog/2009/04/29/bibliography-citations-102-building-custom-styles/
Today, I’m going to be expanding on Amani’s post to show you how to build more complex styles. One of the issues that “complicates” bibliography styles is that they often need to have a significant amount of conditional logic built into them. For example, if the date is specified we need
to show the date, whereas if the date is not specified we may need to use an abbreviation to indicate that there is no date for that source.
WT R 2 PageLayout Ref Mailing Review View Dev.docx
XML- Create Custom Bibliography Styles 6/12/2017 ****https://docs.microsoft.com/en-us/office/vba/word/concepts/objects-properties-methods/create-custom-bibliography-styles
Create a custom bibliography style in Word by learning the steps (and XML code) you need to construct a simple custom style. Also, learn to make a more complex style file. Before we start, there is some information that you need to
know:
The bibliography sources you create are all listed in the following file: \Microsoft\Bibliography\Sources.xml.
Note The \Bibliography\Sources.xml file won't exist until you create your first bibliography source in Word. All bibliography styles are stored in \Microsoft\Bibliography\Style.
WT R 2 PageLayout Ref Mailing Review View Dev.docx
You might also want to try contacting the APA org to see if they will help, ie review your changes for correctness.
GOOD LUCK.