Skip to content

Commit

Permalink
jats: add two more tags
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Apr 1, 2015
1 parent 16ca156 commit a8f8878
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions jats/article.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ type Article struct {
XMLName xml.Name `xml:"given-names"`
Value string `xml:",chardata"`
}
X struct {
XMLName xml.Name `xml:"x"`
Value string `xml:",chardata"`
}
Suffix struct {
XMLName xml.Name `xml:"suffix"`
Value string `xml:",chardata"`
}
}
} `xml:"contrib"`
}
Expand Down

0 comments on commit a8f8878

Please sign in to comment.