Live XML Editor
While I don’t recommend editing XML files by hand, its not an uncommon task and I occasionally find myself having to do it. As I am a big advocate of web based applications, I was hoping to find a web based XML editor but had trouble finding one. So I built one.
From the technical point of view, editing the XML directly (rather than translating it to a more edit-friendly format, then converting it back) was something I wanted to explore and jQuery’s fantastic DOM support (which covers XML files as well) seemed to be the right approach. All of the editing is handled in the browser and each update is reflected in the source XML immediately. Saving merely consists of pushing the string onto a PHP script which saves the file.
The interface is still a little clunky and could use some visual and functional improvements, but it should get the job done for now. I’m also planning a number of feature updates.
Let me know how you like.




Subchild is a blog about web development. It's author is Aleksandar Kolundzija, himself a web developer
for 10++ years, presently a Hacker-in-Residence at betaworks. Prior to betaworks, Alex worked at Google, Meebo,
MLB Advanced Media (MLB.com), Razorfish, and elsewhere.
furf says:
November 25th, 2009 at 12:54 pm
very slick stuff. very cool indeed.
* when editing text:
* the cursor moves to the beginning of the input value – select the range instead for instant editing
* enable the submit button only when the current value != the previous value to provide indication that a change has actually been made
* gimme some keystroke navigation
* arrows!
* option-clicking to open recursively an entire branch
* web workers to handle rendering of large xml files
that’s it. …for now!
Jim says:
December 4th, 2009 at 6:59 pm
Any plans to release this with a generous license?
admin says:
December 4th, 2009 at 7:21 pm
Sure. I’ll look into it.
Replica Handbags Sale says:
September 19th, 2010 at 12:45 am
I know the title of cheap Replica Handbags Sale are not a source of inspiration, but believe it or not every fashionista, it appears at one time or another. – You can search for handbags at affordable prices, of course, if you have a budget, but there may be many other reasons.
liamecaps says:
October 13th, 2010 at 2:18 pm
This is very cool. I’d like to try a release as well. Looking for a good web xml editor.
Sam says:
May 2nd, 2012 at 1:41 pm
Is this still alive or is it abandoned?
admin says:
November 12th, 2012 at 11:57 am
Alive and well.