xml based
STXML 3.0
Object-oriented framework for XML. more>>
It is straightforward and simple to use for probably 90% of what most people use XML for.
Future verions will build upon these foundations to make both creating and accessing XML-based data much easier.
ASIP XML Maker 1.0
ASIP XML Maker - Convert tab-delimited files to XML files more>>
This application is a work in progress and, while fully functional as is, was designed to allow for a great deal of customization and/or enhancement by other users.
REALbasic 3.x source code is included.
XML Tools for BBEdit 1.1
XML Tools for BBEdit - Add XML well-formedness checking & DTD validation more>>
XML Tools for BBEdit is a set of scripts add XML well formedness checking and validation (against a DTD) to BBEdit.
Enhancements:
- fixes a bug that prevented the scripts from working with files that had spaces in their names, including new unsaved documents.
iTunes XML Library Parser 1.0
iTunes XML Library Parser - Realbasic class parses 10mb/sec more>>
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
XML LIbrary (Basic) 1.1.6
XML LIbrary (Basic) is an innovative and versatile utility which provides an all-Transcript plugin for Revolution developers more>>
XML LIbrary (Basic) 1.1.6 is an innovative and versatile utility which provides an all-Transcript plugin for Revolution developers. Allows manipulation of multiple XML documents at once. The Basic version is free and allows reading and parsing of XML documents. Full documentation is included.
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.

XMLmind XML Editor 4.4
XMLmind XML Editor is a highly-extensible, multi-platform, validating XML editor featuring a word processor-like view. Requirements: Mac OS X 10.4 or later, Java 1.5 or later more>> XMLmind XML Editor is a highly-extensible, multi-platform, validating XML editor featuring a word processor-like view.
Mac OS X 10.4 or later, Java 1.5 or later.
Version 4.4:
- Suns ``next generation JavaTM plug-in can be used to run XMLmind XML Editor (Professional Edition only) as an applet. See demo.
- Integrated support for input methods (e.g. Japanese Romaji Input).
- Several other enhancements make XMLmind XML Editor (all editions) more comfortable to use.
XML-RPC Client 1.6
XML-RPC Client - Debugger for developers setting up/accessing XML-RPC services more>> XML-RPC Client - Debugger for developers setting up/accessing XML-RPC services
XML-RPC Client is a free Cocoa-based developer tool for Mac OS X Tiger that allows you to access and debug XML-RPC web services from the comfort of your desktop.
Its not much? and its not very full-featured. Basically, the suitably-named "XML-RPC Client" allows you to point at an arbitrary XML-RPC service URL available on the network, specify a method and (limited) parameters, and view the response in a readable display. Its pretty much meant to be used as a handy, graphical debugger for developers setting up or accessing XML-RPC services. I kinda needed something like this at work, and was tired of using the command line for something for which there should be a nice little graphical tool. Theres still work to be done. At this point, you can only send arguments of some of XML-RPCs "primitve" types: string, int, double, and boolean are supported. structs, arrays, base64 and dateTime.iso8601 are not yet supported. That means that you may not access any service methods requiring parameters of those types using XML-RPC Client. Release early and release often, right?
Enhancements
- Now a Universal Binary.
Google Base Search Widget 1.2
Google Base Search Widget - Searches blogs, recipes, jobs, services, reference articles, etc. more>>
Enhancements:
- GoogleBase plugin now compiled with Universal Binary, so it works with Intel-based Macs too.
Time-based Animation 1.0
Time-based Animation - Use time to control the movement of sprites more>>
Completly freeware for non-commercial use.
Simple Search 1.0.1
Simple Search is a freeware internet search bar with a customizable XML based plugin architecture more>>
Enhancements:
- Now sorts plugin list alphabetically.
- A couple of small cosmetic changes.
pbsw-XML 0.5.1
pbsw-XML - A module of convenience routines extending REALbasics XML classes more>>
Enhancements:
- Fixed a problem with some duplicated code causing "name in use" errors.
XMLCC 0.61 Build 200905015
Free and open source utility that will help you search, parse and generate XML files more>> Free and open source utility that will help you search, parse and generate XML files
XMLCC is a XML namespace based on design patterns written in C++ for parsing, generating, searching and event based parsing (API) of even very malformed XML files.
Main features:
- API like Java SAX parser
- normal parser
- data organized by a Composite Pattern
Enhancements
- added a new class named DOM:BUFFER which reads from a std:string and
- returns a XMLCC:Object* of type XMLCC:ROOT* keeping all XML syntax
- renamed class DOM:Converter 2 DOM:Tokenizer in case of better naming
- added 80 sign comment bars for grouping code
- changed includes in headers due to defines for compiler
- added comments at DOM: class
- added DEV namespace for new developemetns and tryouts
- added a parser 2 DEV for splitting it to functions
- reprogramed at DEV namespace the parser with common member vars and functions
- for files and buffers
- added get functions to DOM:Sorter for getting values and attributes from
- an object
- extended example in main
- bug fix for empty attributes in class Builder
- added directory XMLCC keeping malformed.xml and newFeed.rss for execution of
- test binary xmlcc