Syntax of XML output tags

Build 1501 on 14/Nov/2017  This topic last edited on: 24/Oct/2016, at 14:39

XML output tags use the standard XML syntax: the delimiting brackets are opposite of those in GNML, thus '<' is the opening bracket, and '>' is the closing bracket.

The brackets are entered in text as normal 'less than' and 'greater than' characters.

In the XML output, a #T placeholder represents the entire content formatted with the specified tag. On the following screenshot, #T in <p>#T</p> represents the text in the paragraph formatted with the paragraph style.

tags3

For the cascading styles, the number of #T placeholders must be one more than the number of #T placeholders in the GNML styles.

hmtoggle_plus1Examples of XML output tags