I don't see anything about you getting rid of *.imp files. I'm not seeing the 
common.imp file anymore in the DITA plugin. Did my IT department maybe download 
the personal edition rather than the professional edition?

-----Original Message-----
From: Hussein Shafie [mailto:[email protected]] 
Sent: Wednesday, March 20, 2013 11:30 AM
To: Tyrin Avery
Cc: '[email protected]'
Subject: Re: [XXE] Migrating customization from 5.1 to 5.5

On 03/20/2013 03:23 PM, Tyrin Avery wrote:
>
> I'm trying to upgrade from 5.1 to 5.5 (because I was really happy to 
> see your fix to list steps). Unfortunately, we've customized our 
> interface and the customization mechanism seems to have changed. Is 
> there a document I can look at that describes the changes.

What follows is the best reference we have:

http://www.xmlmind.com/xmleditor/changes.html

I'm afraid you'll have to browse the configuration files found in 
XXE_install_dir/addon/config/dita/




> For example, there
> doesn't seem to be a common.imp anymore. I need a way to open files 
> specified in topicref elements in maps and xref elements in topics 
> directly. Has that been introduced in the product.

Yes.

1) See "Edit referenced topic or map" in 
http://www.xmlmind.com/xmleditor/_distrib/doc/dita/help-2.html#map_toolbar

The implementation is found in
XXE_install_dir/addon/config/dita/map_common.incl

---
<command name="ditamap.editTopic">
   <macro>
     <sequence>
       <choice>
         <get context="$selectedElement/@conref"
             expression="resolve-uri(.)"/>
         <get context="$selectedElement/@href"  
             expression="resolve-uri(.)" />
         <get context="$selectedElement/@mapref"
             expression="resolve-uri(.)"/>
       </choice>

       <choice>
         <sequence>
           <test expression="ends-with('%_', '???')" />
           <command name="alert"
                    parameter="Please replace '???' by an actual URL." />
         </sequence>

         <choice>
           <command name="XXE.edit" parameter="%_" />
           <command name="XXE.new" parameter="- - '%_'" />
         </choice>
       </choice>
     </sequence>
   </macro>
</command>
---

2) Inside topics, you may want to use right-click menu's "Follow Link" 
(or Select|Link|Select Link target --
http://www.xmlmind.com/xmleditor/_distrib/doc/help/selectMenu.html#linkMenu)




>
> I have checked out your release notes. The link to the XMLmind XML
> Editor v5 Primer is broken, by the way.
>

That's right. This page has been removed one year or so after XXE v5 has 
been released because we have considered that it was no longer useful.




This e-mail message and all attachments transmitted with it may contain 
privileged and/or confidential information intended solely for the use of the 
addressee(s). If the reader of this message is not the intended recipient, you 
are hereby notified that any reading, dissemination, distribution, copying, 
forwarding or other use of this message or its attachments is strictly 
prohibited. If you have received this message in error, please notify the 
sender immediately and delete this message, all attachments and all copies and 
backups thereof.


--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support

Reply via email to