Unable to create solid horizontal line via XDO-FO in BI Publisher RTF
I'm trying to create a horizontal solid line via BI Publisher via a RTF Template. This line will then be used to toggle dynamically via a for-each statement.
<?xdofo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"?>
No output is produced in the PDF. To test, simply add this to a MS Word RTF, and click compile to PDF.
Looking at the MS Word validation tool, even though it runs, it fails with:
<?xdofo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"?>
The validation error is:
[031017_002643835][][ERROR] [Line 49.151] Incorrect XPath: xdofo:leader leader-pattern="rule" leader-length="100%" rule-style="solid" rule-thickness="1pt"
The Oracle doco states that FO:LEADER is a supported FO-Element: