Opened 17 years ago

Closed 17 years ago

#14 closed enhancement (fixed)

doi encoding

Reported by: pinsard Owned by: somebody
Priority: minor Milestone: debug
Component: component1 Version:
Keywords: doi docbook Cc:

Description

In bibliography XML file, doi is writen like this :

<bibliomisc role="doi">xxxxxx</bibliomisc>

According to http://www.docbook.org/tdg/en/html/biblioid.html,
it is probably better to write doi like this

<biblioid class="doi">xxxxxx</biblioid>

Transformation can be made with this sed command :

 sed -e 's+\(<bibliomisc role="doi">\)\(.*\)\(</bibliomisc>\)+<biblioid class="doi">\2</biblioid>+' bibref.xml > newbibref.xml

If this change is made, we have to change all some XSL and shell script files.

Change History (1)

comment:1 Changed 17 years ago by pinsard

  • Resolution set to fixed
  • Status changed from new to closed

Done in changeset:21.

Previous bibliography XML files must be modify. See the sed command above.

Note: See TracTickets for help on using tickets.