Projects tagged ‘java’, ‘library’, ‘xhtml’, and ‘xml’


Jump to tag:

Projects tagged ‘java’, ‘library’, ‘xhtml’, and ‘xml’

Filtered by Project Tags java library xhtml xml

Refine results Project Tags development (4) html (4) programming (4) css (3) api (3) swing (2) web (2) renderer (2) yahp_converter (2) shanixmlparser (2) tools (2) dom (1)

[4 total ]

1USERS

Small embeddable pure Java library to perform source code highlighting and render the results in a variety of formats.

1USERS
   

YaHP is a Java library that allows you to convert an HTML document into a PDF document.

1USERS

Flying Saucer is a strict XHTML/XML renderer written in 100% Java (no native browser hooks), for embedding in a variety of applications (chat programs, mp3 players, web services clients, etc). It aims to provide strict and *full* webstandard ... [More] compliance for XHTML with CSS 2.1 styling. Input is well-formed XML and styling/layout is done with CSS. Output is PDF, Swing panel (for interactive use), image files, and SWT support is being developed. As of the current release, R7, the library should support almost all of CSS 2.; limitations on CSS support are listed in the project issue tracker. [Less]

1USERS
 

ShaniXmlParser is a small and fast Xml/Html DOM/SAX non validating parser written in java. It can parse not well formed xml files. It also parses DTD, ENTITIES, CSS. Use DOM,SAX,JAXP interfaces. It passes DOM1/2/3 validations suites