Documentation Center

Special Tags

Legacy Content Delivery may insert special tags into XML documents based on events that occur during publication preparation and document filtering.

ElementDescription
<lc:original/>The <lc:original/> element is generated at prepare time when resolving content references (specifically, DITA conrefs). The content from the reference replaces the original content in the document. For instance, when a publication is reprepared, the original content is used to fetch the replacement content, which could have changed\.
<lc:failedref/>The <lc:failedref/> element is generated at prepare time. When the targeted document referenced in a content reference (such as a nested map or a conref) cannot be found, an <lc:failedref/> element is inserted. Therefore, <lc:failedref/> elements denote missing content and could be styled to warn a user that there is information missing from the page or table of contents.
<lc:filtered/>The <lc:filtered/> element is inserted whenever an element is filtered out due to conditional processing. The <lc:filtered/> element could be styled to let a user know that some content has been removed based on filtering.