[Table of Contents] [docx version]

WordprocessingML Reference Material - Table of Contents

BIBLIOGRAPHY

Syntax:

BIBLIOGRAPHY [ switch ]

Description: Retrieves and displays the contents of the document's Bibliography part in the bibliographic style specified within the SelectedStyle attribute of the Sources7.6.2.60) element of the Bibliography part.

Field Value: The formatted bibliographic data for all sources in the current document.

Switches: The following field-specific-switch.

\l field-argument

The text in this switch's field-argument specifies the locale that shall be used in to format the bibliographic sources in the document that do not specify a locale using the LCID (§7.6.2.39) element.

\f field-argument

The text in this switch's field-argument specifies the locale that shall be used to filter the bibliographic data to only the sources in the document that have a value matching field-argument in the LCID (§7.6.2.39) element.

\m field-argument

The text in this switch's field-argument specifies that only the source with a Tag7.6.2.65) element value matching field-argument shall be displayed in the bibliography.

 

[Example: Consider a document with bibliographic data for this Office Open XML Standard:

Author: Ecma International
Title: Office Open XML Document Interchange Specification
Year: 2006
Month: October

the following field is updated:

BIBLIOGRAPHY /l 1033

The result for MLA is:

Ecma International. Office Open XML Document Interchange Specification. October 2006.

And for APA:

Ecma International. (2006, October). Office Open XML Document Interchange Specification.

end example]