FOSI Output Limitations with XPath in Generated Text
Relative XPath expressions cannot be evaluated for elements in generated text when generating FOSI outputs. Please ensure that you use expressions of the following types:
• Expressions that start from an absolute position
• Expressions that don't navigate away from the current element, for example contains(@outputclass, 'draft')
Expressions such as ancestor::para will produce no results when working with FOSI outputs and starting from an element in generated text.
Parent topic