html parser
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.
TEXT to HTML Parser 1.3.7
TEXT to HTML Parser - Converts styled text into HTML/CSS using Tex-Edit Plus more>> <<less
HTML Face 2.0
HTML Face - Small, fast HTML editor more>>
Main features:
- built-in Preview function lets you test what you are working on in your default web browser
- standard Find & Replace functions
- Preview function works with all the major browsers (Safari, Camino, Opera, Firefox, Internet Explorer, OmniWeb, Mozilla, iCab, Flock, Netscape) as of this writing.
Enhancements:
- Code optimizations resulting in smaller application size
- Reorganized and enhanced interface, removed brushed metal from windows
- Original icon added, disk image given proper Macintosh treatment.
HTML Composer Plus 1.5
Basic HTML 4.0.1 creator. more>>
HTML Composer Plus 1.5 offers you a convenient basic HTML 4.0.1 creator which is used for Mac OS 10.3. With its Mac OS X styled interface and its ease of use, Composer will quickly become your favorite HTML creator.
HTML Composer is more than just a text editor. Unlike most other free HTML creators for Mac OS X, Composer packs a punch. Featuring an advanced Preview-export command, Composer quickly loads your document in to Safari or your default web browser.
Major Features:
- 2 Button Previewing - In just two clicks Composer will load your document in to Safari or your default web browser.
- The Code Sheet - In one click you have access to an extensive list of basic HTML 4.01 codes that are accompanied by a short, but to the point description.
- Find your stuff - HTML Composer includes a basic document search function.
HTML Face X 2.0
A small, stable and fast HTML editor for Mac OS X. Built-in Preview function can be selected from the application menu or with the keyboard shortcut Command-Shift-L more>>
HTML Face X 2.0 is a potent and easy to use HTML editor for Mac OS X.
Major Features:
- Built-in Preview function can be selected from the application menu or with the keyboard shortcut Command-Shift-L.
- Small application file size, only 496 KB. Keep it on a USB flash drive, floppy disk, or attached to an email in your inbox for convenience on the road.
HTML Image Inserter 1.1
HTML Image Inserter - Generate HTML files for each image more>>
Supported on Mac OS X 10.4.2 and up, not tested on systems previous to 10.4.2.
HTML-Maker X 1.0
HTML-Maker is a HTML editor to build or change existing html files. You don ́t have to write the whole code, because the most important phrases are listed and you just have to click on them more>> <<less
HTML-Maker 1.0.1
HTML-Maker is a HTML editor to build or change existing html files. You don ́t have to write the whole code, because the most important phrases are listed and you just have to click on them more>> <<less
iTunes XML Library Parser 1.0
iTunes XML Library Parser - Realbasic class parses 10mb/sec more>>
HTML Gorm 1.0.4
HTML editor that makes creating forms easy. more>>
HTML Markup 3.0.1
Convert documents into web ready html format. more>>
Advanced features allowyou to customize the way your files are converted. Support for drag anddrop lets you batch process hundreds of files in seconds. HTML Markup isfully customizable and fully scriptable.
Seths CSV Parser 1.2.1
Seths CSV Parser - Pair of classes to parse a CSV file more>>
Completly freeware for non-commercial use.
Make HTML Tags 1.1
Make HTML Tags - Create HTML tags from URLs more>>
It will render tags for media that can be embedded,
How do I use it?
Just feed the action some URLs and the output will be some HTML code surrounding them. Simple, really.
It works exceptionally well in conjunction with my Upload to FTP action. When you place it behind this action in a workflow, it enables you to quickly post images or files on the internet.
Verilog 2005 parser 1.6
A free and open source Verilog 2005 synthesizable subset parser more>>
Enhancements:
- Added complete parse tree.
- Run bin/ptree to parse and build tree.
- Next to add elaboration.