c extended to include an xml editor and parser
iTunes XML Library Parser 1.0
iTunes XML Library Parser - Realbasic class parses 10mb/sec more>>
Photoshop CS3 Extended Plug-In for Google 3D Warehouse Pre1
A plug-in that enables you to search and download 3D models from Google 3D Warehouse directly from Adobe Photoshop CS3 Extended more>>
Once you have downloaded the plug-in, you will be able to search Google 3D Warehouse from Photoshop CS3 Extended by going to File>Automate>Search Google for 3D Model.
Note: The Plug-In for Google 3D Warehouse is pre-release software. It has only been tested using an English operating system with an English version of Photoshop CS3 Extended. There may be bugs or other unknown issues. There is no installer for this plug-in you must manually place the plug-in into the Photoshop plug-ins folder.
XMLmind XML Editor 4.4.0
Highly-extensible, multi-platform, validating XML editor featuring a word processor-like view more>> Highly-extensible, multi-platform, validating XML editor featuring a word processor-like view
XMLmind XML Editor is a highly-extensible, multi-platform, validating XML editor featuring a word processor-like view.
XMLmind XML Editor is a powerful tool available in two editions: Standard Edition and Professional Edition. Standard Edition is free of charge but has fewer features than Professional Edition.
Main features:
- Supports the DTD, W3C XML Schema, RELAX NG schemas, XML namespace, XSLT, XPath, XInclude, XML catalog standards.
- Editing commands are DTD/schema aware. This makes creating invalid documents almost impossible.
- Word processor-like views are configured using cascading style sheets (CSS2).
- When a CSS style sheet is not available for a document, a fully editable tree view is used instead of the word processor-like view.
- Multiple, synchronized, views can be used to edit the same document.
- Standard controls such as buttons, check boxes, combo boxes, text fields, etc, can be embedded in the word processor-like view. With this feature, XXE can be used to edit XML data, XML documents or a mix of both content types.
- Has an easy to use and yet extremely powerful integrated spreadsheet engine.
- Can transform the document being edited using a built-in XSLT engine and FO processor plug-ins.
- Supports many image formats (GIF, JPEG, PNG, SVG, TIFF, BMP, EPS, PDF, etc) through the use of image toolkit plug-ins.
- Can be used to edit documents stored on an FTP or WebDAV server.
- Ready-to-use support for XHTML (including HTML.4 tables and forms), DocBook (including CALS tables), Simplified DocBook, Slides.
- Localized to English, French, German and Czech. Spell checker with dictionaries for English, French, German and Spanish.
- Multi-platform: Windows, Linux, Mac OS X.
- Can be customized (menu, tool bar, keyboard shortcuts, macro-commands, etc) without any programming, using modular XML configuration files.
- Can be extended by writing custom commands and custom views in the JavaTM programming language.
- Configuration files and Jar files containing extension code can be centralized on an HTTP or FTP server.
- Can be deployed using JavaTM Web Start.
System requirements:
-
- At least 256Mb of memory and a 600MHz CPU.
- 60Mb of free disk space, 120Mb for a self-contained distribution which includes a Java 1.5 runtime.
Enhancements
- Suns ``next generation JavaTM plug-in can be used to run XMLmind XML Editor (Professional Edition only) as an applet.
- Integrated support for input methods (e.g. Japanese Romaji Input).
- Several other enhancements make XMLmind XML Editor (all editions) more comfortable to use.
iTunes XML Library Parser for REALbasic 1.0
iTunes XML Library Parser for REALbasic - Read your iTunes XML file and parse the songs and song properties into memory more>>
Completly freeware for non-commercial use.
Extended Software Updater 2.0
Extended Software Updater is a system utility to check the latest version available of your software more>> Extended Software Updater is a system utility to check the latest version available of your software.
- It allows you to search for software installed on your hard drive that are compatible with Extended Software Updater.
- It allows you to check for the latest versions of these software available online.
- It has an inline help to guide you through the interface.
- It remembers window last position at launch.
- It takes very little memory, CPU and disk space.
- It doesnt need any installation nor configuration, which makes it very easy to use.
Mac OS X 10.1 or later.
Vresion 2.0 adds the following:
- An Exclusion list allows to exclude any selected software from the checking.
- A Spanish localization has been released.
- Thank you to Alberto CANTO (traduccion@teleline.es) for his translation from English to Spanish.
Morphon XML-Editor 3.1.4
The Morphon XML-Editor is a WYSIWYG Wordprocessor-like validating XML-Editor which lets you easily create and modify XML documents. Morphon also provides a CSS editor for use as a styling language more>>
Some key features of the Morphon XML-Editor:Support DTD, XML Schemas grammar and namepaces.
Support for TablesEditable source viewSpell checkerPrintingMac OS menu bar now supportedAuto saving of your filesVarious plugin APIs for developers to extend the editors functionality.
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
Amaya HTML Editor 11.0
Amaya HTML Editor is released with an aim to create and update documents directly on the Web easily and quickly. more>>
Amaya HTML Editor 11.0 is released with an aim to create and update documents directly on the Web easily and quickly. Browsing features are seamlessly integrated with the editing and remote access features in a uniform environment. Amaya started as an HTML + CSS style sheets editor. Since that time it was extended to support XML and an increasing number of XML applications such as the XHTML family, MathML, and SVG.
The current releases, Amaya 9.52, is available for Linux, Windows and Mac OS X. You can display and partially edit XML documents. It's an internationalized application. It's free.
Jericho HTML Parser 3.0
Free and open source HTML parser for your Mac more>> Free and open source HTML parser for your Mac
Jericho HTML Parser is an open source Java library allowing analysis and manipulation of parts of an HTML document, including server-side tags, while reproducing verbatim any invalid or unrecognized HTML.
Jericho HTML Parser also provides high-level HTML form manipulation functions.
Main features:
- - The presence of badly formatted HTML does not interfere with the parsing of the rest of the document, which makes the library ideal for use with "real-world" HTML that chokes other parsers.
- - PHP, JSP, ASP, PSP and Mason server tags are explicitly recognized by the parser. This means that normal HTML is still parsed properly even if there are server tags inside them, which is common for example when dynamically setting element attributes.
- - It is neither an event nor tree based parser, but rather uses a combination of simple text search, efficient tag recognition and a tag position cache. The text of the whole source document is first loaded into memory, and then only the relevant segments searched for the relevant characters of each search operation.
- - Compared to a tree based parser such as DOM, the memory and resource requirements can be far better if only small sections of the document need to be parsed or modified. Incorrect or badly formatted HTML can easily be ignored, unlike tree based parsers which must identify every node in the document from top to bottom.
- - Compared to an event based parser such as SAX, the interface is on a much higher level and more intuitive, and a tree representation of the document element hierarchy is easily created if required.
- - The begin and end positions in the source document of all parsed segments are accessible, allowing modification of only selected segments of the document without having to reconstruct the entire document from a tree.
- - The row and column number of each position in the source document are easily accessible.
- - Provides a simple but comprehensive interface for the analysis and manipulation of HTML form controls, including the extraction and population of initial values, and conversion to read-only or data display modes. Analysis of the form controls also allows data received from the form to be stored and presented in an appropriate manner.
- - Custom tag types can be easily defined and registered for recognition by the parser.
- - Built-in functionality to extract all text from HTML markup, suitable for feeding into a text search engine such as Apache Lucene.
- - Built-in functionality to render HTML markup with simple text formatting.
- - Built-in functionality to format HTML source code that indents elements according to their depth in the document element hierarchy.
- - Built-in functionality to compact HTML source code by removing all unnecessary white space.
Games::Poker::HistoryParser 1.55
Free and open source poker hand history parser more>> Free and open source poker hand history parser
Games::Poker::HistoryParser is a library of modules used to parse poker hand histories as generated by various online poker sites.
Games::Poker::HistoryParser also includes a number of output modules that format the data in various formats, such as XML, HTML, 2+2 Forums, etc.
NOTE: Games::Poker::HistoryParser is licensed and distributed under the terms of the Artistic License.
Enhancements:
- Major changes to the testing code. For a full look at testing, get a developer release from CVS.
- Added/fixed some PokerStars parsing.

