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.
--
XMLmind XML Editor Support List
[email protected]
http://www.xmlmind.com/mailman/listinfo/xmleditor-support