Tagged Questions

5
votes
7answers
600 views

Free lightweight XML text editor to include with an application

Our application uses a XML configuation file. I thought that it would be nice to distribute some XML editor with our application, so that the user can conveniently edit the config file. Features ...
3
votes
2answers
731 views

XML editor with intellisense/autocomplete based on XML Schema

I'm looking for an XML editor that can provide auto completion and validation based on an XML schema. The target platform is Linux, with Win/OSX support desirable but optional. From this question I'm ...
2
votes
2answers
1k views

Best Open Source WSDL/XML Editor for Java

Which is considered as the best free WSDL visual editor? I am working in java if it makes a difference.
1
vote
1answer
202 views

Eclipse XML Editor in custom FormEditor

I'm trying to develope an Editor for editing my own XML-Format. However I want to provide a "Source" tab, like some other editors (e.g. JPA Persistence XML editor). My Editor class looks like this ...
1
vote
0answers
165 views

XML table editor

I need a 2D tables editor, that: Lets rename columns. Can save data as XML, using column names as tags, so it's possible to deserialize this XML and get collection of struct instances. Supports ...
1
vote
3answers
5k views

Open Source Xml Editor

I need to write a XML-based markup language. I'd like to provide an open source IDE for it, but I don't want to write it from scratch. So, I'm looking for an open source XML editor, written in C#, ...
1
vote
2answers
853 views

WinForms - Custom XML Editor

I've created a small HTML/JavaScript based mini-web app that reads data from an XML file. Now, I need to create an offline WinForms editor for this XML file. I'm fully aware that using an XML file to ...
0
votes
0answers
22 views

When does Eclipse xml editor show element documentation if you hoover over it

How is it with xml editor and documents that have xsd available ? I remember pop-up documentation when I was hoovering over the elements, but I haven't seen it for past months... I'm using Eclipse ...
0
votes
1answer
49 views

xml editor - xml plumbing tool

I am looking for a simple xml "plumbing tool" - some sort of notepad capable of doing simple xml transformation jobs using XPath queries or scripts, etc By "simple transformation jobs" I mean - take ...
0
votes
5answers
777 views

which is the better XML viewer/editor where I can get XPath of nodes .. (to copy them to xsl file)

Being an XSLT designer, I am finding it hard to type XPath of nodes manually ... is there any editor or xml viewer which can give me Xpath of the nodes so that I can copy paste them :) thanx in ...