There's something close to what you want in the sample files. It opens the
file in an external editor and suspends your ability to edit in xmlmind until
you exit the editor. One annoyance is that when you return to xmlmind, you're
back at the beginning of the doc.
David
>From docs/configure/samples2/customize.xxe:
<!-- =======================================================================
Use external editor to edit XML source of current document
and automatically reload it when done.
On Windows, replace emacs by the path to your favorite text editor.
Make sure that this editor supports Unix-style newlines
and the encoding you have chosen for your XML documents.
======================================================================== -->
<command name="editXMLSource">
<macro>
<sequence>
<command name="XXE.save" parameter="[ifNeeded]" />
<command name="run" parameter='emacs "%D"' />
<command name="XXE.open" parameter="[reopen]" />
</sequence>
</macro>
</command>
<binding>
<keyPressed code="ESCAPE" />
<charTyped char="e" />
<command name="editXMLSource" />
</binding>
> -----Original Message-----
> From: xmleditor-support-bounces at xmlmind.com
> [mailto:xmleditor-support-bounces at xmlmind.com]On Behalf Of Poster at
> Kinetium dot Com
> Sent: Tuesday, August 03, 2004 11:50 AM
> To: xmleditor-support at xmlmind.com
> Subject: RE: [XXE] Text View of xml File?
>
>
> I would also find it quite useful to have a (read-only) text view.
>
> Also, the No-Style tree view wastes a lot of white space; it
> could easily
> show 1.5x to 2x the amount of information. If this could be
> done then I
> would feel less need for a text view.
>
>
> > -----Original Message-----
> > From: xmleditor-support-bounces at xmlmind.com
> > [mailto:xmleditor-support-bounces at xmlmind.com]On Behalf Of Peter
> > Schubert
> > Sent: Tuesday, August 03, 2004 5:57 AM
> > To: xmleditor-support at xmlmind.com
> > Subject: [XXE] Text View of xml File?
> >
> >
> > Maybe I'm a bit stupid, but I didn't find a simple text
> > view of the xml file (i.e. raw xml text including all tags
> > , <brackets> ...)
> > If really there is not such view: I think it's mandatory
> > for any xml editor.
> >
> > with best regards from Dresden
> > Peter Schubert
>
>
> --
> XMLmind XML Editor Support List
> xmleditor-support at xmlmind.com
> http://www.xmlmind.com/mailman/listinfo/xmleditor-support
>