Main > Free Download Search >

Free simple xml parser software for mac

simple xml parser

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4874
Simple Image Browser 2.1

Simple Image Browser 2.1


Image archive browser. more>>
Simple Image Browser (SIB) is a basic program for viewing folders full of images in an easy to navigate interface. Designed for browsing the image archive from Diiva Newsgroup Downloader, SIB offers full keyboard navigation for a two folder depth structure.
<<less
Download (1.2MB)
Added: 2004-10-22 License: Freeware Price:
1830 downloads
iTunes XML Library Parser 1.0

iTunes XML Library Parser 1.0


iTunes XML Library Parser - Realbasic class parses 10mb/sec more>>
XML Parser is a class the will read your iTunes XML file and parse the songs and song properties into memory where they can be manipulated by the programmer.

<<less
Download (7KB)
Added: 2006-06-29 License: Freeware Price:
726 downloads
Simple Solitarus 1.2

Simple Solitarus 1.2


Simple Solitarus - Like the name implies, Simple Solitarus is a simple game of solitaire more>>
Like the name implies, Simple Solitarus is a simple game of solitaire.
No crazy options, no special effects, no hundreds of different game types.
Just open it, play, and enjoy this game is completely free!
Main features:
- Simple
- Free
- Ready to play.
Enhancements:
- Game remember cards position after quitting.
<<less
Download (2.2MB)
Added: 2006-08-25 License: Freeware Price:
1157 downloads
Simple Myspace Editor 1.0

Simple Myspace Editor 1.0


Simple Myspace Editor - Simple editor for you myspace account more>>
Wish you could edit your myspace account’s visual effects!

Well here you go, this is a very simple editor.

Change scrollbars, titles, text, and images with this small widget.

<<less
Download (194KB)
Added: 2006-07-19 License: Freeware Price:
786 downloads
Simple Groupware 0.520

Simple Groupware 0.520


Open source enterprise application offering email, calendaring, contacts, tasks, document management and more more>> Open source enterprise application offering email, calendaring, contacts, tasks, document management and more

Simple Groupware is a complete groupware package written in PHP, XML, SQL, HTML, CSS and sgsML. Unlike other groupware software, Simple Groupware contains the new programming language sgsML.
Simple Groupware combines standards like RSS, iCalendar, vCard, IMAP, POP3, SMTP, CIFS, CSV, WebDAV, LDAP and SyncML under one platform.
Simple Groupware allows quick and easy creation of powerful web applications.
Simple Groupware Solutions is a small German one-man company, founded in September 2003. The business domain is focused on individual services and software development. Simple Groupware is developed in my free time and offered to you for free.

Main features:
- simple installation (only one form)
- simple update (just copy the files)
- simple usage (all modules share a consistent look & feel)
- simple to adapt to your needs (see sgsML)
- but not simple in functionality
- can be created much faster
- are easier to maintain
- contain less errors
- are easier to write
- are much smaller in size
- feature a consistent look
- build powerful web applications in minutes
- change web applications in seconds
- decrease time for implementing and deploying web applications by a factor 10, compared to the usual solutions
- keep costs for maintenance and change management to a new minimum

System requirements:
- Apache: 1.3.x or 2.x and higher / IIS 5.1 and higher
- PHP: 5.1.0 and higher
- Database: at least MySQL 5, PostgreSQL 8.1, Oracle 9.2
- CPU: 1 GHz or more
- RAM: 512 MB or more
- Hard disk: 1 GB or more

Enhancements
- added Graphviz markup to the CMS module
- added folder copying
- added custom home folder redirection for users
- updated RSS output to RSS 2.0
- updated PmWiki engine to 2.20
- fixed downloading unicode filenames in IE
- some smaller code optimizations

<<less
Download (14.8MB)
Added: 2009-06-12 License: GPL Price: FREE
240 downloads
 
Other version of Simple Groupware
Simple Groupware 0.297groupware package written in PHP, XML, SQL, HTML, CSS and sgsML. Simple Groupware 0.297 - Simple ... Simple Groupware is a complete groupware package written in PHP, XML, SQL, HTML, CSS and sgsML
License:GPL
Download (7.3MB)
878 downloads
Added: 2007-07-09
Simple Search 1.0.1

Simple Search 1.0.1


