vote up 2 vote down star
1

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.

flag

73% accept rate

3 Answers

vote up 3 vote down check

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.

link|flag
That's exactly what I did a few months ago, thanks for the answer! – Vincent Mar 24 at 22:17
Thanks, exactly what I was looking for too! – stian Nov 2 at 14:14
vote up 2 vote down

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

Xopus

Let Me know if it is of any use.

link|flag
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 Dec 18 '08 at 15:56
Yes it is not really suitable. What I want is more a syntax coloring text editor in Javascript than a XML editor. – Vincent Dec 18 '08 at 16:09
vote up 0 vote down

I have found three of them:

http://softwareindustrialization.com/AWebbasedSourceCodeEditorForIronPython.aspx

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.