Cover Pages Logo SEARCH
Advanced Search
ABOUT
Site Map
CP RSS Channel
Contact Us
Sponsoring CP
About Our Sponsors

NEWS
Cover Stories
Articles & Papers
Press Releases

CORE STANDARDS
XML
SGML
Schemas
XSL/XSLT/XPath
XLink
XML Query
CSS
SVG

TECHNOLOGY REPORTS
XML Applications
General Apps
Government Apps
Academic Apps

EVENTS
LIBRARY
Introductions
FAQs
Bibliography
Technology and Society
Semantics
Tech Topics
Software
Related Standards
Historic

jEdit for XML


Date:      Sat, 06 Jan 2001 19:22:19 -0500
From:      "Thomas B. Passin" <tpassin@home.com>
To:        AndrewWatt2000@aol.com, xml-dev@xml.org
Subject:   jEdit for XML (was Re: XRay XSLT/XML editor)

jEdit also turns out to have some nice XML editing features. jEdit does syntax colorizing, including for xml files. When you get the xml plugin, it will parse the active document and display the element tree in another panel, which can be docked of free-floating.

The really nice part is that when you click on an element in the tree, all the source text for that element highlights in the main text window. Conversely, if you click somewhere in the text, the corresponding element in the tree view highlights. Very nice.

It also tells you when you type something that's not well-formed.

jEdit is a java, open-source text (free) editor that is configured for syntax highlighting using xml files - in includes the aelfred parser, which is also used in the xml plugin. It also has an html plugin, which includes Dave Ragget's Tidy. Since jEdit is useful as a programmer's editor in many languages, it is very attractive.

It's at

http://jedit.sourceforge.net

One quirk, though -

On my two Windows machines, it sometimes stalls when it is loading. The splash screen starts but then it stalls and freezes the machine. <CNTRL-ALT-DELETE> twice in a row takes care of that (without rebooting). So I often leave it running - once it actually starts I've never had any problems, and the stalling doesn't happen often.

It's also programmable, so there might be a way to get it to do transforms.

Cheers,

Tom P


Prepared by Robin Cover for The XML Cover Pages archive.


Globe Image

Document URL: http://xml.coverpages.org/jEdit20010106.html