simple xml editor
XMLSpear 2.3.0
XMLSpear - Java XML Editor more>>
You can assign a schema or DTD to validate the xml. For correcting not-wellformed xml a simple source editor is available.
Main features:
- Full schema validation using DOM3 in Xerces 2.8.0
- Tree editor for inserting and deleting nodes
- real-time validation while editing table and element view
- GUI components reflecting the xml schema
- Visual and textual feedback for errors
- Support for multi-document view
- Generation of complete xml documents from schema
- Opening and correction of not-well formed XML
- Plug-In interface for extending functionality
- Flexible encoding (character set) support
- Project viewer
- Integrated text and HTML plugin.
Enhancements:
Solved bugs:
- Incorrect display and behavior of default button in dialogs
- Double-clicking folders in the file tree to expand the tree, incidentally triggered an action to open a file.
- After deleting all file trees, a newly add tree only showed up after opening a source or restarting XMLSpear
- The filetree tab, which displays the top directory name, was not updated after a folder was selected as the new root.
- Small problems with the item names in the filetree popup menu in java 1.6
- Incorrect positions in the find-replace (especially concerning Windows users after a saving a document.
- Redundant extra line number in text editor
- Several XML formatting issues in the source view.
- Loss of linefeeds after editing text in tree tabel
- Incorrect behavior regarding to mixed elements with multiple text nodes
- Prefix initially not filled in dialog for inserting elements or attributes
New functionality:
- Move up possibility in file tree
- If you select a .xsd file in the tree, there will be a new option in the popupmenu to generate a XML instance from the selected schema
- A totally new find-replace dialog with the possibility to mark text.
- A find function for the tree table
- Improved support for mixed elements. You can switch to an advanced mode, where the textnodes will displayed in the tree.
- If a text has linefeeds or tabs you are not allowed editing the text in the table cell. This will be indicated by a special button which brings up a text editor.
- In edit mode, you will have a button in each cell to switch to a full functional tekst editor.
- If a value is part of an enumeration, it will be showed in the table. In previous versions the combobox was only showed in editMode.
- Xpath display of each selected element in the tree table view
- Insert and editing of CDATA and text nodes in the tree table view
- Improved schema support for enumerations and fixed values
- Unformat option in the XML source view
Updates:
- Alphabetical listing of elements in dialogs
- Collapse and Expand actions are now local to the selected node, instead of to the complete tree
- The warning message for large XML files is removed. If a XML file is displayed in the treetable, it will no longer be fully expanded. This will save a lot of load time. It is not a good idea to fully expand such a tree from the rootlevel. This will be slow or may cause an out-of-memory exception.
Really Simple Text 1.1
Really Simple Text is a simple text editor more>>
It doesnt handle or force you to handle .rtf files that Apples TextEdit uses.
Now you can edit and work with PC .txt or the orignal simple text documents without having to resave them as .rtf.
Enhancements:
- Support for any file type drop (so you can edit anything as text)
- Optimization for 10.4.
Eyehome Customization RSS/XML feed 0.3
Eyehome Customization RSS/XML feed is a simple and effective Apple script which is used to change the RSS/XML feeds (services->news)! more>> <<less
Tigerleaf 2.0
Create simple XML documents, manageable sites and PDF publications more>> Create simple XML documents, manageable sites and PDF publications
Tigerleaf eases XML plublishing and authoring with code generation, management, versioning, and workflow features.
Enhancements
- XML elements leaked into HTML output
- PDF formatting simplified
- Refactoring (in preparationfor XSLT 2.0)
jsXe 0.5 Pre-release 3
Java simple XML editor for your Mac more>> Java simple XML editor for your Mac
jsXe is a fast, intuitive, scalable, platform-independent XML editor. jsXe aims to provide end users and developers with an intuitive way of creating XML documents that is simple enough to deal with any XML document but flexible to allow the addition of support for XML document formats through the use of plugins.
Main features:
General
- Written in Java, so it runs on Mac OS X, Unix, OS/2, Windows, and VMS.
- XML documents are edited using views. jsXe allows for multiple views.
- Syntax highlighted source view (version 0.4 beta)
- Plugin interface that allows the addition of views without re-compiling
- Relatively good serialization of XML documents. Supports the option of formatting serialized XML documents or not formatting. Supports preserving whitespace in text.
- Allows opening and editing of multiple XML documents in one open window.
- Incremental parsing. Parsing the document and validation will be done automatically without having to continuously hit a validate/parse button.
- Support for validation of an XML document using DTDs and other forms of Schema.
- DTD/Schema introspection. Information in the DTD/Schema is used to allow users to add and edit nodes based on defined within the DTD/Schema.
- Internationalization. jsXe has support to easily create translations of menus and messages into your native language.
- Built-in completion support for XML Schema, XHTML, XSLT, and XSL:FO
Tree View
- Adding, deleting, and editing of Nodes in an XML document using context menus.
- Adding, deleting, and editing of attributes of an element node.
- Drag and Drop of XML nodes within the Tree view and to text editors.
Source View
- Text editing of the full XML source of any XML document
- Cut, copy, and paste and other limited features.
FAQ XML 0.1
Maintain FAQs in XML format for easier use more>> Maintain FAQs in XML format for easier use
FAQ XML is a format and simple framework to maintain various lists of FAQs in structured, XML-based format. The list of FAQs can be easily produced into lots of various human-readable formats, employing usage of XSLT and several other external applications.
Currently, FAQ XML supports following target output formats:
- Interactive one-page HTML (enhanced with JavaScript)
- Simple one-page HTML
- Multi-page HTML
- Text file (requires Lynx)
- PDF print-ready output (requires TeX)
XMLStarlet 1.0.1
XMLStarlet - Set of command line utilitieswhich can be used to transform, query, validate, and edit XML documents and files more>> XMLStarlet - Set of command line utilitieswhich can be used to transform, query, validate, and edit XML documents and files
XMLStarlet is a set of command line utilities (tools) which can be used to transform, query, validate, and edit XML documents and files using simple set of shell commands in similar way it is done for plain text files using UNIX grep, sed, awk, diff, patch, join, etc commands.
The XMLStarlet set of command line utilities can be used by those who have to deal with many XML documents on a UNIX shell command prompt as well as for automated XML processing with shell scripts.
Main features:
- Check or validate XML files (simple well-formedness check, DTD, XSD, RelaxNG)
- Calculate values of XPath expressions on XML files (such as running sums, etc)
- Search XML files for matches to given XPath expressions
- Apply XSLT stylesheets to XML documents (including EXSLT support, and passing parameters to stylesheets)
- Query XML documents (ex. query for value of some elements of attributes, sorting, etc)
- Modify or edit XML documents (ex. delete some elements)
- Format or "beautify" XML documents (as changing indentation, etc)
- Fetch XML documents using http:// or ftp:// URLs
- Browse tree structure of XML documents (in similar way to ls command for directories)
- Include one XML document into another using XInclude
- XML c14n canonicalization
- Escape/unescape special XML characters in input text
- Print directory as XML document
- Convert XML into PYX format (based on ESIS - ISO 8879), and vice versa
System requirements:
- libxml2
- libxslt
NOTE: XMLStartlet is licensed and distributed under the terms of the MIT license.
Simple White 0.1
A white themed and clean looking contact list theme set for the Adium IM client Simple White is a free, minimalistic, clean looking and white themed contact list theme pack for all Adium IM client more>> <<less
Simple t 3.0
Simple t - Calculates independent & dependent t-tests from group data more>>
RealBasic Source.
XML Tools 2.9.3
Scripting addition to parse & generate XML data. more>>
XML Tools 2.9.3 is a new, easy to use but powerful AppleScript Scripting Addition which allows AppleScript to parse and generate XML data.
License:Freeware
Simple Myspace Editor 1.0
Simple Myspace Editor - Simple editor for you myspace account more>>
Well here you go, this is a very simple editor.
Change scrollbars, titles, text, and images with this small widget.

Simple Photo Editor 2.0
Simple photo editor. more>>
This is a simple photo editor, drag on a picture onto the app, and it will prompt you with the effects you can make to it. Now compatible with Mac OS X 10.5.2
Simple 2.0
Blue ShapeShifter theme. more>>
Simple Screen Savers 1.0
Simple Screen Savers - Screensavers collection more>>
Simple Screen Savers was created with the help of Quartz 2D.
Simple Invoices 2009.1b5
Web-based invoicing system for personal or small business needs. more>>
Simple Invoices 2009.1b5 brings a powerful web-based invoicing system which is designed typically for personal or small business needs. Simple Invoices is a simple, community developed, free/open source.