I would like to insert the serial number by extracting it from the description of an epub
having in the metadata.opf this content:
<dc: description> Cosmo Argento n ° 004 </ dc: description>
I would like to obtain:
<dc: description> Cosmo Argento n ° 004 </ dc: description>
<meta name = "caliber: series" content = "Cosmo Argento" />
<meta name = "caliber: series_index" content = "4" />
</ dc: description>
Do you think it is possible?
how can I do (batch elaboration, obviously)?
Thanks.