Does anyone know of a tool for tidying up XML, at least making the
nests indent properly?
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Dag Sunde - 01 Apr 2004 00:20 GMT
> Does anyone know of a tool for tidying up XML, at least making the
> nests indent properly?
There are several plugins for JEdit...
I use "XML Indenter".
--
Dag.
Shane Mingins - 01 Apr 2004 02:04 GMT
> Does anyone know of a tool for tidying up XML, at least making the
> nests indent properly?
Just open it in your IDE and go Tools->Reformat code. Cos I know you'd be
using the best Java IDE around http://www.intellij.com/idea/ :-)
And if not ... here's a good reason to start *grin*
Shane
Scott Ellsworth - 01 Apr 2004 21:02 GMT
> Does anyone know of a tool for tidying up XML, at least making the
> nests indent properly?
For a UI, BBEdit is a great MacOS X editor.
If you happen to spot a command line tool that lets me rationalize line
endings and indent either with one tab or two spaces per tag based on a
flag (two different coding standards, ya know), please let me know. I
could use such a beast before checking into cvs.
Scott
Chet Murphy - 04 Apr 2004 04:59 GMT
> Does anyone know of a tool for tidying up XML, at least making the
> nests indent properly?
In SitePad Pro just go to Edit -> Reformat.