Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

9
votes
5answers
2k views

Does anyone know of a good MAML editor

At work we use Sandcastle for creation of help files. I have been using SandCastleGUI for some time and I'm looking for a way to create additional pages in the help file. These pages are written in ...
5
votes
7answers
586 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 ...
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.
2
votes
2answers
682 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
302 views

How to show a list of spelling suggestions in the default Eclipse XML Editor?

I have the default Eclipse spell checker enabled. When a spelling error is detected while I'm working in the Java editor, I can use Ctrl-1 to show a list of suggested spelling corrections. However, ...
1
vote
0answers
89 views

netbeans, xml autocomplete for attributes fails for default namespace

I've defined two namespaces: beans, aop. If you cut & paste into a Netbeans the tag that i've written below, and you try to edit a tag inside beans:beans you should observe this behavior: ...
1
vote
1answer
185 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
151 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
4k 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
829 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
15 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
0answers
44 views

VisualStudio Editor - How to use XSD that is embedded in a referenced Assembly?

In our organization most developers work against library assemblies and not against library source. Now we have a XSD in one of our assemblies as embedded ressource, and need the developers to write ...
0
votes
1answer
47 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
2answers
112 views

How to install xsd via VSIX installer?

Visual Studio uses xsd files to provide intellisense for xml files that matches the namespace. I have created custom xml schema and I want to apply that schema when user is editing that type of ...
0
votes
1answer
477 views

CodeMirror code completion analyzing cursor location

I want to integrate code completion feature to CodeMirror based xml editor. It basically parses the schema of the xml file and provide code completion according to schema and its structure. But there ...
0
votes
5answers
752 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 ...