Rules Editor Home | Documentation Home | Stilo
Guide to
Migrate 5.0.0 Rules Editor
Stilo
Bookmap Othermeta Annotation
Syntax
p.book.othermeta((name)(value))
name
label for the metadata
value
value of the metadata
Purpose

The bookmap othermeta annotation is used to put additional data into your bookmap. There may be metadata specific to your organization or industry that you wish to capture that does not fit into the existing annotations; this metadata can be added to your bookmap as othermeta.

The following image shows you what your rule may look like. p.book.othermeta rule

The following shows you what the output may look like after this annotation is applied.

<bookmeta> <metadata> <othermeta content="John Smith" name="author" /> <data>John Smith</data> </metadata> </bookmeta>