128 projects tagged "XSL/XSLT"
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.
lxml is a Python binding for the libxml2 and libxslt XML processing libraries. It aims at ease of use of the API for Python programmers and exposing the many libxml2 features. It implements the Python ElementTree API on top of libxml2. It extends this with support for XPath, XSLT, Relax NG, XML schema, and more.
A microcall is an XML-dialect used to communicate between a client and a server in a standard and easy-to-use way. The client part is (usually) implemented in Java and consists of a simple POJO that can understand the XML messages returned by the server response to a given call. The server part is only responsible for returning standard and correct messages in response to a given call. The server usually does a lot of work when it receives a call, but from the client standpoint, the server only returns a message explaining the result of the call.
The docbooktoc.xsl is an XSLT file for generating an XHTML table of contents from DocBook XML documents. It is used by the LayManSys project for the documentation. docbooktoc generates an XHTML document containing the books' meta information (in DocBook XML, this is the subnode bookinfo) and then lists all of the books' chapters and sections in an ordered list. The meta information is both used for generating the head as well as the document header (in the XHTML body), and the output is the same as what the DocBook XSLT driver for XHTML generates.
The xsd2db package is used for converting XML Schema Definition files into DocBook XML code. The transformer can also be used to generate DocBook XML from plain XML files. It marks up tag names, attribute names, attribute values, and annotation, if parsing XSD code. The resulting DocBook XML code may be styled so that you have syntax highlighted XML code.