Image Map Editor

Oxygen general issues.
sljohns
Posts: 8
Joined: Wed Mar 01, 2023 5:45 pm

Image Map Editor

Post 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>
Radu
Posts: 9059
Joined: Fri Jul 09, 2004 5:18 pm

Re: Image Map Editor

Post 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
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
sljohns
Posts: 8
Joined: Wed Mar 01, 2023 5:45 pm

Re: Image Map Editor

Post by sljohns »

thanks
Post Reply