views:

5613

answers:

5

I am trying to find a web-based XML Editor with at least syntax highlighting. Something simple in Javascript or Flash would be nice.

The more lightweight, the better it would be.

+1  A: 

I have not tried this as yet but it seems promising.

Xopus

Let Me know if it is of any use.

Blounty
Xopus is far from lightweight ! It might require quite a lot of configuration / customization depending on what you actually want to do with it.
Guillaume
Yes it is not really suitable. What I want is more a syntax coloring text editor in Javascript than a XML editor.
Vincent
A: 

I have found three of them:

http://softwareindustrialization.com/AWebbasedSourceCodeEditorForIronPython.aspx

Vincent
+10  A: 

Try CodeMirror. It syntax highlights given elements (textareas as well as non-editable elements) and, if you set it on a textarea, you'll be able to edit the code pretty well.

Rahul
That's exactly what I did a few months ago, thanks for the answer!
Vincent
Thanks, exactly what I was looking for too!
stian
A: 

I've tried CodeMirror and it works really fine for me (set up in a few minutes). Thank you for posting this lib.

Stefan
A: 

Try out XML Webpad - http://xmlwebpad.codeplex.com/.

netbuild