Page 1 of 1

Image Map Editor

Posted: Wed Mar 01, 2023 5:55 pm
by sljohns
Is there a way to use the Image Map Editor on non-DITA content? I am familiar with creating actions, but can't seem to invoke the Image Map Editor for my content. Here is a snippet of my xml structure:

Code: Select all

  <graphic>
    <sheet sheetnbr="001" gnbr="graphics/IsometricView.png" chg="n" key="S44300901001" revdate="20170310">
      <title>TITLE A</title>
    </sheet>
    <sheet sheetnbr="002" gnbr="graphics/IsometricView.png" chg="n" key="S44300901002" revdate="20170310">
      <title>TITLE B</title>
    </sheet>
  </graphic>

Re: Image Map Editor

Posted: Thu Mar 02, 2023 10:12 am
by Radu
Hi,

If you are using the desktop Oxygen I'm afraid our support for editing using image maps is quite limited to the DITA, DocBook, XHTML and TEI vocabularies for which we provide this support. Last time I checked our API's were not flexible enough to support any type of XML vocabulary so you would need to build such support from the ground up.

Regards,
Radu

Re: Image Map Editor

Posted: Sat Mar 04, 2023 8:56 pm
by sljohns
thanks