Open-source and free of cost, Komodo is a good multi-platform text editor. You can use macros and plug-ins to customize the tool according to your preferences. The range of features is quite attractive but be warned, if you are an amateur, you may find Komodo Edit slightly on the complicated side. Note: I’ve included the original article text to describe the background issues about XML editing in macOS, but to retain your sanity, be sure to follow the May 2016 and July 2018 updates at the end and use a text editor that doesn’t require unzipping and rezipping the files. TextMate for macOS. Powerful and customizable text editor with support for a huge list of programming languages and developed as open source. Download TextMate 2.0. Requires macOS 10.9 or later.
There are plenty of 'heavyweight' tools such as XmlSpy, which are good for prodding around in xml docs - but often (very often in some cases!) you just want to quickly open and browse an xml doc, and have it pretty printed. Possibly with some basic search functionality (textual is probably fine).
I usually use a browser such as IE of Firefox for this, but they tend to break down for larger file sizes (I'm often opening files in the 10s of MBs or more).
I have some ideas about how such a viewer might be implemented, so I'm sure there must be something out there that can do it, but my google-fu is letting me down.
So I thought I'd put it to the hive-mind that is SO to lead the way.
Thoughts?
Tshepangclosed as not constructive by KevOct 31 '12 at 0:39
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. If this question can be reworded to fit the rules in the help center, please edit the question.
9 Answers
firstobject's 605k download lightweight native Windows free XML editor opens a 50MB file in 1.3 seconds and provides text editing, search, syntax-colored printing, plus tree view and additional XML features including formatting and full-blown CMarkup scripting built in. You can reformat an entire 50MB XML document to a different indentation (takes 3 seconds on a nothing special 2.3GHz/2GB machine).
Ben BryantBen BryantXML Copy Editor is perfect for this type of thing.
yalestaryalestarI like the viewer of Total Commander because it only loads the text you actually see and so is very fast. Of course, it is just a text/hex viewer, so it won't format your XML, but you can use a basic text search.
Vba editor for mac. Big Update to the VB Editor for Mac. I know many Mac users have been waiting along time for this, and I'm excited to share that an update to the VB Editor is finally here! Microsoft just released a new build of Excel that contains a new VB Editor, which we use to write VBA macros in Excel.
schnaaderschnaaderI have tried dozens of XML editors hoping to find one which would be able to do some kind of visualization. The best lightweight viewer for windows I have found was XMLMarker - too bad the project has been dead for some years now. It is not so useful as an editor, but it does a good job of displaying flat XML data as tables.
There are tons of free editors that do XML syntax highlighting, including vim, emacs, scite, eclipse (J2EE edition), jedit, notepad++.
For heavyweight XML features, like XPath support, XSLT editing and debugging, SOAP/WSDL there are some good commercial tools like, XMLSpy, Oxygen, StylusStudio.
JEdit is open-source and also has plugins for XML, XPath and XSLT.
Word-2003 is fairly good for visualizing (but don't use it for editing). Excel-2003 and up also does a good job at visualizing flat XML data and can apply XSL transformations (again, no good as an editor).
http://www.firstobject.com/dn_editor.htm is so far the best and lightest editor available with handful of utilities. I recommend using it - tried with up to 400 MB of files and more than a million records :)
doubleDownI like Microsoft's XML Notepad 2007, but I don't know how it handles very large files, sorry.
user39603user39603TextPad has a free xmltidy plugin that pretty-prints your XML. Nice and fast, although TextPad is shareware.
skaffmanskaffmanNot the answer you're looking for? Browse other questions tagged xmlbrowserviewer or ask your own question.
I use XML Editor from XMLmind for editing/viewing XML file in Mac.
It's not bad, but I expect an XML editor for Mac. What options do I have including the commercial/free software?
hairboat♦14 Answers
OS X Software for Editing XML
- EditX (commercial)
- oXygen (commercial)
- XML Edita (commercial)
- XMLMate (free/open sourceplugin) for TextMate (shareware)
- XMPlify (commercial)
Although it's still a beta I have found Xmplify to be a pretty useful XML aware tool. Copes with DTD, XSD, XPath and XSL transformation in the tool
Eclipse works on Mac OS and it is one of the best XML editor around, actually. It has XSD validation, autocompletion towards this schema. Also, it offers a graphical XSD designer.
And of course Emacs with psgml-mode or nxml-mode will edit XML.
Free Xml Editor For Mac
Testing this and that, I settled down with Text Wrangler, with XML Tidy script. It's free and pretty useful for my purposes.
prosseekprosseekIf you have the Apple Developer Tools installed, then you have XCode and this includes the Property List Editor
app (Apple preference plist files are often in XML format, hence the app name).
You can find the app here: /Developer/Applications/Utilities/Property List Editor.app
IntelliJ IDEA is overall a good IDE, it's available on Mac, and it supports editing XML in ways such as syntax highlighting, collapsing a given scope, and validating XML. I haven't used it much for XML, but I've had good experiences with that IDE for other purposes so thought I would mention it here.
TextMate.
You can download the source code from GitHub and compile it locally. Then in the preferences install the appropriate language bundle. https://github.com/textmate/textmate
If you like the application I would recommend buying the commercial version to show your support to the author.
I always believe that an open source is the best and simple solutions. You can try BlueFish, or Brackets, I strongly advise you to try it, you won't lose anything.
Make Stunning Slideshows Capture memorable events and turn them into amazing slideshows. Record media files from your PC screen and create video guides, training videos or demos. Record Your Video Transfer video from DV/HDV cameras, webcams or VHS cameras and save video on hard drive or burn DVD discs. Import images, add your voice or favourite audio tracks, captions and impressive video effects and transitions. Video editor for mac free. Due to the integrated video cache technology, HD-video editing becomes faster.
Fast composition workflow. Free audio editor download. SSL-style mix compression and EQ. Awesome sound set serves as instant inspiration for new electronic tracks. Pros: Versatile array of bundled instruments.
Isn’t that a 3D rendering app? Much more than just rendering – Blender is also a capable free video editor We know what you’re thinking:? There are lots of export options, and while there aren’t presets for specific devices (something that’s handy if you’re making movies for mobile) it’s easy to fine tune settings and codecs. https://safelucky.netlify.app/easiest-video-editor-for-mac-and-windows-free.html.
I'm looking for the same thing, and I just came across XMLmind XML Editor. I like how it can load my files pretty quickly.
@rds: I've tried using Eclipse to open my XML files, but it would hang with my files (>15MB). I've come to notice any editor built with Java hangs upon trying to open my file, or at least takes an unbearably long time to load it.
daviesgeekI like the look of http://www.sublimetext.com/2as seen in a Daniel Shiffman tutorial
Best Html Editors For Mac
As an alternative to XMLmind XML Editor there's QXmlEdit It is also free and quite feature rich. It's written in Qt and runs on Mac as well as the other platforms Qt supports.
I found a simple and free software to view, no editor: XML Spy
You can try all in one JSON viewer or all in one XML viewer.
nohillside♦You must log in to answer this question.
protected by nohillside♦Dec 22 '17 at 5:13
Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
Comments are closed.