Rules Editor Home | Documentation Home | Stilo
Guide to
Migrate 5.0.0 Rules Editor
Stilo
Prolog Data Annotation
Syntax
prolog.data(data((name=namevalue)(value=datavalue)))
namevalue
name of data parameter being added
datavalue
value for data parameter being added
Purpose

The prolog.data() annotation is used to add information to the prolog of a topic. This can be anything from a simple text tag and value to an href to content located elsewhere to a complex nested structure of data elements.

The following is an example of some text from your source document that you want to put into prolog.data(). Source document text

The following is an example of what the annotation may look like when filled out. Rule for prolog.data()

The following is an example of the DITA output you would get from this annotation.

<prolog> <data name="Copyright" value="Copyright © 2003 BirdsEye Limited. All rights reserved. "/> </prolog>