bib2xml.xml

Package: WA2L/WinTools 1.2.08
Section: File Formats (4)
Updated: 05 August 2017
Index Return to Main Contents

 

NAME

bib2xml.xml - meta data template for MS-Word bibliography xml export

 

SYNOPSIS

WA2LWinTools/lib/bib2xml.Type.xml

WA2LWinTools/lib/bib2xml.default.xml

WA2LWinTools/etc/bib2xml.Type.xml

WA2LWinTools/etc/bib2xml.default.xml

 

AVAILABILITY

WA2L/WinTools

 

DESCRIPTION

This template file(s) are used to define the format of the MS-Word bibliography xml file export written to the var/db/metadata/metadata-<DB-VERSION>.xml file using the metadata -e command.

 

FILEFORMAT

For more information about the file format that can be loaded as bibliography (references) to 'Microsoft Word™' see: https://msdn.microsoft.com/de-ch/library/office/ff838340.aspx.

The metadata -e command processes the .bib file to generate the .xml file.

In theory you could convert other BibTeX files to .xml, too using the lib/bib2xml command which is used by the metadata -e command internally.

This is the example (bib2xml.default.xml) for a default MS-Word™ xml specification:

<b:Source>
    <b:Tag>@_COUNTER@_@REF@</b:Tag>
    <b:SourceType>JournalArticle</b:SourceType>
    <b:Guid>@GUID@</b:Guid>
    <b:LCID>@_LCID@</b:LCID>
    <b:Author>
        <b:Author> 
            <b:NameList> 
                <b:Person> 
                    <b:Last>@AUTHOR@</b:Last>
                    <b:First></b:First>
                </b:Person>
            </b:NameList>
        </b:Author> 
    </b:Author>
    <b:Title>@TITLE@</b:Title>
    <b:Year>@YEAR@</b:Year>
    <b:Month>@MONTH@</b:Month>
    <b:City>@CITY@</b:City> 
    <b:Comments>@NOTE@</b:Comments>
    <b:Volume>@VOLUME@</b:Volume>
    <b:Edition>@EDITION@</b:Edition>
    <b:Publisher>@PUBLISHER@</b:Publisher>
    <b:BookTitle>@BOOKTITLE@</b:BookTitle>
    <b:ChapterNumber>@CHAPTER@</b:ChapterNumber>
    <b:Issue>@ISSUE@</b:Issue>
    <b:Department>@SCHOOL@</b:Department>
    <b:Institution>@INSTITUTION@</b:Institution>
    <b:DOI>@DOI@</b:DOI>
    <b:url>@URL@</b:url>
    <b:ShortTitle>@SHORTTITLE@</b:ShortTitle>
    <b:Pages>@PAGES@</b:Pages>
    <b:Editors>@EDITORS@</b:Editors>
    <b:NumberVolumes>@VOLUMES@</b:NumberVolumes>
    <b:ConferenceName>@BOOKTITLE@</b:ConferenceName>
    <b:JournalName>@JOURNAL@</b:JournalName>
    <b:issue>@ISSUE@</b:issue>
    <b:StandardNumber>@ISBN@@ISSN@@LCCN@@MRNUMBER@</b:StandardNumber>
    <b:City>@ADDRESS@</b:City>
</b:Source>

 

OPTIONS

@NAME@
meta field name as resolved from the .bib file. The NAME has to be specified in upper case always, also when the BibTeX data field contains upper/lower case.

@_COUNTER@
4-digit record counter.

@_LCID@
Microsoft™ language-id derived from the Language field.

 

FILES

lib/bib2xml.Type.xml
built in default template for document type.

Do not change this file(s), they will be overwritten when upgrading the WA2L/WinTools package, create your own bib2xml.default.xml file in the etc/ directory.

lib/bib2xml.default.xml
built in default template for all document types for which no specific bib2xml.Type.xml template exists.

Do not change this file, it will be overwritten when upgrading the WA2L/WinTools package, create your own bib2xml.default.xml file in the etc/ directory.

etc/bib2xml.Type.xml
customized document type specific template.

etc/bib2xml.default.xml
customized default template for all document types for which no specific bib2xml.Type.xml exists.

 

EXAMPLES

-

 

SEE ALSO

wintoolsintro(1), bib2xml(3), metadata(1), metadata.bib(4), metadata.template(4), metadata.cfg(4), https://msdn.microsoft.com/de-ch/library/office/ff838340.aspx, http://help.jabref.org/en/MsOfficeBibFieldMapping, https://en.wikipedia.org/wiki/BibTeX

 

NOTES

-

 

BUGS

-

 

AUTHOR

bib2xml.xml was developed by Christian Walther. Send suggestions and bug reports to wa2l@users.sourceforge.net .

 

COPYRIGHT

Copyright © 2020 Christian Walther

This is free software; see WA2LSimpleBackup/man/COPYING for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
FILEFORMAT
OPTIONS
FILES
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:31:47 GMT, September 14, 2024