On 5/11/05, Calvin Spealman <[EMAIL PROTECTED]> wrote: > I've been looking for something along these lines, myself, although > I'm also looking for one that does WYSIWYG based on arbitrary XSLTs. > Anyway, I've looked around and found a few things.
For a WYSIWYG-based XML editor, check out Vex. http://vex.sourceforge.net/ It lets you define a custom DTD and CSS for an XML file. One nice thing about Vex is that it doesn't make you type XML tags manually. The program presents a list of valid elements based on the DTD, then you just pick which you want. This also cuts down on potential errors. Matt -- [email protected] mailing list

