org.apache.batik.util.Base64Test This test validates that the Base65 encoder/decoders work properly. @author <a HREF="mailto:deweese@apache.org">Thomas DeWeese</a> @version $Id: Base64Test.java,v 1.6 2004/08/18 07:17:15 vhardy Exp $
org.apache.jetspeed.util.SimpleTransform Provides a very simple mechanism to transform a document using XSLT using one XML document and another XSL document. This implementation uses the TRAX API. It can be used with any TRAX transformer. This can be used for very simple XML -> XSL processing to reduce the complexity and possibilit ...