16 projects tagged "LGPL"
Dacco is a collaborative English-Catalan, Catalan-English dictionary project. It seeks to provide an up-to-date, comprehensive, bilingual dictionary that will be of benefit to learners of both languages. The dictionaries are downloadable and customizable (using XSLT) and contain audio files.
vCard4J is a complete toolkit to manipulate vCards (RFC 2426) in Java. It contains a parser to read vCard files. It also includes a compiler to extend the library. vCard types are defined in a XML file, making it easy to add custom types. It also contains XSLTs to convert the internal DOM structure into vCards 3.0, xHTML, or other formats.
myXML is a PHP implementation of the W3C's DOM, XPath, and XSLT recommendations that does not require additional libraries. It allows you to take advantage of XML/XSLT technologies even if your provider does not support it. The DOM API features standard names for methods and properties and should be compatible with future releases of PHP. The library allows the execution of PHP code on the fly, and inserts result into a DOM tree or attribute value.
The java.sql.ResultSet DOM Wrapper implements the Java DOM interface to represent a JDBC result-set. The resulting ResultSetDocument does not contain the actual result-set data and meta-data, but instead contains references to row and column indices. Because of this, it is very memory efficient, but it requires that the result-set be created with "scroll" capabilities. The wrapper is read-only, but since it implements the standard interfaces, it allows the use of transformers such as Xalan to perform XSLT transformation and XPath queries on the SQL result-set.
XOM is an XML object model. It is a tree-based API for processing XML with Java that simultaneously supports streaming. In many use-cases, it can process arbitrarily large documents with effectively constant memory sizes. It strives for correctness, simplicity, and performance, in that order. XOM supports XSLT, Canonical XML, and XInclude.
xsddoc is a documentation tool for W3C XML schemas based on XSLT. This multiple schema documentation generator creates JavaDoc like documentation of your W3C XML schema. It is platform independent and usable from the command line, as an Apache Ant task, or as an Apache Maven plugin.
Easy Generator Generator (EGG) is a development tool for fast and easy realization of XML to plain-text tranformations. It is similar to XSLT, Velocity, or JSP but emphasises source code generation in a model-driven generative developmen process. It comes with an iterative development process for creating templates that lets you build transformations quickly and easily.
Pustefix is a Web application framework that features an XML/XSLT-based view generation and a clean MVC architecture of the backend system. The frontend can be built with the help of XSLT templates and can include parts containing HTML or XML code that is transformed, creating the final HTML output. The backend allows for the creation of reusable handler classes, which can be aggregated into complete pages. These handlers get their input in the form of real Java objects that are already assembled and checked against user defined rules by the framework.