Hello Hussein,

Has the nature of the XXE.close command changed between 5.4.1 and 6.0.0? I can 
find no reference to any such thing in the "Changes" list, and the reference in 
the command guide is also unchanged.
The following macro works in 5.4.1 inasmuch as it saves, closes, and reopens 
the active document:

  <macro>
      <sequence>
        <set variable="url" expression="%d" plainString="true"/>
        <command name="XXE.save" parameter="[ifNeeded]"/>
        <command name="XXE.close"/>
        <get expression="$url"/>
        <command name="XXE.open" parameter="%_"/>
      </sequence>
    </macro>

In 6.0.0, however, it dies at the XXE.close command. Is there a reason for this?

Thanks,
Jeff.

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

Reply via email to