Microsoft Office XML 2007 export: Inventor of patent not properly formatted #7830
Closed
1 of 2 tasks
Labels
bug
Confirmed bugs or reports that are very likely to be bugs
export / save
good first issue
An issue intended for project-newcomers. Varies in difficulty.
JabRef 5.3--2021-06-17--38d7a30
Linux 5.3.18-lp152.78-default amd64
Java 16.0.1
JavaFX 16+8
MS Word 2016
Patents are not properly exported to MS Office 2007 XML when using Word 2016. Following little changes should be made:
exported as:
<b:Source> ... <b:Author> <b:Author> <b:NameList> ... </b:NameList> </b:Author> </b:Author> </b:Source>
It should be changed to:
<b:Source> ... <b:Author> <b:Inventor> <b:NameList> ... </b:NameList> </b:Inventor> </b:Author> </b:Source>
There are two files attached for a better view of the format.
test_patents_shouldbe.txt
test_patents_asis.txt
The text was updated successfully, but these errors were encountered: