Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Recommend me an open source XML editor

Options
  • 02-10-2008 11:13am
    #1
    Registered Users Posts: 7,468 ✭✭✭


    Currently I'm using VS2008 for my XML editing but that seem a little bit overkill, the xml in question is being consumed by a php site. Sooo, I'd like an XML editor with the following:
    • Open Source
    • Autocomplete
    • Intellisense - equivilant to VS2008 in that it reads the schema and the intellisense is based on it.
    • Runs on Windows

    Any suggestions?


Comments

  • Moderators, Science, Health & Environment Moderators Posts: 10,079 Mod ✭✭✭✭marco_polo


    Evil Phil wrote: »
    Currently I'm using VS2008 for my XML editing but that seem a little bit overkill, the xml in question is being consumed by a php site. Sooo, I'd like an XML editor with the following:
    • Open Source
    • Autocomplete
    • Intellisense - equivilant to VS2008 in that it reads the schema and the intellisense is based on it.
    • Runs on Windows

    Any suggestions?

    I was looking for something similar a few months ago Phil and I drew a blank really. Didn't find anything decent that was still under active development.

    I had visions of finding an complete open source xml editor similar to the commercial XML spy, most of the stuff I downloaded were like poor versions of notepad unfortunately.


  • Registered Users Posts: 39 Talon.ie


    How about eclipse? Though if VS2008 is overkill then eclipse probably falls into the same category......


  • Closed Accounts Posts: 1,444 ✭✭✭Cantab.


    Emacs? jEdit?

    oh wait... intellisense...


  • Moderators, Science, Health & Environment Moderators Posts: 10,079 Mod ✭✭✭✭marco_polo


    Cantab. wrote: »
    Emacs? jEdit?

    oh wait... intellisense...

    Jedit is a great little general purpose editor alright, XML wise it is ok in that it has some auto completion for open tags etc, but unfortunately no support for schema validation or any form of intellisense based on schemas.


  • Registered Users Posts: 378 ✭✭sicruise


    netbeans? - Still overkill though...

    or...

    http://www.xerlin.org
    http://openexeed.sourceforge.jp

    not sure about the auto-complete on these bad boys though


  • Advertisement
  • Moderators, Science, Health & Environment Moderators Posts: 10,079 Mod ✭✭✭✭marco_polo


    sicruise wrote: »
    netbeans? - Still overkill though...

    or...

    http://www.xerlin.org
    http://openexeed.sourceforge.jp

    not sure about the auto-complete on these bad boys though

    Seen those two alright haven't tried them yet though, they don't seem to be under active development any more, although that doesn't mean that they are not good products.


  • Registered Users Posts: 2,931 ✭✭✭Ginger


    Try the Liquid XML Editor

    http://www.liquid-technologies.com/Product_XmlStudio_Features.aspx

    Community edition is 100% free and includes intellisense

    Not opensourse but free, intellisense and runs on windows


  • Moderators, Science, Health & Environment Moderators Posts: 10,079 Mod ✭✭✭✭marco_polo


    Ginger wrote: »
    Try the Liquid XML Editor

    http://www.liquid-technologies.com/Product_XmlStudio_Features.aspx

    Community edition is 100% free and includes intellisense

    Not opensourse but free, intellisense and runs on windows

    Sweet!


Advertisement