Jan Bares wrote:
> I am new to XXE. Can I see and edit XML source? There is tree and styled
> vied but sometimes the pure source is needed too.

Sorry, there is no source view.

When I really need to see/edit the XML using a text editor, I use the 
following macro.

===
   <command name="editXMLSource">
     <macro>
       <sequence>
        <command name="XXE.save" parameter="[ifNeeded]" />
        <command name="run" parameter='emacs "%D"' />
        <command name="XXE.open" parameter="[reopenIfNewer]" />
       </sequence>
     </macro>
   </command>

   <binding>
     <keyPressed code="ESCAPE" />
     <charTyped char="e" />
     <command name="editXMLSource" />
   </binding>
===

Copy attached customize.xxe to C:\Documents and 
Settings\<user>\xxe2\config\ (~/.xxe2/config/ on Linux and Mac) and 
restart XXE.

Then open a document in XXE and press "Esc" then "e" to launch the text 
editor.

Note that you'll need to adapt the above macro if you don't use emacs as 
your text editor.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: customize.xxe
Type: text/xml
Size: 1145 bytes
Desc: not available
Url : 
http://www.xmlmind.com/pipermail/xmleditor-support/attachments/20041115/d4f9bc90/attachment.xml
 

Reply via email to