excel - Referencing an external link from DITA map -


is there way reference external document dita?
according guidelines should easy via (within <map>) <keydef> keys=keyid , (within <task>) <link>keyref=keyid, validator not accept it.

i intend reference xlsx-sheet:

<title>springermaterials content enrichment - annotation guide - v01.00</title> <keydef keys="protocolfile" href="examples/viii6a3_cv_prototype.xlsx" format="xlsx" scope="external"/> 

if keydef show in map looks correct.

within topic can use point key:

<p>see <xref keyref="protocolfile">sample protocol data</xref>... 

what validation message getting?


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -