Rules Editor Home | Documentation Home | Stilo
Guide to
Migrate 5.0.0 Rules Editor
Stilo
Prolog Other Metadata Annotation
Syntax
prolog.meta.othermeta((name)(value))
name
name of metadata
value
value of metadata
Purpose

The p.meta.othermeta annotation is used to identify arbitrary metadata to be added to the prolog of the topic using the othermeta element.

prolog.meta.othermeta((foo)(bar))

<prolog> <metadata> <othermeta name="foo" content="bar"> </metadata> </prolog>