get key value from keyref
Posted: Thu Mar 19, 2015 5:52 pm
Hello,
We are building our own DITA Map extensions bundle to customize oXygen.
I am struggling trying to retrieve the value of the keyword refered by a keyref when the user saves the document. The keyword is located in an external subject scheme
I am capturing the save action inside the WSEditorListener#editorAboutToBeSavedVeto method. This is apparently working.
I can even list the key URL with the DITAAccess.resolveKeyRef method but I don't know how to get the value it refers.
Can you please help ?
Thanks in advance.
Xavier
We are building our own DITA Map extensions bundle to customize oXygen.
I am struggling trying to retrieve the value of the keyword refered by a keyref when the user saves the document. The keyword is located in an external subject scheme
I am capturing the save action inside the WSEditorListener#editorAboutToBeSavedVeto method. This is apparently working.
I can even list the key URL with the DITAAccess.resolveKeyRef method but I don't know how to get the value it refers.
Can you please help ?
Thanks in advance.
Xavier