27

I have been testing out a few different xml editor/viewers and I can't seem to find any that have a feature that is comparable to XMLSpy's grid view. Another feature I'd like to find, but is a deal breaker would be XMLSpy's ability to "Copy as Structured Text". Haven't found anything similar to this either in the free varieties of xml editors/viewers.

Anybody ever worked with a free xml editor that has the grid view option like XMLSpy?

Pradeep Pati
  • 5,779
  • 3
  • 29
  • 43
swolff1978
  • 1,845
  • 7
  • 28
  • 44
  • You could try http://xmlgrid.net/, an online service. It seems to work well enough but the website is showing signs of bitrot. There are broken links and the Forum link returning "internal server error". I didn't see an option for self hosting but it might be in there somewhere. – matt wilkie Jun 15 '17 at 19:41
  • You can try [XiMpLe](http://www.ximple.cz) It should have both your requirements (grid view + structure text). – guest Sep 02 '18 at 12:55

9 Answers9

19

You can also use XMLPad tool and it's free!! You can download it from here

Another one is EditiX

Rohan
  • 3,068
  • 1
  • 20
  • 26
8

It seems the functionality you are looking for is already available in WMHelp XMLPad. It provides source, grid table preview. Software is free and development seems stopped in 2008.

Also, you can try Foxe or XML Copy Editor or Jaxe or CAMV

Saikat
  • 14,222
  • 20
  • 104
  • 125
8

oXygen has a grid view for editing. oXygen is not free, but they do have a 30 day trial. Great editor for XML based work. The price is reasonable for all the features.

The XML document is displayed in the XML Grid Editor as a structured layout of nested tables in which the text content can be modified without directly interacting the XML tags. considers the child elements and attributes of the recurring elements as columns. The tables can be expanded and collapsed with a mouse click to show or hide the elements as needed. Also the document structure can be changed easily with drag and drop operations on the grid components.

Grid Editor with content completion Grid Editor view

Community
  • 1
  • 1
Mads Hansen
  • 63,927
  • 12
  • 112
  • 147
6

Liquid XML Studio has an XML grid editor. Each section can be viewed as a tree or a table. The Table view allows data to be cut and pasted from tabular data sources ie Excel, SQL Server management studio etc.

Liquid XML Studio - DTD Grid Editor

Sprotty
  • 5,676
  • 3
  • 33
  • 52
6

Liquid's grid view is limited. you can't select multiple cells for copying an pasting. I would go with Oxygen or XMLSpy. Stylus studio is also a decent option.

user302254
  • 215
  • 1
  • 3
  • 8
6

There appears to be a product called XML Marker that claims to have this as well.

http://symbolclick.com/

Never tried it.

dreftymac
  • 31,404
  • 26
  • 119
  • 182
4

You can also use Xsemmel and it is open source: https://xsemmel.codeplex.com

Jens
  • 2,327
  • 25
  • 34
  • XSemmel failed for us by loading a UTF-16 file and saving it as UTF-8. Deal-breaker for us, YMMD – Richard Urwin Apr 19 '17 at 12:50
  • 1
    Xsemmel's can view XML as text, tree, and grid. But the 09-APR-2017 release seems to lack the ability to keep the text and grid views "in sync". In contrast, the product does keep tree and text views "in sync". I'm using "in sync" to mean, you cursor around in the text view, then when you toggle to the the grid view it "auto expands" the XML elements in the grid view to match the text view cursor location. Altova XMLSpy has this feature. – buzz3791 Aug 01 '17 at 15:03
3

You can check here http://en.wikipedia.org/wiki/Comparison_of_XML_editors for all available editors.

Ozan Deniz
  • 1,087
  • 7
  • 22
2

XML Marker is a great tool that I've used for years. Well, that is, the old, free version (v1.1). The current version 2.2 is no longer free: $50 individual, $125 commercial. I find that price insane. Same with Liquid XML looks even nicer, but with an even insanerer[sic] price of $100/$300. I'm surprised there aren't better free or even reasonably priced (<$20 IMHO) editors out there. I'm tempted to write one, charge $5, and make a killing by sheer volume. ;-)

[Addendum:] I just downloaded Xsemmel, recommended by another commenter. It's free & open source, and so far it looks pretty good! I'm going to give this a run for a while.

Didjit
  • 785
  • 2
  • 8
  • 26