MPlayer OSX Extended rev10
MPlayer OSX Extended is an unofficial extension of the MPlayer OSX user interface. Development on the official MPlayer OSX frontend has been slow in recent years and MPlayer OSX Extended tries to more>>
MPlayer OSX Extended rev10 offers you a useful software which is an unofficial extension of the MPlayer OSX user interface. Development on the official MPlayer OSX frontend has been slow in recent years and MPlayer OSX Extended tries to change that.
The project is focused on a steady pace and aimed at making MPlayer OSX what it ought to be: A simple but powerful video player.
MPlayer OSX Extended is not aimed at long release cycles and maintaining stable branches. To keep development simple and to focus on bringing the project forward, there's only one branch and no release numbers. Just ongoing revisions, of which each should be better than the one before.
Major Features:
- Fullscreen controls
- More video filter options (Postprocessing, Deinterlace etc)
- Support for styled ASS subtitles
- Audio and video equalizers (not yet interactive)
- Taking Screenshots
- Stream selection
- Automatic updates
- Up-to-date compiled versions of MPlayer
- Many interface improvements
- Many bug fixes

MPlayer OSX Extended rev11
Extended version of the MPlayer video player. more>>
MPlayer OSX Extended rev11 is developed to be an unofficial extension of the MPlayer OSX user interface. Development on the official MPlayer OSX frontend has been slow in recent years and MPlayer OSX Extended tries to change that. The project is focused on a steady pace and aimed at making MPlayer OSX what it ought to be: A simple but powerful video player.
MPlayer OSX Extended is not aimed at long release cycles and maintaining stable branches. To keep development simple and to focus on bringing the project forward, there's only one branch and no release numbers. Just ongoing revisions, of which each should be better than the one before.
Enhancements:
- Fullscreen controls
- More video filter options (Postprocessing, Deinterlace etc)
- Support for styled ASS subtitles
- Audio and video equalizers (not yet interactive)
- Taking Screenshots
- Stream selection
- Automatic updates
- Up-to-date compiled versions of MPlayer
- Many interface improvements
- Many bug fixes
Microsoft Office Open XML File Format Converter 0.2.0 Beta
Convert Office Open XML files to a format that is compatible with Microsoft Office 2004 for Mac and Microsoft Office X for Mac more>> <<less
Seths CSV Parser 1.2.1
Seths CSV Parser - Pair of classes to parse a CSV file more>>
Completly freeware for non-commercial use.
Apimac PAD Editor 1.0.2
Apimac PAD Editor is a PAD (portable application description) file editor more>>
Unlike other PAD editors, Apimac PAD Edit is fully XML compliant and fully PAD specifications compliant. The program uses a smart engine to directly obtain information about the PAD files from the PAD specification XML file (padspec.xml), including names, descriptions, field length, allowed characters and format. A window will let you know instantaneously if what you wrote is valid according to the specifications, or not. Theres no need to use external PAD validation services, the program checks for the validity of fields every time you leave one.
Apimac PAD Editor is freeware, anyway, whether you would like to make a donation to the programmer that wrote and mantains this application at Apimac in its coffee time instead to take some break, please donate.
Enhancements:
- This release fixes a bug where a "&" character where incorrectly written twice in certain fields and improves the application speed.