TraxExamples Some examples to show how the Simple API for Transformations could be used. @author <a HREF="mailto:scott_boag@lotus.com">Scott Boag</a> Examples Some examples to show how the Simple API for Transformations could be used. Xalan Developers: please see xml-xalan/test/java/src/org/apache/qetest/trax/ExamplesTest.java when updating this file, and update that test file as well. @author <a HREF="mailto:scott_boag@lotus.com">Scott Boag< ...org.apache.excalibur.xml.xslt.XSLTProcessorImpl This class defines the implementation of the {@link XSLTProcessor} component. The <use-store> configuration forces the transformer to put the <code>Templates</code> generated from the XSLT stylesheet into the <code>Store</code>. This property is false by defa ...org.apache.cocoon.components.xslt.XSLTProcessorImpl This class defines the implementation of the {@link XSLTProcessor} component. To configure it, add the following lines in the <file>cocoon.xconf</file> file: <pre> <xslt-processor class="org.apache.cocoon.components.xslt.XSLTProcessorImpl"> <parameter name= ...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 ...com.sun.org.apache.xalan.internal.xsltc.trax.SmartTransformerFactoryImpl Implementation of a transformer factory that uses an XSLTC transformer factory for the creation of Templates objects and uses the Xalan processor transformer factory for the creation of Transformer objects. org.openlaszlo.compiler.Parser Parses and validates an XML file. XML elements are annotated with their source locations. A new parser should be used for each compilation, but shared across all XML file reads within a compilation. This assures that the parser caches are active during compilation, but are not reused for subsequ ...org.apache.cocoon.transformation.XMLDBTransformer This transformer allows to perform resource creation, deletion, and XUpdate command execution in XML:DB. All operations are performed either in <code>base</code> collection, or context collection, which is specified as <code>collection</code> attribute on the <code>qu ...SAX2SAX
org.apache.cocoon.components.source.impl.WebDAVSource A source implementation to get access to WebDAV repositories. <h2>Protocol syntax</h2> <p><code>webdav://[usr[:password]@]host[:port][/path][?cocoon:webdav-depth][&cocoon:webdav-action]</code></p> <p> <ul> <li> <code>cocoon:webdav-de ...com.icl.saxon.TransformerFactoryImpl A TransformerFactoryImpl instance can be used to create Transformer and Template objects. <p>The system property that determines which Factory implementation to create is named "javax.xml.transform.TransformerFactory". This property names a concrete subclass of the TransformerFactory abstra ... | Popular Tags |