Projects tagged ‘java’, ‘xml’, and ‘xslt’


Jump to tag:

Projects tagged ‘java’, ‘xml’, and ‘xslt’

Filtered by Project Tags java xml xslt

Refine results Project Tags web (5) xpath (4) apache (4) framework (4) pdf (4) programming (3) xsl (3) javascript (3) tools (3) printing (3) development (3) html (3)

[16 total ]

67USERS
   

Xalan-Java is an XSLT processor for transforming XML documents into HTML, text, or other XML document types. It implements XSL Transformations (XSLT) Version 1.0 and XML Path Language (XPath) Version 1.0 and can be used from the command line, in an applet or a servlet, or as a module in other program.

65USERS
   

Velocity is a Java-based template engine. It permits anyone to use a simple yet powerful template language to reference objects defined in Java code.

49USERS
   

Apache FOP (Formatting Objects Processor) is a print formatter driven by XSL formatting objects (XSL-FO) and an output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a ... [More] specified output. Output formats currently supported include PDF, PCL, PS, SVG, XML (area tree representation), Print, AWT, MIF and TXT. [Less]

39USERS
   

Apache Cocoon is a web development framework built around the concepts of separation of concerns and component-based web development. Cocoon is "web glue for your web application development needs". It is a glue that keeps concerns separate and ... [More] allows parallel evolution of all aspects of a web application, improving development pace and reducing the chance of conflicts. [Less]

7USERS

XMLUnit provides classes to validate or compare XML files or to assert the value of XPath expressions applied to them. XMLUnit for Java provides integration with JUnit while XMLUNit for .NET integrates with NUnit to simplify unit testing code that generates XML.

5USERS
 

Chiba provides an Java implementation of the W3C XForms standard, thereby delivering generic, XML-based form-processing on any Java-capable platform either client- or server-side. This project page only refers to Chiba Core - the actual XForms implementation. Other integrations for different purposes are available e.g. for building Ajax apps.

5USERS
   

XOM is a new XML object model. It is a tree-based API for processing XML with Java that simultaneously supports streaming. In many use-cases, XOM can process arbitrarily large documents with effectively constant memory sizes. XOM strives for ... [More] correctness, simplicity, and performance, in that order. XOM is not complete unto itself. It depends on an underlying SAX parser to read documents and feed the data into the tree structure. [Less]

3USERS

SCENARI is a free software framework for the design of publishing chains for professional multimedia documents.

2USERS
   

Framework for migrating and transforming content between various types of content repositories.

1USERS
   

WebLeaf is a servlet framework whose main goal is to help in the development of web server side applications written in Java, specially for XML/XSLT based ones.

1USERS

The goal of the Tokyo Project is to design a process, an architecture, and tools to provide an XML view of non-XML data. This way, applications can view and create non-XML documents as easily as XML ones.

1USERS

Have the RefleX of Native XML Programming ! RefleX uses XML tags as actions to perform. RefleX is a general-purpose XML engine that allows to write Web applications as well as batch scripts just with tags, to browse non-XML objects like if they ... [More] were XML with XPath, to design and implement processing-oriented XML languages (declarative or procedural) and much more. XUnit and WUnit are now bundled with RefleX : you'll be able to design test-suites with XPath and XML. WUnit support AJAX-based applications and supply a server emulator that allows to handle server-side objects. Imagine that you want to test a Web page : before getting it from the server, you can store authoritatively some objects in the user session... Have the RefleX ! [Less]

1USERS
   

XMLCV project aims to provide two main things : - an XML DTD / XMLSchema with export filters to HTML, PDF, FO... - an streamlined GUI to edit your resumes

1USERS
   

UTF-X is a Junit extension for testing XSLT stylesheets. UTF-X test are deined in XML test definition files which are automatically loaded and executed by the framework.

1USERS
   

FOray is an open-source XSL-FO publishing system that is suitable for converting XML content into PDF and other document formats. Although not yet fully conformant with the XSL-FO standard, it is very useful for many applications. FOray is written ... [More] in Java 2 Standard Edition Version 5.0, and can be used in both standalone and embedded applications. It is licensed under the Apache License 2.0, which means that it can be freely used and modified for both commercial and non-commercial purposes. [Less]

0USERS

Xsltxt provides an alternative non-xml syntax for xslt stylesheets that is easier to write, understand and maintain. While the syntax is different the semantics remain the same and the actual processing of the xslt stylesheet is performed using the classes from the javax.transform package.