Simple Search is a freeware internet search bar with a customizable XML based plugin architecture more>>
Simple Search is a freeware internet search bar with a customizable XML based plugin architecture. Includes plugins for popular sites such as Google, Dictionary.com, and others. Its easy to modify included plugins, or to create your own for your favorite site. Also can be used as a program launcher, or to jump directly to any URL.
Enhancements:
- Now sorts plugin list alphabetically.
- A couple of small cosmetic changes.
<<less
Download (231KB)
Added: 2006-09-18 License: Freeware Price:
1170 downloads
Simple t 3.0

Simple t 3.0


Simple t - Calculates independent & dependent t-tests from group data more>>
Simple t is a tool designed to calculate independent and dependent t-tests from group data (means, standard deviations, etc.).

RealBasic Source.
<<less
Download (2.4MB)
Added: 2007-02-09 License: Freeware Price:
990 downloads
Jericho HTML Parser 3.0

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.

<<less
Download (2MB)
Added: 2009-04-11 License: GPL Price: FREE
203 downloads
Simple Guage 1.0

Simple Guage 1.0


Simple Guage will watch your processer, hard drive usage, and network in and out more>>
Simple Guage is a small widget that I made in Dashcode Beta (very good by the way!) and will watch your processer, hard drive usage, and network in and out. Hope you like it.
<<less
Download (492KB)
Added: 2007-04-21 License: Freeware Price:
919 downloads
Simple Clock 1.01

Simple Clock 1.01


Free Yahoo! widget that features a simple clock design more>> Free Yahoo! widget that features a simple clock design

Simple Clock is a free Yahoo! widget that offers you nothing less than the exact time, all from a nice but very simple interface.
If you need a simple but effective clock, then this is for you.

System requirements:
-

Enhancements
- First Release.

<<less
Download (90KB)
Added: 2009-04-27 License: Freeware Price: FREE
186 downloads
Simple 2.0

Simple 2.0


Blue ShapeShifter theme. more>>
SimpleX is a ShapeShifter theme that changes the entire graphical appearance of Mac OS . This theme is a blue and light grey theme with custom CandyBar icon containers, desktop picture and SafarIcon Safari theme.
<<less
Download (1MB)
Added: 2004-11-22 License: Freeware Price:
1871 downloads
 
Other version of Simple
Simple 1.0Help paramedics save people from a burning building. Simple 1.0 - James ...This is a game that involves skill, speed, and aggression. You have to control some
License:Freeware
Download (2.8MB)
2026 downloads
Added: 2004-06-19
simple 1.0simple is created as an 80s style iTunes visualizer which is designed with Quartz ... simple 1.0 is created as an 80's style iTunes visualizer which is designed with Quartz Composer
License:Freeware
Download (382.8KB)
downloads
Added: 2008-03-03
Seths CSV Parser 1.2.1

Seths CSV Parser 1.2.1


Seths CSV Parser - Pair of classes to parse a CSV file more>>
The Seths CSV Parser contains a pair of classes that will enable you ro parse a CSV file in REALbasic.

Completly freeware for non-commercial use.

<<less
Download (15KB)
Added: 2006-05-22 License: Freeware Price:
1267 downloads
Simple Photo Editor 2.0

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

<<less
Download (495K)
Added: 2008-03-10 License: Freeware Price:
11 downloads
Simple Screen Savers 1.0

Simple Screen Savers 1.0


Simple Screen Savers - Screensavers collection more>>
Simple Screen Savers is a small collection of simple screen savers written in Obj-C for Mac OS X.

Simple Screen Savers was created with the help of Quartz 2D.


<<less
Download (30KB)
Added: 2005-12-02 License: Freeware Price:
1421 downloads
Simple SlideShow 1.2

Simple SlideShow 1.2


Simple SlideShow - A simple screensaver that reads the iPhoto database (XML files) more>>
This is a simple screensaver that reads the iPhoto database (XML files). It allows the iPhoto pictures to be displayed as a screensaver much like the built in one with more options.
The built in screensaver from Apple automatically scales small images to fill the screen, which can look pretty bad with small images. Simple SlideShow will provide some unique options that the Apple one does not.
The options panel is shown above, and contains the following settings:
- Album List: This list is populated from your iPhoto library, and shows your albums and number of pictures in each album.
- Silde Delay: This is the number of seconds that each slide is displayed.
- Small Picture Border Size: The is the width of a boarder drawn around pictures that are smaller than your screen.
<<less
Download (5.5MB)
Added: 2007-05-22 License: Freeware Price:
891 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5