@ft:originId - Fluid Topics - Latest

FTML Connector Reference Guide

Category
Reference Guides
Audience
public
Version
Latest

The @ft:originId attribute is used within the following elements:

  • The <ft:map> element, to provide an original identifier for the FTML map.
  • The <ft:node> element, to provide an original identifier for the topic.

The @ft:originId attribute is optional. If not provided within the <ft:map> element, Fluid Topics uses the filename of the map and its path within the archive as a unique identifier.

The following lines show an example of the @ft:originId attribute within the <ft:map> element:

<?xml version="1.0" encoding="UTF-8"?>  
<ft:map ft:originId="48d2b" ft:editorialType="book" ft:lang="en-US" ft:title="Installation Guide">  
   ...  
</ft:map>