23 projects tagged "HTML/XHTML"
MatrixView is a JavaScript library (for the Prototype framework) that enables Web application developers to easily and unobtrusively add rich functionality to standard HTML unordered lists, such as keyboard navigation and mouse selection. It is great for enhancing Web applications that include photo galleries, file browsers, and other data that should be selectable.
Rhinohide is a Java implementation of the W3C DOM, layered over a Web browser's native JavaScript. Comparable to Sun's Common DOM API, it provides an interface for applets to manipulate their containing Web pages, using a standard Java binding of the DOM. Coverage is still incomplete, but full support is provided for Core Level 1 and partial support for Core Level 2 and 3, XML, Events, Traversal, and Range.
Richie Rich is an HTML document editor that runs within a Web browser. Unlike other in-line HTML editors, this operates straight on the DOM to avoid incongruities between what is visible in the front end and the HTML that is created in the back end. It supports undo, mouse selection, cursor positioning, and creation of headings, paragraphs, lists, links, bold, italic, and underline.
Tartan is a text parsing engine targeted at wiki text. The syntax specification is defined in YAML in the form of regex-based rules. It supports layering and multiple output types. Rules for Markdown to HTML are included, with optional layered extensions for tables. It is implemented in Ruby, but looking to have implementations in other languages.
CDuce is a programming language adapted to writing safe and efficient applications that manipulate XML documents. A type system checks at compile time that applications deal with all the possible inputs and produce only valid outputs. Pattern matching is a powerful operation based on regular expressions to inspect documents. CDuce also features general-purpose features; it is a higher-order functional language, with a type-safe interface with Objective Caml.
A general purpose programming language with a compelling feature set.