Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions onix/onix.py
Original file line number Diff line number Diff line change
Expand Up @@ -602,6 +602,10 @@ def json2xml(config, sbidlist, demap):
regionsincluded.text = u'WORLD'
territory.append(regionsincluded)

rowsalesrightstype = Element('ROWSalesRightsType')
rowsalesrightstype.text = u'00'
publishingdetail.append(rowsalesrightstype)

# Block 5
product.append(etree.Comment(
'Block 5 - Related material not required if book is digital-only'))
Expand Down